(I´ve posted the same in the Newbies section, but I think this one is more appropiate)
Hi all,
I´d like to ask Bet Angel´s experts if the following can be setup for a soccer/tennis game, for instance:
1. X min. before the event, check favourite odd (ex. 1.80)
2. X min. later, and after checking if odd has changed up or down, launch automatically any of these 2 orders:
- If odds go up X tics, launch Back.
- If odds go down X tics, launch LAY.
I suppose there should be a previous manual setup for every event, in this case I don´t mind at all if you can do it anytime before the given rules.
thanks in advance fo any answer.
Can I program this with Bet Angel and Excel?
Yes.
You would need to write some VBA to take a snapshot of the prices at the first interval. You can use the 'Countdown' value in cell F4 and write your code to act on a certain time.
Then it's a simple case of comparing the prices after your desired time period has elapsed.
You would need to write some VBA to take a snapshot of the prices at the first interval. You can use the 'Countdown' value in cell F4 and write your code to act on a certain time.
Then it's a simple case of comparing the prices after your desired time period has elapsed.
The spreadsheet I have posted on this thread..
viewtopic.php?f=37&t=8494&hilit=time
can be modified to do what you want.
viewtopic.php?f=37&t=8494&hilit=time
can be modified to do what you want.