A BUG ABOUT BETTING:CUSTOM SEQUENCE / LOOP
-
Betting: Custom Sequence and loop block
when a series of of trades were closed,
if the last trade was lose, the initial lots can not be reset
How do we solve this problem?

-
Disconnect blockss A1 and A3. Then be aware that block 71 will be the new head of that 3 blocks thread, so depending on the number of all other head blocks it will or will nor be executed into the correct order. Be sure it is renumbered accordingly.
-
can not be solved
can you help me?
thanks!
link text -
@l-andorrà can not be solved
can you help me?
thanks!
link text -
Can you please share a link with your project? What you uploaded is the builder only.
-
@l-andorrà
sorry , I sent a wrong link
now it's the correct one https://fxdreema.com/shared/4Wzja4nRb -
I didn't notice you had created three different threads for the same question!
-
My friend and I are also experiencing problems with lots not resetting, we think there may be a problem with the MT5 block, could the author take the time to check it out.
@fxDreema -
@TXZZ MT4 Had the same problem.
-
@TXZZ Can you please share the link to the project?
-
-
@TXZZ Backtesting will look like this: 0.01, 0.02, 0.03 ...... closed; then 0.01, 0.03, 0.04 ...... closed; then 0.01, 0.04, 0.05... ...
-
Then you need to do that with a lot size variable. However, I don't see the logic in increasing the lot size that way. What if you get a sequence like 0.01, 0.8, 0.9 or even higher!
-
@l-andorrà Normally it should be 0.01, 0.02, 0.03, 0.04 ...... to close the position and then continue 0.01, 0.02, 0.03 ...... to close the position. But there is a bug so it will happen like above.
-
Bug, or you're custom betting sequence? Your sequence on loss is causing the lots to act like that.