mqlvu / Publications
Forum
couldn't get nth previous candles open
Hi, I am trying to get nth prev candle's open and display it on the current candle. But my code does the opposite. Puts the current candle's open on nth candle. Couldn't figure out what I am doing wrong. void start() { int i, Counted_bars; Counted_bars = IndicatorCounted(); i= Bars