Multiplier lot size based on trade count
-
Hello everyone.
Can you show me the way how to multiplier lot size for every 3 trades created?
For example: Lot size o.o1, Lot size multiplier is 2
This will be:
0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.04, 0.04, 0.04, 0.08, 0.08, 0.08, 0.16, 0.16, 0.16, and so onBelieve everyone have the idea to do this
Thanks and have a nice day . . . .
-
In the 'For Each Trade' block there is an option 'Every "n" Trade'.....
Perhaps have a play around with that*
-
Store the base lot size in a constant input and copy the input into a variable. Use that variable for the lot size of the next trade. After every execution, multiply this variable by 2 and let the next execution use that variable for the upcoming lot size.
-
@Morpheus_0 Thank you brother. Let me try
-
@fxpim By doing that, it will multiply every trade created. I want to multiply every three trade