Betting: Custom Sequence
-
Hi, i would like to know why when i set this sequence: "0.01,0.02,0.03" it is not working??, the standard values are: "3,2,6", i just changed to my values, what did i do wrong?
-
I have not used this sequence yet, but as I understood it (probably) how it works, it is like so:
when you give Base volume 0.1
and Sequence on loss 3,2,3
results are trades with lots and sequence multiplier:
1.trade 0.1 closed with SL (first is with base volume)
2.trade 0.1x3 closed with SL
3.trade 0.1x2 closed with SL
4.trade 0.1x6 closed with SL
5.trade 0.1 closed with SL
6.trade 0.1x3 closed with TP
7.trade 0.1 closed with TP (again with base volume)
8.trade 0.1 closed with SL
9.trade 0.1 closed with SL
10.trade 0.1x3 closed with SL
11.trade 0.1x2 closed with SL
12.trade 0.1x6 closed with TP
...

another example:
1.trade 0.1 closed with SL (first is with base volume)
2.trade 0.1x1 closed with SL
3.trade 0.1x2 closed with SL
4.trade 0.1x3 closed with SL
5.trade 0.1 closed with SL
6.trade 0.1x1 closed with TP
7.trade 0.1x3 closed with TP
8.trade 0.1 closed with SL
9.trade 0.1 closed with SL
10.trade 0.1x1 closed with SL
11.trade 0.1x2 closed with SL
12.trade 0.1x3 closed with TP

maybe it is wrong
just test it for yourself ... sequence is a,b,c,d,... where a,b,c,d,... are multipliers and a ist second trade, b is third, etc (after base trade - base is first) ... just test it ...SL I mean as loss and TP as profit ... probably it can be also other close type - just depends on profit or loss ...
-
I got it! thanks for the info, works like the way you said :),
i would like to know what is the way to make money management?For example:
at 1000 balance i will use 0.10, when it reachs to 2000 automaticaly places higher order as 0.20,
at 3000 = 0.30, 4000 = 0.40 and so on....and if it loses go back to lower lots, do you know how to do it? which block should i use? if you know coul you show an example? , thank you!
-
I dont know direct way using blocks ... but you can use custom code block for calculating ...
https://fxdreema.com/shared/Z3FcRhufcyou can change math in code for your purposes ...
import it into your project to view which are constants and which are variables ...



or simplier:
