Re: MT4 Indicator requests and ideas
12623Hi ,this is part of the code which draws arrows once the price touches the tma channel indicating bearing or bulling candles, but the arrow is set on a current candle which is constantly changing ,
HOW can i set it so that the code in the IF STATEMENTS below only exceutes after candle close ?can you please help.
if(i > 0) {
if(high[i-1] > tmau[i-1] && close[i-1] > open[i-1] && close < open) {
ReboundD = high + AtrMultiplier*atr/2;
if(tmac - tmac[i-1] > TMAangle*_Point) Caution = ReboundD + 10*_Point;
}
if(low[i-1] < tmad[i-1] && close[i-1] < open[i-1] && close > open) {
ReboundU = low[i] - AtrMultiplier*atr/2;
if(tmac[i-1] - tmac[i] > TMAangle*_Point) Caution[i] = ReboundU[i] - 10*_Point;
}
}
Re: MT4 Indicator requests and ideas
12624Kyodah wrote: Tue Apr 13, 2021 9:43 pm Hi ,this is part of the code which draws arrows once the price touches the tma channel indicating bearing or bulling candles, but the arrow is set on a current candle which is constantly changing ,
HOW can i set it so that the code in the IF STATEMENTS below only exceutes after candle close ?can you please help.
if(i > 0) {
if(high[i-1] > tmau[i-1] && close[i-1] > open[i-1] && close < open) {
ReboundD = high + AtrMultiplier*atr/2;
if(tmac - tmac[i-1] > TMAangle*_Point) Caution = ReboundD + 10*_Point;
}
if(low[i-1] < tmad[i-1] && close[i-1] < open[i-1] && close > open) {
ReboundU = low[i] - AtrMultiplier*atr/2;
if(tmac[i-1] - tmac[i] > TMAangle*_Point) Caution[i] = ReboundU[i] - 10*_Point;
}
}
If that is mt4 looks like you are possibly trying to look into the future and if using a centered tma would make the repaintingf/recalculation worse.
Re: MT4 Indicator requests and ideas
12625Good Day Mr Tools,
Would you have a good ZigZag signals indicator with alerts and Push notifications in your collection you could share with me?
Regards
Would you have a good ZigZag signals indicator with alerts and Push notifications in your collection you could share with me?
Regards
Re: MT4 Indicator requests and ideas
12626Nope, sure don't.cvdm7756 wrote: Wed Apr 14, 2021 3:12 am Good Day Mr Tools,
Would you have a good ZigZag signals indicator with alerts and Push notifications in your collection you could share with me?
Regards
Re: MT4 Indicator requests and ideas
12627No this is mt5 sir , yes true it is repainting system the tma but the rebound arrows do not repaint , it would better if the arrow appeared after the candle closemrtools wrote: Wed Apr 14, 2021 12:42 am If that is mt4 looks like you are possibly trying to look into the future and if using a centered tma would make the repaintingf/recalculation worse.
Re: MT4 Indicator requests and ideas
12628Hello Mrtools, can you please add a ON/OFF button to this indicator.
Thanks
Thanks
Re: MT4 Indicator requests and ideas
12629mr.tools
can you please add one more sets parameters and bb lines in sub window.
can you please add one more sets parameters and bb lines in sub window.
"There is NO GOD higher than TRUTH" - Mahatma Gandhi
Re: MT4 Indicator requests and ideas
12630Hi,
Would you please add email and push notification alert to this no repaint indi?
thanks
Would you please add email and push notification alert to this no repaint indi?
thanks