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
I'm requesting for a simple Aroon EA.
Buy: When aroon up crosses above aroon down. Exit when aroon up crosses level 50 downwards or when an opposite signal occurs, whichever comes first. (Opposite signal means when aroon up crosses below aroon down)
Sell: When aroon down crosses above aroon up. Exit when aroon down crosses level 50 downwards or when an opposite signal occurs, whichever comes first. (Opposite signal means when aroon down crosses below aroon up)
All the trades should be opened on the open of the next candle after the signal occurs.
Set the stop loss at the previous swing high/swing low. If not possible to do so then use ATR stoploss or manual stoploss.
If possible please add money management feature too.
Your time, skills and generosity are so much appreciated. Regards
Reymaq.
otherwise i want one help. in this indicator high low are showing with short yellow lines ... likes that after the price of low of the zigzag.. from the price itself need short lines for 0.326% ,0.5%, 0.618% , 1%, 1.618%,2.27%,2.618%,3.33%, 4,236% i means the fibo retracement is for that price alone which is like (after setting low) low+(low*0.326/100)............ low +(low*0.5/100)........... like...
after that for the high made means .... same procedure like short lines dotted
high-(high*0.326/100)........... high -(high*0.5/100)........
can you please any one do this for me?
i will be much thankful to u..
Hi,
I would like to test their two indicators in an EA.
1 - Parabolic SAR of KAMA 1_5.mq4
2 - Macd - std normalized.mq4 1_2 (Filter)
I'm testing with the code below to open orders.
I did back test for 3 months in H1.
The result was very bad.
There any way to improve the way of opening of orders?
Hi,
I would like to test their two indicators in an EA.
1 - Parabolic SAR of KAMA 1_5.mq4
2 - Macd - std normalized.mq4 1_2 (Filter)
I'm testing with the code below to open orders.
I did back test for 3 months in H1.
The result was very bad.
There any way to improve the way of opening of orders?
otherwise i want one help. in this indicator high low are showing with short yellow lines ... likes that after the price of low of the zigzag.. from the price itself need short lines for 0.326% ,0.5%, 0.618% , 1%, 1.618%,2.27%,2.618%,3.33%, 4,236% i means the fibo retracement is for that price alone which is like (after setting low) low+(low*0.326/100)............ low +(low*0.5/100)........... like...
after that for the high made means .... same procedure like short lines dotted
high-(high*0.326/100)........... high -(high*0.5/100)........
can you please any one do this for me?
i will be much thankful to u..
Please read this post : https://www.mql5.com/en/forum/186208/page3 about eventual optimization. As of why it works like that : you probably could revise the rules you are using when orders are opened and closed. But in any case, check the rules you are using and check when your orders are closed
Dear Mladen,
The opening rule was wrong.
I changed the code but still continues with a very poor performance losing a lot of money.
To make the filter along with the Parabolic would be better to use RSI?
Dear Mladen,
The opening rule was wrong.
I changed the code but still continues with a very poor performance losing a lot of money.
To make the filter along with the Parabolic would be better to use RSI?
Please, try to optimize your EA
Mr. Mladen, please look at the below codes , the arrow doesnt come up in live until i switched time frame.
That is a repainting version of sidus indicator
Non repainting version can be downloaded from here : https://www.mql5.com/en/forum/180648/page293