Pages:
Actions
  • #1 by jmbt on 17 Jul 2014
  • Hello,

    Whenever a triggers matches a bet, is it possible to record the odds for all the other horses at the same time the bet was matched?
  • #2 by Tim (WellDoneSoft) on 17 Jul 2014
  • It's against the BetFair terms and conditions to keep price data after market settlement.
    But... you can use "Write to Excel" trigger action
  • #3 by jmbt on 19 Jul 2014
  • Thanks for the tip, I really don't know how to do that. Tryed and nothing happened
  • #4 by mcbee on 20 Jul 2014
  • hi
    add actions to record the back prices in your betting trigger.
    Add action.
    write to action log
    Text.
    f1=[r_1_back_price]
    Add action.
    write to action log
    Text.
    f2=[r_2_back_price]
    Add action.
    write to action log
    Text.
    f3=[r_3_back_price]

    the above will record the first 3 favourite back prices, add as many as you need.
    f1 = first favourite
    r = rank
    1 = first favourite
    back_price = back price (type lay_price if you need the lay price)
    important use the [  ]  only with the command
    when you want to see the prices press Program Logs , at the top right of the bot screen.

    mcbee
  • #5 by jmbt on 20 Jul 2014
  • Awesome, thankyou so much
  • #6 by jmbt on 31 Jul 2014
  • Another question, is it possible to show the real name of the horses?
  • #7 by mcbee on 01 Aug 2014
  • hi
    yes use sel_name

    [r_1_sel_name]

    so you would type            f1=[r_1_sel_name]=[r_1_back_price]

    mcbee
  • #8 by jmbt on 01 Aug 2014
  • Thanks again  :)
Pages:
Actions