Backing Multi-Link Doubles plan
Description
This trigger example was suggested by one of our users at the forum, and it is based on the staking plan described on the "Professional Racing Tips" web site.
Its main idea is to place back bets in cycles, for example starting from 5% of bank, ending with 1%, each time adding a fraction of your winnings to the rest of bets left in the cycle.
Sample account statement:
Here is the complete description of the plan. Beware! There is an error on that page, in the third table. Instead of
Horse #3 | £3 + £2 = £5 | WON @ 9/4 | £12.50 |
It should say:
Horse #3 | £3 + £2 = £5 | WON @ 9/4 | £11.25 |
We tried to contact the author and point to this error, but couldn't reach him.
We changed the plan slightly, making it take the exchange commission into account (on horse races BF commission is 5%).
Triggers
Please do NOT change the order of these triggers, as it's an essential part of the staking plan.
The following constants in the file will help adjust the plan:
- ba - size of starting bank
- cycle - the length of the cycle, by default is 6
- counter - the counter of the cycle - please do not change nor remove!
- max_price - the maximum back price of the bet
- mins_before_off - time before the start of the race when to place the bet, in minutes
The starting bank is remembered at the beginning of each cycle, therefore it takes the amount of money available in your account before the start of the cycle, and calculates the first bet as 5% of that amount, the second bet as 4% and so on.
Please be wise and read about the disadvantages of this strategy in the original article! Test the triggers thoroughly in Test Mode before placing real bets!