| / | Forum |
|
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 |
|
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"! |
|
DxdCn
2007.05.19 19:39
hehe, this like I have a riddle, please guess !
|
|
FX-Ney
2007.05.19 21:09
DxdCn wrote: Sorry, but I don't get what you mean ???hehe, this like I have a riddle, please guess ! |
|
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. |
|
FX-Ney
2007.05.20 12:04
DxdCn wrote: Ok, and if I put the question like this ?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. 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. |
33780 |
Rosh
2007.05.20 12:10
Check settings of your broker with function MarketInfo(). I.e. MarketInfo(Symbol(),MODE_STOPLEVEL)
|
|
FX-Ney
2007.05.20 13:26
Rosh wrote: Thanks for your help.Check settings of your broker with function MarketInfo(). I.e. MarketInfo(Symbol(),MODE_STOPLEVEL) 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. |