EA doesnt wok with some brokers
-
EAs I created with fxdreema do not work with brokers where currency pairs have some kind of extension. Eg. EURUSD.dm, GBPUSDbo, EURJPY.fx
Anyone else had this issue? any solution? -
@vish You need to include them into the EA's 'Project options'. Right here:

-
@l-andorrà said in EA doesnt wok with some brokers:
@vish You need to include them into the EA's 'Project options'. Right here:

How to do that for this broker? can you help?

-
@vish Are they forex symbols? If so that would not be necessary?
-
@l-andorrà Yes they are forex
-
some time the EA will blocked from broker did you try to contact broker and tell them to activate auto trading for your EA ?
-
@vish Certainly weird. I never found a situation like that before. The only alternative I can suggest is writing each symbol as I explained before in the project options window. I see all symbols include that '.lmax' part So you can type this
?.lmax = 0.001
If that number doesn't work, then try 0.0001. That should work for all forex symbols.
-
@l-andorrà Thank you. I will check this out
-
@vish the broker on which no work is an ECN broker?
-
@ambrogio it is https://ftmo.com not sure if its ECN
-
@vish try this way: make a simple project no trade > buy now , but without putting stop loss and take profit, and see if it opens
-
@ambrogio ok thanks will check on that