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
Hello Mladen,
I added a code for trailing stop to the EA. I am getting two compile errors. The instructions on adding the code were:
How to use?
very simple. place below code in any part of your Expert Advisor program and call the functiontrail2(#ticket) in the Start() function.ticket = is your order ticket, it could be either buy or sell order. But it has to be live order not pending order.
e.g.
{...(yourcode)
ticket=ordersend(...)
...
}
..
trail2(ticket)
or trail2(ticket, 300, 40, 250, 100)
..candyman752
You have to place one "}" at line 205
But then you will get a load of errors (because you have a lot of undefined functions that do not exist in that code). Unfortunately but you have to resolve all those un-existing functions by your self (I have no idea what should they do exactly)
Hello Mladen, I would like to ask you a question (in fact if you were a neighbor of mine, I would be to you every day to bring thousands of questions because I would love to learn how to program) is possible by changing the programming code to get an MA that has more elasticity (which may lengthen more than usual) and speed, without changing the periods of MA
hey more
you are really late , i am so sorry,the line is too long and you are at the end,look at march 2015 ,and on the other end still learner are in street,they join in 20th century....but don't worry i am few posts ahead of you.just pray for his long life...AMEEN......
Hello Mladen, I would like to ask you a question (in fact if you were a neighbor of mine, I would be to you every day to bring thousands of questions because I would love to learn how to program) is possible by changing the programming code to get an MA that has more elasticity (which may lengthen more than usual) and speed, without changing the periods of MA
morenokosta
Check this thread : https://www.mql5.com/en/forum/179662
And, of course, there are always other kind of adaptive moving averages (one more average is adaptive if chosen so) that do that automatically too
morenokosta
Check this thread : https://www.mql5.com/en/forum/179662
And, of course, there are always other kind of adaptive moving averages (one more average is adaptive if chosen so) that do that automatically toothanks Mladen
Hello Mladen. I wanted to ask, I found this indicator (https://www.mql5.com/en/forum/174385/page340) by you programmed, would you be kind enough to explain the function of the 2 MA highlighted by me?
and if you have to respect some rules
Thank You
Moreno
Hello Mladen. I wanted to ask, I found this indicator (https://www.mql5.com/en/forum/174385/page340) by you programmed, would you be kind enough to explain the function of the 2 MA highlighted by me?
and if you have to respect some rules
Thank You
MorenoMoreno, they are moving averages of the volatility quality (maperiod1 and maperiod 2) used to verify the trend.
Hello Mladen. I wanted to ask, I found this indicator (https://www.mql5.com/en/forum/174385/page340 ) by you programmed, would you be kind enough to explain the function of the 2 MA highlighted by me?
and if you have to respect some rules
Thank You
MorenoMoreno
Some more information can be found here : https://www.mql5.com/en/forum/general
Dear Malden
im looking for An ADX Indicator On The = ADX Thread
which can make me Change Di + & Di - Values ..
And I Found many indicators There
So i have Chosen This One = Wilder's DMI Book Post=116
But Im asking You Boss
Is This The Latest Update Version You Make Or you Suggest Me Another One You Think Its More Better .??
Thanks Alot Big boss
Hello Mladen,
Have managed to insert a different trail stop code.It only has one compile error.
Please assist.