Forum

Heikin Ashi get min of last x number of candles.

In EA Is there any possibility to get min and max candle value given range of last x number of candles. Using heikin ashi indicator. or How to get value of last x candle in EA using heikin ashi. Thank you

I need to show Alert when Tick/Start stops for given time in MQL.

Hi is there any way to detect if Tick/Start has stopped at some interval. Problem is i don't know where to check that as OnTick function won't trigger when there are no ticks. I used sleep inside tick and tried to grab previous TICKCOUNT values and compare - didn't work I tried IsConnected function