typing error in code sample

Posted By: danatrader

typing error in code sample - 11/06/20 19:03

http://manual.zorro-trader.com/trading.htm


function run()
{
if(Bar >= 1) {
set(SAV_TRADES,SAV_HTML); <<<------ correct: set(SV_TRADES,SV_HTML);
loadStatus("Data\\Z12_d.trd");
quit();
}
}


In addition, above sample should be linked here:
https://zorro-trader.com/manual/en/loadstatus.htm





Please check attachment, after experiencing a while the issue with not resuming I was happy to be able to check the trd file,which then appears a bit scary to me.
I don't remember trading millions of lots, also I can't find any of the trades open on my terminal.

What am I doing wrong here?

https://opserver.de/ubb7/ubbthreads.php?ubb=showflat&Number=481836&#Post481836
Posted By: danatrader

Re: typing error in code sample - 11/08/20 09:00

Dead link:

https://zorro-trader.com/manual/en/str_.htm
f.i. for setting one of the predefined strings.
© 2024 lite-C Forums