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

MPTM's new home
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=64
Page 37 of 57
Author:  flex [ Sun Nov 24, 2013 12:59 pm ]
Post subject:  Re: MPTM's new home

Hello,
Thanks Steeve for this great trade manager, well known!
I would like to know if it can do this as I work with baskets :

In an acc I have 2 trades with magic=1000, and 2 trades with magic=2000

I would like, when the 2 trades with magic=1000, reach a total of -200 pips, to be closed.
And when the 2 trades with magic=2000, reach a total of -3000 pips, to be closed.

Eventually pips can be replaced by pending loss in the money even if I prefer pips.

Should I use MPBM or the classic MPTM ?

Thank you !
Author:  SteveHopwood [ Sun Nov 24, 2013 10:03 pm ]
Post subject:  Re: MPTM's new home

flex wrote:Hello,
Thanks Steeve for this great trade manager, well known!
I would like to know if it can do this as I work with baskets :

In an acc I have 2 trades with magic=1000, and 2 trades with magic=2000

I would like, when the 2 trades with magic=1000, reach a total of -200 pips, to be closed.
And when the 2 trades with magic=2000, reach a total of -3000 pips, to be closed.

Eventually pips can be replaced by pending loss in the money even if I prefer pips.

Should I use MPBM or the classic MPTM ?

Thank you !
Which bit of the 'Disclaimer' section of post 1 do you not get?
Author:  flex [ Mon Nov 25, 2013 4:05 am ]
Post subject:  Re: MPTM's new home

Hi,
Thanks for your answer,
I don't ask how to do, just if this feature is available. As for now I didn't find it.
Also #1 states "Feel free to ask questions of other traders here."
You want to ignore my question, no problem.
Thanks
Author:  dudest [ Mon Nov 25, 2013 11:00 am ]
Post subject:  Re: MPTM's new home

flex wrote:Hello,
Thanks Steeve for this great trade manager, well known!
I would like to know if it can do this as I work with baskets :

In an acc I have 2 trades with magic=1000, and 2 trades with magic=2000

I would like, when the 2 trades with magic=1000, reach a total of -200 pips, to be closed.
And when the 2 trades with magic=2000, reach a total of -3000 pips, to be closed.

Eventually pips can be replaced by pending loss in the money even if I prefer pips.

Should I use MPBM or the classic MPTM ?

Thank you !
Hallo Flex,

Since you're managing by Magic Number, and have two different sets, you'd need to have two instances of MPTM / MPBM running ( one for each ).

On MPTM:
# The basket functionality has SL in Dollars or Percentage, no Pips.
# Global Order Closure (in pips) WON'T work for negative figures

I think MPBM would serve you perfectly:

Code: Select all

extern string  tsl = "Pips SL";
extern int     AdaptivePipsStopLoss = 75; //Pips per open trade. A zero input will disable this.
extern int     PipsStopLoss = 0; //Hard sl, overridden by AdaptivePipsStopLoss
Cheers

MPBM: http://www.stevehopwoodforex.com/phpBB3 ... 112#p16112

.
Author:  flex [ Mon Nov 25, 2013 11:03 am ]
Post subject:  Re: MPTM's new home

Thank you very much, Dudest ! It confirms MPTM doesn't have the basket nor the "per pip" feature.
I will go have a look to MPBM!
Thanks!
Author:  matrixebiz [ Tue Jan 21, 2014 3:23 pm ]
Post subject:  Re: MPTM's new home

Hello forum members,
I have a question about MPTM and hope someone will know what setting I might have wrong.

These are the settings I have enabled;

Code: Select all

extern bool    ManageAllTrades               = true;
extern string  BE                            = "Break even settings";
extern bool    BreakEven                     = true;
extern double  BreakEvenPips                 = 11;
extern double  BreakEvenProfit               = 4;
extern bool    HideBreakEvenStop             = true;
extern double  PipsAwayFromVisualBE          = 100;
extern string  JSL                           = "Jumping stop loss settings";
extern bool    JumpingStop                   = true;
extern double  JumpingStopPips               = 6;
extern bool    AddBEP                        = false;
extern bool    JumpAfterBreakevenOnly        = true;
extern bool    HideJumpingStop               = true;
extern double  PipsAwayFromVisualJS          = 100;

extern bool    HideStopLossEnabled           = true;
extern double  HiddenStopLossPips            = 200; 
I had a bunch of trades open in the negative and MPTM closed them all. Does it have something to do with my "Hide" settings and having an initial SL on the trade? Do I need to remove all physical SL's on the trades? or is there another setting I may have turned ON by mistake somewhere else in the EA?

also, what does AddBEP actually do? Is this only for the "Jump" settings and will Add "BreakEvenProfit" while Jumping when 'Breakeven' is set to "FALSE" ?

Thank you
Author:  milanese [ Tue Jan 21, 2014 3:34 pm ]
Post subject:  Re: MPTM's new home

matrixebiz » Tue Jan 21, 2014 3:23 pm wrote:Hello forum members,
I have a question about MPTM and hope someone will know what setting I might have wrong.

These are the settings I have enabled;

Code: Select all

extern bool    ManageAllTrades               = true;
extern string  BE                            = "Break even settings";
extern bool    BreakEven                     = true;
extern double  BreakEvenPips                 = 11;
extern double  BreakEvenProfit               = 4;
extern bool    HideBreakEvenStop             = true;
extern double  PipsAwayFromVisualBE          = 100;
extern string  JSL                           = "Jumping stop loss settings";
extern bool    JumpingStop                   = true;
extern double  JumpingStopPips               = 6;
extern bool    AddBEP                        = false;
extern bool    JumpAfterBreakevenOnly        = true;
extern bool    HideJumpingStop               = true;
extern double  PipsAwayFromVisualJS          = 100;

extern bool    HideStopLossEnabled           = true;
extern double  HiddenStopLossPips            = 200; 
I had a bunch of trades open in the negative and MPTM closed them all. Does it have something to do with my "Hide" settings and having an initial SL on the trade? Do I need to remove all physical SL's on the trades? or is there another setting I may have turned ON by mistake somewhere else in the EA?

also, what does AddBEP actually do? Is this only for the "Jump" settings and will Add "BreakEvenProfit" while Jumping when 'Breakeven' is set to "FALSE" ?

Thank you
Hi :hi:

try to set all "Hide" settings false as there seems to be some bug..

Cheers :)

Tommaso
Author:  matrixebiz [ Tue Jan 21, 2014 4:01 pm ]
Post subject:  Re: MPTM's new home

Ok, I'll give it a go but since I keep my BE and Jump settings so tight I get alot of SL mod errors probably due to by brokers min values or somthing so SL doesn't actually get moved to where I want it.
Thanks for the suggestion though.
Author:  osho619 [ Sat Jan 25, 2014 2:02 pm ]
Post subject:  Re: MPTM's new home

Multi-purpose trade manager not working, can anybody please upload latest version one,thank you.
Author:  milanese [ Sat Jan 25, 2014 2:13 pm ]
Post subject:  Re: MPTM's new home

osho619 » Sat Jan 25, 2014 2:02 pm wrote:Multi-purpose trade manager not working, can anybody please upload latest version one,thank you.
Could you please explain what exactly is not working for you? So someone might be maybe able to help you.

Cheers :)

Tommaso
All times are UTC Page 37 of 57