OK.FXAddict wrote: Hello,
The info are:
...
Regards
Last question: what do u want to achieve with MPTM? (how do you want it to manage your trades?)
Give as much detail as possibe
OK.FXAddict wrote: Hello,
The info are:
...
Regards
Hello Thanks for the response.dudest wrote: OK.
Last question: what do u want to achieve with MPTM? (how do you want it to manage your trades?)
Give as much detail as possibe
I have no idea what could be causing your platform to freeze (maybe Empty4 is running out of memory when spitting out all those errors...)Meta Trader: FXOpen
Version: 4.00
Build 500
When you load MPTM on a chart and change the settings, you should SAVE the settings (click "Save" and it will save in the experts\presets folder)For the set file I want to Experts---> Preset Folder but I got it empty( see attachment). Pardon my ignorance.
I actually don't know where to find that MPTM Set file.
As an example, say I opened an Buy order at 1.3000 and set Stop Loss at 1.2980.
Now I want that whenever the market reaches 1.3004, I want that stop loss to move at 1.3003. (So the BreakEvenProfit will be 3 pips, right?)
a. Here a thought. If I don't set the Stop Loss during opening order and Set Stop Loss later, would it be valid for MPTM or each time I have to set Stop Loss along with order opening?
b. Does setting SL is essential? If I don't set SL, will MPTM function and move SL to BE or to a certain pips level automatically?
Code: Select all
BE=Break even settings
BreakEven=1
BreakEvenPips=4.00000000
BreakEvenProfit=3.00000000
HideBreakEvenStop=0
PipsAwayFromVisualBE=0.00000000
OK, you're confused, you're mental jumping stop is haphazard2. Secondly I want that as the market prices moves towards my direction the Stop Loss will also move. Like as above example, when the market price will be reached at 1.3020, the SL will be moved to 1.3015. Again when the price will be 1.3040, the SL will move to 1.3030.
I think the 'JumpingStop' option does it. But here I have a confusion.
As it is written in the manual that 1st time 'JumpingStop' will move the SL to BE. Then it will increment the SL.
My confusion is if 'Break Even' and 'JumpingStop' together then what will happen because BE will move the SL ahead of my pre set pips when the market will
cross my pre defined number of pips in favor of me. 'JumpingStop' will do the same but move SL to BE initially.
Code: Select all
BE=Break even settings
BreakEven=1
BreakEvenPips=20.00000000
BreakEvenProfit=2.00000000
HideBreakEvenStop=0
PipsAwayFromVisualBE=0.00000000
JSL=Jumping stop loss settings
JumpingStop=1
JumpingStopPips=10
AddBEP=1
JumpAfterBreakevenOnly=1
HideJumpingStop=0
PipsAwayFromVisualJS=0.00000000
When using BreakEven and JumpingStop together, set JumpAfterBreakevenOnly=13. I want that when the market will go in my favor then after a certain number of pips, a certain portion of my lot will be closed.
Like I would like to get my half of the trade auto closed when the market will reach 1.3020.
For this I think I'll have to use 'PartCloseEnabled'. I have to set 'Close_Lots' for my desired portion.
Let me present my thought about the whole like in the manual.
If I want my SL to be moved to 2 pips ahead of my opening order (for Buy) when the market reaches 3 pips. That is Sl has to be moved to 1.3002 from 1.2980 when
the market price is 1.3003. Then I want to lock profit after 20 pips by half of the trade and SL to be move by 15 pips (That means the market has to be moved
by 30 pips?).
So, I'll set:
JumpingStop- True.
JumpingStopPips- 15
AddBEP- 2
PartCloseEnabled- True
Close_Lots- 0.5
Now will I have to set BreakEven- false ?
Code: Select all
BE=Break even settings
BreakEven=1
BreakEvenPips=3.00000000
BreakEvenProfit=2.00000000
HideBreakEvenStop=0
PipsAwayFromVisualBE=0.00000000
JSL=Jumping stop loss settings
JumpingStop=1
JumpingStopPips=17
AddBEP=1
JumpAfterBreakevenOnly=1
HideJumpingStop=0
PipsAwayFromVisualJS=0.00000000
pcbe=PartClose settings can be used in
pcbe1=conjunction with Breakeven settings
PartCloseEnabled=1
Close_LotsFract=0.5
Close_Lots=0.0
Preserve_Lots=0.0
NO, not possible.And another question.
If I want that the Stop Loss will move along with the market price at a distance of say 5 pips when the market is in my favor and ensures at least say
3 pips profit if the market starts to go opposite of my trade after being profitable, then what to do?
Like, when the market crossed 1.3003 and the SL moved to 1.3002, then I want the SL to move with the market price with a distance of 5 pips.
So when the price will be 1.3020 the SL will move to 1.3015. MP at 1.3030, SL at 1.3025 and if the market comes down sat at 1.3010 then the SL will also be
moved to 1.3005. And when the MP becomes 1.3003 that trade got closed automatically.
Is this really possible?
Thanks
Code: Select all
BE=Break even settings
BreakEven=1
BreakEvenPips=3.00000000
BreakEvenProfit=2.00000000
HideBreakEvenStop=0
PipsAwayFromVisualBE=0.00000000
..
TSL=Trailing stop loss settings
TrailingStop=1
UseStandardTrail=1
TrailingStopPips=5.00000000
UseCandlestickTrail=0
CandlestickTrailTimeFrame=60
CandleShift=1
HideTrailingStop=0
PipsAwayFromVisualTS=0.00000000
TrailAfterBreakevenOnly=0
StopTrailAtPipsProfit=0
StopTrailPips=0.00000000
I really don't know how to Thank you yet Thanks a Lot for taking my problem sincerely and replying back with detailed possible solutions.dudest wrote: FREE ADVICE:
1) Moving to breakeven+2pips when your trade is at +3pips is guaranteed to get you stopped out VERY QUICKLY
2) Decide on a fixed trailing stop in pips (to be implemented using either Break Even &/or Jumping Stop or Trailing Stop). If it's 5pips, stick to 5pips (or 10pips or whatever). Don't overcomplicate
Cheers
You're welcome friendFXAddict wrote: I really don't know how to Thank you yet Thanks a Lot for taking my problem sincerely and replying back with detailed possible solutions.
I will definitely try in the way you have suggested. I hope this time everything will be fine.
I just want to ensure No-Loss after a trade turns into profit, that's why I was thinking for such tight BE and SL. But I'll follow your advices.
Regards.