Author Topic: stakes based on time of day  (Read 1413 times)

Tags:
  • All members
  • Posts: 314
stakes based on time of day
« on: 13 Oct 2015, 10:58 »
Hi,

I am wondering if its possible to use a strategy which I already have setup, but add in additional functionality.

Its a greyhound strategy...

So, lets say my base stake is 15p, I want to bet at this level until 12:00
then at 12:01pm I want to stake 20p
then at 18:00 I want to stake at 25p

Not sure how I can setup the trigger to do this and would appreciate any help

Thanks

Mark.

  • Moderator
  • Posts: 3597
*
Re: stakes based on time of day
« Reply #1 on: 13 Oct 2015, 17:17 »
Hi
I was trying to think of a way to do this with an IF statement, but I can't, so instead suggest three identical betting triggers using a time condition as the very first condition in each:

betting trigger 1
amount: 0.15
conditions:
global current time is between 06:00 and 12:00
...rest of your conditions

betting trigger 2
amount: 0.20
conditions:
global current time is between 12:01 and 17:59
...rest of your conditions

betting trigger 3
amount: 0.25
conditions:
global current time is between 18:00 and 23:59
...rest of your conditions

or you could use a similar method to set a user variable at specific times and use the user variable in the amount field in one betting trigger.
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.

 

Please note, BetFair is seems to be currently OFFLINE