Laying on a sequence of traps, with loss recoupment
Description
You start by setting which trap you lay on after a certain trap number won the previous race. For instance, if Trap 1 wins, you lay on Trap 2 in the next game. If Trap 2 wins, you lay on Trap 3 and so on. The sequence does not really matter, you can do Trap 4 after Trap 1, or Trap 6 after Trap 3. The triggers below will do for any set of numbers.
Then you apply a simple loss recovery plan, whereby if a bet lost, you aim at recouping the loss in the next stake, with an optional limitation of the maximum bet size.
Triggers
You could rightly observe that there is a simpler and more elegant formula that allows you to bet on the next trap in the list. But these triggers are made so as to support any sequence, not just 1,2,3,4,5,6. To set the order, edit the constants from index1 to index6.