PureBytes Links
Trading Reference Links
|
hello,
you can add in your system:
if lastbaronchart then print( GetSymbolName , @NetProfit , @MaxIDDrawDownw)
;
then you close workspaces and run chartscanner. in the end you'll get the
infos into the printlog window.
PS: PrintLog cannot mannage more than 750 lines; for bigger tests you might
use
then FileAppend function.
rgds
vincent.
|