I have a strategy which has a ReTrain conditional similar to what is suggested in the workshops. I noticed that it has different behavior depending on whether it it trained via Zorro -train at the command line or by manually pressing the [Train] button in the UI.

I was at a loss for figuring out how this could be. I was about to file a bug. Then I saw this.http://zorro-trader.com/manual/en/is.htm
ReTrain
Updating parameters while live trading; the same as (is(TRAINMODE) and is(COMMAND)) .

This is not intuitive. What the heck? (is(TRAINMODE) and is(COMMAND)) is NOT the same thing as ReTrain, conceptually.

Last edited by GPEngine; 01/12/15 05:05.