MPTM_Global

MPTM's new home
Locked
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

MPTM_Global

Post by milanese »

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..
MPTM_Global_latestBuilds.mq4
Cheers :)

Tommaso
You do not have the required permissions to view the files attached to this post.
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
global
Trader
Posts: 67
Joined: Wed Aug 15, 2012 2:16 am

MPTM_Global

Post by global »

Thanks Tommaso,

I compiled MPTM_Global_latestBuilds and there were no warnings. Now I can add my update changes that should also compile without any warnings. Thanks.
Paul1981
Posts: 2
Joined: Tue Mar 03, 2015 4:03 pm

MPTM_Global

Post by Paul1981 »

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?
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

MPTM_Global

Post by milanese »

Paul1981 » Fri Apr 17, 2015 2:39 pm wrote:
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?
This are no bugs, this are problems that you have not activated EA trading (error 4109)
Please check \"Allow live trading\" in the \"Common\" tab of the EA properties window
just try the APTM this one should perfect match your needs.. ---click--> http://www.stevehopwoodforex.com/phpBB3 ... =21&t=3482
This one will warn you if autotrading is disabled and uses no endless loop is so easier to handel
Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
holygrailfx
Posts: 6
Joined: Tue Mar 24, 2015 8:19 pm

MPTM_Global

Post by holygrailfx »

milanese » Wed Mar 11, 2015 8:27 am 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

Great work. Can we add an option to have a notification send to the android Empty4 app, instead of alert popup?
I apologize if I overlooked an already existing feature...there are so many
MichaelSch
Trader
Posts: 25
Joined: Wed Jan 27, 2016 7:05 pm

MPTM_Global

Post by MichaelSch »

Hello,

i will give it a try.
What are good setting to start with it? I will use it with scalping and if position turn i will this to be hedged.

I will use breakeven, jumpstop und hedge.

Can someone help me?

Thanks

Michael
User avatar
TraderJoeForex
Trader
Posts: 1157
Joined: Fri Mar 08, 2013 10:29 pm
Location: South London

MPTM_Global

Post by TraderJoeForex »

Just started using this and it works beautifully. Can't believe I have lived without it for so long!!

Thank you Global and Milanese for this updated version (even if I'm almost a year late!) and of course Steve for the original work.

Here is my set file used intraday for trades opened from 4am GMT for trailing + tightening SL and partial close at break even. I trade H1 chart but no hedging and use a separate EA/magic number for each pair. I find the D1 ATR defines a sensible range for trading H1.

Banking a nice chunk of pips before breakfast (and news) and enjoying a free trade into the day certainly makes Fridays more fun .. :jump:
You do not have the required permissions to view the files attached to this post.
MichaelSch
Trader
Posts: 25
Joined: Wed Jan 27, 2016 7:05 pm

MPTM_Global

Post by MichaelSch »

Can someone help?
I have following message over and over again:

Jump stop function failed with error (130): invalid stops

What is this meaning?

Greets

Michael
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

MPTM_Global

Post by milanese »

MichaelSch » Mon Feb 15, 2016 1:55 pm wrote:Can someone help?
I have following message over and over again:

Jump stop function failed with error (130): invalid stops

What is this meaning?

Greets

Michael
try APTM if you have problems with MPTM global ---> http://www.stevehopwoodforex.com/phpBB3 ... =21&t=3482
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
global
Trader
Posts: 67
Joined: Wed Aug 15, 2012 2:16 am

MPTM_Global

Post by global »

MichaelSch,

I now use APTM myself. It is very efficient and versatile, I highly recommend it. Thanks again Milanese for providing it.
Locked

Return to “Utilities Indicators and Scripts”