|
Hi
See the hel of 'Lowest' function in mq4.
I think code like this would do the trick:
double val=Close[Lowest(NULL,0,MODE_CLOSE, 8, 0)];
This would include the current candle as well, replace the last 0
with 1 if you want to ignore current candle.
Aki
|