
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Can anyone please make this Indi non-repainting ..
yayaria
It can not be made non-recalculating
It is a cross of T3 and centered TMA, and centered TMA recalculates. If you make it a non-recalculating one, then it would be a cross of T3 and LWMA, but then it is a completely different indicator
yayaria
It can not be made non-recalculating
It is a cross of T3 and centered TMA, and centered TMA recalculates. If you make it a non-recalculating one, then it would be a cross of T3 and LWMA, but then it is a completely different indicatorThanks mladen.
Is there any indicator does this re-painter function but without repainting?
Thanks mladen. Is there any indicator does this re-painter function but without repainting?
yayaria
In that case it would be the same as any ma crosses except that one of the averages would be T3. Is that what you had in mind?
yayaria In that case it would be the same as any ma crosses except that one of the averages would be T3. Is that what you had in mind?
yes, exactly ..
yes, exactly ..
Here you go : ma_to_t3_cross_histo_nmc_alerts__shift-2.mq4
But please be aware that whenever you compare two different types of averages (like in the case of this one) sometimes you will get completely illogical results due to different ways how the averages are calculated (it id not enough just to have period of one longer compared to the other - even with longer periods some are going to be "faster" than the average with shorter period - depends on the types of averages)
Here you go : ma_to_t3_cross_histo_nmc_alerts__shift-2.mq4 But please be aware that whenever you compare two different types of averages (like in the case of this one) sometimes you will get completely illogical results due to different ways how the averages are calculated (it id not enough just to have period of one longer compared to the other - even with longer periods some are going to be "faster" than the average with shorter period - depends on the types of averages)
Thanks Mladen.
Kindly have a look at this indicator with errors, I've tried to solve them but failed.
Would you please correct them for the new mt4?
Thanks Mladen.
Kindly have a look at this indicator with errors, I've tried to solve them but failed.
Would you please correct them for the new mt4?yayaria
here you go : macd_colored_v104_nmc.mq4
Hi all. Can someone make the attached indicator no repaint? It plots arrows after a certain number of consecutive HL bars.
But if price goes against and you switch TF's the arrows disappear.
Can someone make it so the arrows ONLY appear after the 3(Open of 4th candle) have closed. To prevent this repaint
Thx
Hi all. Can someone make the attached indicator no repaint? It plots arrows after a certain number of consecutive HL bars.
But if price goes against and you switch TF's the arrows disappear.
Can someone make it so the arrows ONLY appear after the 3(Open of 4th candle) have closed. To prevent this repaint
ThxIt should not repaint that way now. It is made to change previous var - why, someone should as the author : consecutivehl_alertindicator_1.mq4. Repainting was a classical coding error
It should not repaint that way now. It is made to change previous var - why, someone should as the author : consecutivehl_alertindicator_1.mq4. Repainting was a classical coding error
Ok thanks mladen but it's still not completely doing what I wanted
Basically I wanted the arrow to appear after all 3HL (or whatever number you set them to) bars close.
So even if price goes 50 pips against the direction of the formation on the 4th candle, it shouldn't matter because the formation already happened.
Thankss