Jump to content
Medved Trader Forums

Scan results in portfolio


Recommended Posts

In the help doc: "

NOTE: each scan may have several results. If you would like to have more than one scan result in a scan, you'd have to use the SetScanResult function that would include the scan result number.

Example:
 
SetScanResult("Got One");      this would trigger the first scan result and show it in the first scan result column.

SetScanResult(1, "Got One");  this would trigger the second scan result and show it in the second scan result colund

... 2, 3, etc. "

Questions:

1) Can more than 1 named scan be applied to a portfolio (I think the answer is no)?

2) Can we incorporate the code for multiple different scans into a single named scan - and the results will be labeled using the SetScanResult?

3) The help implies that multiple scan columns can be inserted in the portfolio - I tried this and it doesn't work (I can only get a single scan column). Should it work?

 

Link to comment
Share on other sites

1) right now - no. ideally in the future yes, though not sure how that would work as far as the user interface

2) Yes, no problem. You would want to do that in Advanced mode. Relatively easy actually.

3) once you select a scan that has multiple results defined in it, the columns will then be available, or if you start the scan and filtering is NOT on, MT will automatically add the extra columns for the results.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...