milanese » Wed Mar 11, 2015 3:27 pm wrote:global » Wed Mar 11, 2015 5:14 am wrote:Hi Tommaso,
I attempted to do an update to MPTM_Global with more features but was unable to get it to compile without any warnings, plus when attempting to get it to manage all pairs with the Ea attached to only one chart it didn't function as expected. When I can spare more time I'll try to work out the bugs. I saw that you posted MPTM_Global_6xx.ex4 compiled with the latest Empty4 build. Were you able to get it to compile without any warnings? If so I would really like to see the mq4 file then I may be able to complete my upgrade without warnings.
I just realized that you programmed an AllPairTradeManager(APTM) with many features . Thanks, I'll give it a try.
this is the mq4 adapted for the latest Empty4 updates.., I will too change the former file to this new one..
Cheers
Tommaso
Excuse me if I may report. I found some kind of bugs. My setting uses only two part of an EA - Breakeven and Jumping Stop. The rest has been disabled. My general setting is to Breakeven when it reached 60 pips and profits as of 55 pips. Then jump stop will only jump after breakeven archived only with 15 pips step.
Most of the time EA run well as expected, however there are times that EA has some error. It ignored Breakeven setting and get them to jump stop setting only. It does mean if my pips reached 15 then stop loss has been set instead of 60 pips. This occur sometimes without any change made into setting.
Another bug I found is after that bug occur I cannot remove the setting EA made to that certain orders. Even I stop autotrading / disabled EA or even remove them from the chart the setting is still stick with the orders. The only way to cast it off is to close that order and open a new one. If not then the notification would appear a lot of time to tell that they cannot set up a stop loss like this
"Jumping stop function failed to set SL at breakeven, with error(4109): trade is not allowed in the expert properties"
I'm not sure if this a bug or my own fault. This happened first time with USD/JPY and I thought about its 3 digit. However it just happened to GBP/USD and EUR/USD as well so I'm not sure what is going on here. Could you please help?