MPTM's new home
-
flex
- Trader
- Posts: 12
- Joined: Mon Oct 01, 2012 5:32 pm
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 !
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 !
- SteveHopwood
- Owner
- Posts: 9904
- Joined: Tue Nov 15, 2011 8:43 am
- Location: Misterton - an insignificant village in England. Very pleasant to live in.
Re: MPTM's new home
Which bit of the 'Disclaimer' section of post 1 do you not get?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 !
Read the effing manual, ok?
Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.
I still suffer from OCCD. Good thing, really.
Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.
To see The Weekly Roundup of stuff you guys might have missed Click here
My special thanks to Thomas (tomele) for all the incredible work he does here.
Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.
I still suffer from OCCD. Good thing, really.
Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.
To see The Weekly Roundup of stuff you guys might have missed Click here
My special thanks to Thomas (tomele) for all the incredible work he does here.
-
flex
- Trader
- Posts: 12
- Joined: Mon Oct 01, 2012 5:32 pm
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
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
-
dudest
- Trader
- Posts: 1847
- Joined: Tue May 08, 2012 2:37 pm
Re: MPTM's new home
Hallo Flex,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 !
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
MPBM: http://www.stevehopwoodforex.com/phpBB3 ... 112#p16112
.
-
flex
- Trader
- Posts: 12
- Joined: Mon Oct 01, 2012 5:32 pm
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!
I will go have a look to MPBM!
Thanks!
-
matrixebiz
- Trader
- Posts: 70
- Joined: Wed Nov 16, 2011 4:39 am
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;
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
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; 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
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
Re: MPTM's new home
Hi :hi: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;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?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;
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
try to set all "Hide" settings false as there seems to be some bug..
Cheers
Tommaso
Global Prime is the official SHF broker 
Searching for Servers and Workstations with individual configuration?
Just PM
Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
Searching for Servers and Workstations with individual configuration?
Just PM
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
-
matrixebiz
- Trader
- Posts: 70
- Joined: Wed Nov 16, 2011 4:39 am
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.
Thanks for the suggestion though.
-
osho619
- Posts: 2
- Joined: Thu Jun 13, 2013 9:59 am
Re: MPTM's new home
Multi-purpose trade manager not working, can anybody please upload latest version one,thank you.
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
Re: MPTM's new home
Could you please explain what exactly is not working for you? So someone might be maybe able to help you.osho619 » Sat Jan 25, 2014 2:02 pm wrote:Multi-purpose trade manager not working, can anybody please upload latest version one,thank you.
Cheers
Tommaso
Global Prime is the official SHF broker 
Searching for Servers and Workstations with individual configuration?
Just PM
Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
Searching for Servers and Workstations with individual configuration?
Just PM
NOTE: Cookies and JavaScript are required for the using the board, with full functionality