Forum

How can I execute code only when current candle has closed

if (high[i- 1 ] > tmau[i- 1 ] && close[i- 1 ] > open[i- 1 ] && close[i] < open[i]) { // EXECUTE CODE HERE ReboundD[i] = high[i] + AtrMultiplier*atr/ 2 ; if (tmac[i] - tmac[i- 1 ] > TMAangle* _Point ){Caution[i] = ReboundD[i] + 10 * _Point ;} } if (low[i- 1 ] < tmad[i-

Need Add alerts and Arrows to this amazing MT5 indicator

this is fihser indicators one of the best buy sell indicators i've come accross i need arrows and notications whenever histo changes from green to red , can anybody help me

convert short code from mt4 to mt5

I have the source code for this very good indicator in mt4 version , i need it on mt5 anyone who can help me change the source code from mq4 to mq5