stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

MPTM updated
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=5190
Page 5 of 13
Author:  forforex [ Thu Aug 15, 2019 5:11 pm ]
Post subject:  MPTM updated

Hello,

I'm happy to have found this community.

I think it will help me become a more disciplined trader :clap:

Hoping to try some of the utilities soon. :)
Author:  paulbt38 [ Mon Apr 06, 2020 11:44 am ]
Post subject:  MPTM updated

I started using MPTM again to help manage some scalping trades. The hidden stop loss and hidden TP keep bringing up errors. I have set it up to have a hard SL and TP at 200 pips. The hidden SL was to be 40 pip and TP 10 pip. I keep getting the error message that I cant have a hidden SL/tp without a hard SL/TP, yet there is a hard value in place.

Any thoughts?

Paul
Author:  SteveHopwood [ Mon Apr 06, 2020 11:53 am ]
Post subject:  MPTM updated

paulbt38 » Mon Apr 06, 2020 11:44 am wrote:I started using MPTM again to help manage some scalping trades. The hidden stop loss and hidden TP keep bringing up errors. I have set it up to have a hard SL and TP at 200 pips. The hidden SL was to be 40 pip and TP 10 pip. I keep getting the error message that I cant have a hidden SL/tp without a hard SL/TP, yet there is a hard value in place.

Any thoughts?

Paul
I will look into it.

:xm: :rocket:
Author:  SteveHopwood [ Mon Apr 06, 2020 1:16 pm ]
Post subject:  MPTM updated

I found the bloop as soon as I looked for it. Fixed in 1b in post 1.

This is the easiest DIY fix in the world. Go to: bool HideTakeProfit(int ticket)

Look down about 10 lines to: double take = 0;

This should be: double take = OrderTakeProfit();

:xm: :rocket:
Author:  SteveHopwood [ Mon Apr 06, 2020 1:23 pm ]
Post subject:  MPTM updated

I just gave the code that presents the, " You cannot have a hidden stop loss without a 'hard' stop loss in place. Read the user guide." message. There is no reason why not, so I will make the teensy code alterations and post again later.

:xm: :rocket:
Author:  paulbt38 [ Mon Apr 06, 2020 1:34 pm ]
Post subject:  MPTM updated

SteveHopwood » Mon Apr 06, 2020 1:23 pm wrote:I just gave the code that presents the, " You cannot have a hidden stop loss without a 'hard' stop loss in place. Read the user guide." message. There is no reason why not, so I will make the teensy code alterations and post again later.

:xm: :rocket:
Steve

Thanks. Just so you know, whilst it displayed that message, the actual hidden TP also didn't work. Dont know about the SL as thankfully the trades wouldn't have triggered it.

Paul
Author:  SteveHopwood [ Mon Apr 06, 2020 7:39 pm ]
Post subject:  MPTM updated

V 1c is in post 1.

I have removed the need for trades being monitored for hidden stop loss and take profit to have 'hard' SLTP's. I have slightly altered the screen feedback to make clearer whether the figures refer to stop loss or take profit. This last has no significance; just one of those tiny improvements we can make from time to time.

DIYers, go to these two functions:
bool HideStopLoss(int ticket)
bool HideTakeProfit(int ticket)

Look down a few lines to:
double stop(or take depending on the function) = OrderStopLoss(); or OrderTakeProfit();

Delete the block of code immediately underneath that disables the function if the order does not have a stop loss or take profit.

Go to void DisplayUserFeedback() if you want to make the cosmetic change. Scroll down to:
if (UseHiddenStopLoss)

Replace "stops" in the following line of code with, "SL" or whatever you want to replace it with. Repeat the change three lines further down. You will already understand quite a lot of stuff if you have been learning some basic coding by these DIY's. Not to worry if you are new to all this and muck up totally. Merely re-download from post 1.

You can never muck up totally when attempting a DIY folks. The update is always available in post 1 of whatever thread it is you are following and EA you are using. Try it. It is satisfying when you get it right.

:xm: :rocket:
Author:  paulbt38 [ Wed Apr 08, 2020 8:34 am ]
Post subject:  MPTM updated

Steve

I didn’t get the chance to test this yesterday but did this morning. All working perfectly.

Thanks

Paul
Author:  Sandovich [ Tue Apr 28, 2020 1:01 pm ]
Post subject:  MPTM updated

Is it possible to get MPTM to remove or disable an expert if it hits a SL ?

I see the "simpleallpairbasketmanager" has that function . It makes a global EA deactivation though pity you cant work it on magic number or something else so it removes or deactivates specific EA's .
Author:  SteveHopwood [ Tue Apr 28, 2020 2:23 pm ]
Post subject:  MPTM updated

Sandovich » Tue Apr 28, 2020 1:01 pm wrote:Is it possible to get MPTM to remove or disable an expert if it hits a SL ?

I see the "simpleallpairbasketmanager" has that function . It makes a global EA deactivation though pity you cant work it on magic number or something else so it removes or deactivates specific EA's .
I will look into that, Paul. An EA can remove itself; I didn't know it could remove others.

:xm: :rocket:
All times are UTC Page 5 of 13