Hi fxDreema, thank you very much! It is working now.
Posts made by fxderrick
-
RE: [Solved] MM Set 0.* value in Betting:Custom Sequenceposted in Questions & Answers
-
RE: [Solved] MM Set 0.* value in Betting:Custom Sequenceposted in Questions & Answers
Hi fxDreema, thanks for reply. I understand and i want to multiply by half (0.5) when the trade is losing. Is the input field only allows whole number?
-
RE: [Solved] MM Set 0.* value in Betting:Custom Sequenceposted in Questions & Answers
Hi all,
I'm trying to insert value of 0.5, 0.25 etc into the "Sequence on Loss" under MM "Betting:Custom Sequence". The result from back testing was return with minimum lot size(i.e, 0.01 lot) instead of the input ratio, my base volume was set to 0.4 lot.
This is what I'm looking to achieve: x2 on win, x0.5 on loss, for 3 levels.
Eg:
Base volume: 0.4 lots
Loss sequence: 0.2 lots, 0.1 lots
Win sequence: 0.8 lots, 1.6 lots[Result | Lot Size after result]:
Init size: 0.4
W | 0.8
L | 0.4
L | 0.2
W | 0.4
L | 0.2
L | 0.1
L | 0.4 (losing sequence, restart sequence)
L | 0.2
W | 0.4
W | 0.8
W | 1.6
W | 0.4 (winning sequence, restart)I have tried Betting:Martingale, but I want the sequence to stop when the trade is losing(0.1lot) or winning(1.6lots), while Martingale only stops at x number of consecutive wins or losses.
Any alternative advice please? I have searched the forum on "Custom Sequence" but no one ask about input of less than 1 into Sequence of Loss. The Sequence on Profit works great. Thanks.