PDA

View Full Version : token values used in strategies


blarouche
10-13-2009, 01:04 PM
Hi everybody,

I have a question concerning the token values used in strategies. I read that now it has changed in NT7. Do I have to erase all theses values from my NT6.5 strategies to make them work in NT7 ?

I manage all my exits with my code and I have noticed that my strategies behave in a strange way real time. When I reload the chart my exits seem to be OK but real time I have strange behavior on some of my exits !

Thanks


Bernard

NinjaTrader_Ray
10-13-2009, 05:05 PM
Hi everybody,

I have a question concerning the token values used in strategies. I read that now it has changed in NT7. Do I have to erase all theses values from my NT6.5 strategies to make them work in NT7 ?

I manage all my exits with my code and I have noticed that my strategies behave in a strange way real time. When I reload the chart my exits seem to be OK but real time I have strange behavior on some of my exits !

Thanks


Bernard

What has changed is that we advise users to just compare IOrder objects instead of comparing IOrder.Token values. I don't believe anything has changed except that with the introduction of persistent strategies between NinjaTrader sessions, token values could change.