MQL4 - automated forex trading   /  

Forum

Why my EA is working with all MT4 broker's platform except one?

Back to topics list To post a new topic, please log in or register

avatar
9
FX-Ney 2007.05.19 16:57 
I have an EA which is performing quite well on different MT4 platforms (Neuimex, FX-Lite, Spacevision, NF etc)

I would like to implement it with FXDD and everything seems like with the others, except it never takes orders.

What could be the source of this kind of problem?

(Other EA are working with the FXDD platform, so my settings are correct, just this EA)

Thanks for your help
article

Interview with Harry Brinkhuis

To my findings a Take Profit of 42 and a Stop Loss of 84 is the right combination for Phoenix. They are part of what I call the balance between settings, timeframe, Stop Loss and Take Profit. Other people that were testing Phoenix tried to change Take Profit and Stop Loss and got very different results. They somehow changed "The Balance"!


avatar
1515
DxdCn 2007.05.19 19:39 
hehe, this like  I have a riddle, please guess !

avatar
9
FX-Ney 2007.05.19 21:09 
DxdCn wrote:
hehe, this like I have a riddle, please guess !
Sorry, but I don't get what you mean ???

avatar
1515
DxdCn 2007.05.20 04:42 
yes, I mean me too, I don't get what you mean, I think most of us don't get what you mean, so no one can answer.

no code ,no log records..... so no one has clews to guess what you mean.

avatar
9
FX-Ney 2007.05.20 12:04 
DxdCn wrote:
yes, I mean me too, I don't get what you mean, I think most of us don't get what you mean, so no one can answer.

no code ,no log records..... so no one has clews to guess what you mean.
Ok, and if I put the question like this ?

For the same MT4 build, what makes the software different from one broker to another ?

Which part of the code of an EA could be affected by these differences ?

I cannot share the source code of this one, it is not mine and I don't want to publish it, but I am looking for a clue as to where
I sould look to correct it ?

Thanks for your time.

avatar
Moderator
33780
Rosh 2007.05.20 12:10 
Check settings of your broker with function MarketInfo(). I.e. MarketInfo(Symbol(),MODE_STOPLEVEL)

avatar
9
FX-Ney 2007.05.20 13:26 
Rosh wrote:
Check settings of your broker with function MarketInfo(). I.e. MarketInfo(Symbol(),MODE_STOPLEVEL)
Thanks for your help.
I have solved the problem: it had nothing to do with the code.
Most probably a conflict between too many instances of MT4 running on the same PC.

I have installed this broker's version of MT4 on another PC and everything is working fine.
Back to topics list  

To add comments, please log in or register