Author Topic: Incremental bet value  (Read 3427 times)

Tags:
  • All members
  • Posts: 29
Incremental bet value
« on: 18 Sep 2018, 13:59 »
Hi guys,

I want to put incremental bets in a horse race, for example:

In the favourite put $10

In the second put $11

In the third put $12

And so on...

How can I do this?

Thanks;

  • All members
  • Posts: 3597
Re: Incremental bet value
« Reply #1 on: 19 Sep 2018, 13:11 »
Hi
it depends when you want to place the bets (ranks can change frequently)
you can use a formula like this in the amount field :
IF(sel_order = 1, 10, IF(sel_order = 2, 11, IF(sel_order =3, 12, 13)))
or
use 3 separate triggers, one for each rank and amount:
amount: 10
condition: selections rank is equal to 1
once per market

amount: 11
condition: selections rank is equal to 2
once per market

etc...
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 347
Re: Incremental bet value
« Reply #2 on: 25 Sep 2018, 10:34 »
Or simply set the amount to = (rank+9)

 

Please note, BetFair is seems to be currently OFFLINE