Jump to content
Medved Trader Forums

Scan Results to Display in Multiple Columns


Recommended Posts

yes, sure.  Assuming you are doing the "Advanced" mode, the SetResult function first parameter is the index of the result you wish to set. 0 is default, but you can do SetResult(1,.... etc).  Then, you can name the result columns if you want. Just put this at the start of the scan:

SetScanResultColumnName(0, "My result name");
SetScanResultColumnName(1, "My other result name");

 

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...