Author Topic: whats the score at certain time, and how to lay that score?  (Read 1508 times)

Tags:
  • All members
  • Posts: 314
Hi,

I am looking to develop a trigger which will lay the correct score at a particular time. The problem is, I do not know how to discover what score it is, in order to Lay 1-0, 2-0, 1-1, 3-2, etc

And then be able to place a LAY bet on that particular score

I am hoping that I won't have to iterate through each and every score possible, using market_score1 + market_score2, but hopefully there is something that can take me straight to the score and be able to place a bet

Can someone advise please?

Thanks

Mark.

  • All members
  • Posts: 314
OK, I have tried to look at returning the index of the market, using the attached trigger, but, it is always returning -1, which is the very last value.

Can somebody have a look at the trigger, and let me know if you spot the mistake(s)?

I have tried to use a set user variable, and the value is a long set of conditionals, to hopefully return the respective index of the Correct Score, so, if its 0-0 index = 1, 0-1, index = 2, 0-2, index = 3, etc.. the resultant value should then set the marketIndex value. when I look at the user variables, and set marketIndex, it shows only -1, even though the current market score I am watching now, is 1-1, which should result in the index = 6

Thanks

Mark.

  • Élite
  • Posts: 3698
  • Gender: Male
*
hi
change the Globally to Individually for each market
also you need to complete your betting trigger.


mcbee
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: 314
ahhh!

Fantastic...!

Thank you.....

 

Please note, BetFair is seems to be currently OFFLINE