
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
t1.pdf
thorcmt
You can change the style of the line from the colors properties of the indicator
Anyway, here is a version where default style for that line is solid and the oscillator ranges between 0 and 100 nowMladen:
Can you look at this indicator in above post (141). It seems to be repainting. Can you correct this? t1.pdf See attached file with screenshot, running in the Visual Backtester. See inside the circle where it turns green after the bar closed. I think it is in the code at lines 110 to 148.
thorcmt Try it out now. It should not have any issues now
Thanks, does the indicators in post 146 and 131 need the correction as well then?
Thanks, does the indicators in post 146 and 131 need the correction as well then?
thorcmt
No, they do not need to be changed.
In the one from post 141 the lack of these 2 lines :
was causing the issue (they had to be there but I omited them). There is no such issue in the rest of the indicators
thorcmt Try it out now. It should not have any issues now
Thanks again, I'm still having trouble with this in a EA. Just to confirm, after bar closes, the value of the RSX is calculated and outputs a value that will not change at all? (ie repaint). Or does it continually recalculate because of the OMA calc?
To compare, instead of OMA, could you create a new version using Jurik MA to feed the RSX calc?
Thanks again, I'm still having trouble with this in a EA. Just to confirm, after bar closes, the value of the RSX is calculated and outputs a value that will not change at all? (ie repaint). Or does it continually recalculate because of the OMA calc? To compare, instead of OMA, could you create a new version using Jurik MA to feed the RSX calc?
There is no recalculation. One more average does not recalculate
If you are trying to find out the slope change use the trend buffer for that (buffer No 5) otherwise you will not be able to find out whe the color of the slope is changed while in trend buffer you have only 2 values : 1 for up and -1 for down
Angle One More Average
Good morning to all:
Excuse my English please.
Mladen or mrtools.
It could create a version "Angle" One More Average as that embedded in the image.
Best regards.
Thank you very much.
mindsalike,
Here it is. Added the rest of the alerts too so you can choose which ones would you like
regards
mladenGood afternoon everyone:
Excuse my English please.
mladen or mrtools, could make a modification in this indicator.
I would like to paint on the price bar, he does not paint as an independent indicator.
Thank you very much.
Hermo.
Hermo
I hope I understood correctly
Set the DrawClassical in this one to true to draw a classical heiken ashi. Set it to false and it will paint the candles directly on bars/candles instead of the heiken ashi candlesThank you very much mladen:
Understood me perfectly.
Thank you very much sir.
One more average heiken ashi made new metatrader 4 code compatible : one_more_average_heiken_ashi_nmc.mq4
Original was posted here : https://www.mql5.com/en/forum/179662/page2
...
mindsalike,
Here it is
____________________________
Parameters :PS: don't mind the default parameters I used. Those are simply the first numbers that came into mind to make it "not too fast"
regards
Mladen
________________________
PS : updated version compatible with the new metatrader 4 posted here https://www.mql5.com/en/forum/179662
Hi,
First let me thanks to this wonderfull forum, this advanced elite section really worth it.
I�d like to ask if ti is possible to convert this indicator, instead of using the t3 average, to use the one more average to do the calculations of the Heiken Ashi average.
Thanks in advance,