ct
04-05-2009, 07:16 PM
I have RSI bands from this forum in a strategy. When I apply the strategy to a chart it works correct for anything already on the chart but for each current/new tick I get a value of zero:
RSIBands(14, 30, 70).RSIBandLower[0]
I am also getting zero for new entries for another indicator than is a clone of the Bollinger indicator but uses Jurik.
I am writing an entry to the log for each tick to display the value so I can see any old entries are correct but anything new is zero.
The strategy has 3 added time frames. The strategy chart is a volume chart.
Any ideas or suggestions?
in summary: old entries OK, new tick entries indicator values = 0.
RSIBands(14, 30, 70).RSIBandLower[0]
I am also getting zero for new entries for another indicator than is a clone of the Bollinger indicator but uses Jurik.
I am writing an entry to the log for each tick to display the value so I can see any old entries are correct but anything new is zero.
The strategy has 3 added time frames. The strategy chart is a volume chart.
Any ideas or suggestions?
in summary: old entries OK, new tick entries indicator values = 0.