• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

Suggestion Coder needed to turn amazing Indicator to EA

There's a mistake
When a new signal appears, it does not open an order
You must close the MetaTrader and then open it It then opens the new signals

same problem with me. It open first day 5 trades instantly after run on axitrader platform. all trades took 12 hours to close. and then no trade until i reload EA on chart.
 
I have only this errors on live and demo
2018.02.15 15:05:25.644 '8215671': order sell 0.19 AUDNZD. opening at market sl: 1.08077 tp: 1.07147 failed [Invalid S/L or T/P]

all the time.. on three different Brokers... XM, FXTM and ICMarkets.. any ideas?
 
I think we just have to wait for Arby to return - he is the only one we have coding this EA :(
 
This is my review for this thread:
I hope for Arby to return. This EA is amazing. We hope that the minor glitch is fixed (Does not initialize new trades until MT4 is restarted).
 
Something is not right here guys. I fired up the original indicator, and saw the already mentioned nonsense in it. The nonsense T/P.
GBPCAD is currently at 1.75962. Now the indicator (not the EA, the original indicator) is suggesting that it's best if I open a BUY position, with the TP set at 1.75553.

It is not always the created EA, but the indicator, which gives errors in the given TP levels.
 
Something is not right here guys. I fired up the original indicator, and saw the already mentioned nonsense in it. The nonsense T/P.
GBPCAD is currently at 1.75962. Now the indicator (not the EA, the original indicator) is suggesting that it's best if I open a BUY position, with the TP set at 1.75553.

It is not always the created EA, but the indicator, which gives errors in the given TP levels.
Problem with the indicator is - sometimes an old signal stays there well after TP has been reached. However, as far as I know when a fresh signal comes it's levels are good. EA needs to deal with this issue
 
Problem with the indicator is - sometimes an old signal stays there well after TP has been reached. However, as far as I know when a fresh signal comes it's levels are good. EA needs to deal with this issue

The TP is calculated on the median of the daily bar minus the close or something like that, and has 4 different conditions. Basically due to most platforms having different time zones the daily bar is probably different values. This makes the TP super unstable and changing.
 
I think we need this EA changed a little bit for placing orders, he send the order directly with SL and TP but many ECN Brokers dont accept it so.

We need a change, first place the order and after that a modify with sl and tp inputs.. is it possible?

Thx
 
The TP is calculated on the median of the daily bar minus the close or something like that, and has 4 different conditions. Basically due to most platforms having different time zones the daily bar is probably different values. This makes the TP super unstable and changing.
What you say is quite possible - however for me, most times I just use a basket profit target so the levels set by the indicator are not so relevant - but it is certainly still an issue.
 
I think we need this EA changed a little bit for placing orders, he send the order directly with SL and TP but many ECN Brokers dont accept it so.

We need a change, first place the order and after that a modify with sl and tp inputs.. is it possible?

Thx
I'm certain this can be taken care of with code
 
Back
Top