I would like to find out the lowest traded price in the past 50 candles. I've used the following code.
double Lowest_Low = iLowest(_Symbol,PERIOD_CURRENT,MODE_LOW,50,0);
I've tried using -50, but it does not give me the lowest price on the chart.