|
|
|
|
Re: TRAINMODE and history length
[Re: hatten]
#470187
01/01/18 21:16
01/01/18 21:16
|
Joined: Feb 2017
Posts: 369
Dalla
Senior Member
|
Senior Member
Joined: Feb 2017
Posts: 369
|
The manual mentions +TRAINMODE to print also in train mode. Rather than printf, you would use print. For example to print to window, log file, and in train mode:
print(TO_WINDOW+TRAINMODE,"<br>Low volatility - ATR30 = %.3f",ATR(30));
You could also use TO_ANY for short:
print(TO_ANY,"<br>Low volatility - ATR30 = %.3f",ATR(30));
More details here http://manual.zorro-trader.com/printf.htm
|
|
|
Re: TRAINMODE and history length
[Re: Dalla]
#470188
01/01/18 21:36
01/01/18 21:36
|
Joined: Jul 2016
Posts: 51
hatten
OP
Junior Member
|
OP
Junior Member
Joined: Jul 2016
Posts: 51
|
|
|
|
|
|
|
|