Long time user of QuoteTracker now new to NT.
I am trying to successfully use the Strategy wizard by seeing the strategy on a chart before unlocking the code to program in C#.
The strategy is only one IF statement to print an up arrow on a chart.
IF statement: Close[0] >= Low[2]
DO the following: DrawArrowUp...
I set ProfitTarget & SetStopLoss to +5 & -5 ticks for the sake of it...
However, being connected to IB and bringing up a chart, setting enable = True, I still can't seem to even see the up arrow(s) on a live chart or any trades placed if I backtest in Strategy Analyzer.
I'm missing something, to get this going... what is it?
Thx
IJ

Comment