How do I work on this
-
The strategy made from 5 BB first BB is 400 length with deviation of 1 and the second 400X2 the third 400X3 the fourth 400X4 the fifth 400X5 there is an SL and TP both for0.09 percent and when SL or TP hit all the open positions are closed , the position opening set as follow, firs BB hit it opens 0.01 lot, second it opens 0.03 lots third BB hit it opens 0.09 lots forth BB hit it openes 0.21 lots if the fifthe BB is hit it opens 0.81 lots size position, if all the positions closed due to SL or TP the strategy reset and start over from the beginning, obviously I want to be able to change parameters from the strategy set.
-
Did you create any initial project to begin with?
-
@l-andorrà yes
-
Could you please share the link to it?
-
-
Let's begin by reordering the block trees executions. Block trees 35 and 37 need to be the last ones to be executed, so please change number in all other 'No position' and 'if position' blocks to be lowers than 35. Additionally they should be ordered from lower to higher. This means the 'no position' one should be the lowers and the 'if position' for the highest lot size should be the highest but still below 35.