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
Yes MrTools
forgive my stupidness I attached wrong indicator I am so sorry
the attached one is #property indicator_chart_window
very sorryNo problem Talaat E, added the shiftable arrows.
Talaat E
Did you read this post : https://www.mql5.com/en/forum/general ? If not, please read it (I know that it is a 5 year old post, but it explains everything)
Some of the versions made usually are made at users requests. How was the version you are using made, right now I have no idea. Please use the "final" version (s) as I told a few posts ago
have a nice weekendThanks Mladen, I am also insisted that you are the the great and the king of TSD
I will read the link you post
Thanks again
Talaat E
Did you read this post : https://www.mql5.com/en/forum/general ? If not, please read it (I know that it is a 5 year old post, but it explains everything)
Some of the versions made usually are made at users requests. How was the version you are using made, right now I have no idea. Please use the "final" version (s) as I told a few posts ago
have a nice weekendThanks Mladen, I am also insisted that you are the the great and the king of TSD
I will read the link you post
Thanks again
I already read that post believe me, I read them all I swear
No problem Talaat E, added the shiftable arrows.
Thanks MrTools
as Mladen the great and king of TSD, you are really best of the best
thanks again
nice weekend
Talaat E
And this indicator repaints on the zero bar?
V-Rod & alerts.mq4
And this indicator repaints on the zero bar? V-Rod & alerts.mq4
Alibydubby
yes it does (and not just on the 0th bar) - it uses negative shift for moving average calculation and it can repaint much more than just that last bar
Mladen/Mtools
When you have the time, Could you convert this Indicator into;
1. MTF w interpolate
2. Trend = 1 or -1 , if(ma1 > ma2 && ma2> ma3 && Close(i) > ma1) (trend= 1)
if(ma1 < ma2 && ma2< ma3 && Close(i) < ma1) (trend= -1)
else
(trend = 0)
3. 2 Lines, 1 for trend=1, 1 for trend =2
I was thinking a third line for the trend(1) =1 && trend(0) =0 is starting but their could be lines everywhere, what do you think??
4. Alerts
I guess that's pretty much everthing.
Thank you
Ray
rk-3maonma-nf.mq4
Mladen/Mtools
When you have the time, Could you convert this Indicator into;
1. MTF w interpolate
2. Trend = 1 or -1 , if(ma1 > ma2 && ma2> ma3 && Close(i) > ma1) (trend= 1)
if(ma1 < ma2 && ma2< ma3 && Close(i) < ma1) (trend= -1)
else
(trend = 0)
3. 2 Lines, 1 for trend=1, 1 for trend =2
I was thinking a third line for the trend(1) =1 && trend(0) =0 is starting but their could be lines everywhere, what do you think??
4. Alerts
I guess that's pretty much everthing.
Thank you
Ray
rk-3maonma-nf.mq4Ray
Could you clarify this part : "2 Lines, 1 for trend=1, 1 for trend =2"?
Trend could never be equal to 2
Ray
Could you clarify this part : "2 Lines, 1 for trend=1, 1 for trend =2"?
Trend could never be equal to 2sorry if I confused matters. I just meant 2 alert lines 1 green & 1 red , possibly grey for change from trend 1 to trend 0.
Thanks
Ray
This is the adxvma final histo version with alerts and arrows added.