I've written an indicator which uses heavy Matlab calculations per 50 ticks of data. Because the calculations are very time-intensive I use a .txt doc to temporarilystore the results so that I can calculate averages more efficiently.
The indicator works just fine, graphs are just as expected. But then when I apply a very simple teststrategy to the indicator (go long if MyIndicator >90 and go short if MyIndicator < 10) It immediately fails, no output of MyIndicator.
setup :
Kinetick > Ninjatrader > FXCM testaccount.
What could be the issue here?
Thanks
Michael

Comment