Pages:
Actions
  • #1 by layfavin on 10 Feb 2020
  • Hi,


    i am sure i have missed  something  simple here, However  i need the attached to place a back bet at lay price and after 20 seconds if not matched  cancel and repeat. The problem is its firing two bets at a time when it repeats what have i missed?
  • #2 by MarkV on 11 Feb 2020
  • Hi
    backing and laying trigger is selections: fav, execute: once per selection. If the favourite changes and meets the trigger conditions there will be another back bet on the new fav. Change execute to: once per market

    close block fires and repeats the block on this condition:
    and trigger backing and laying number of runs in the market is greater than 0
    it would be better to close the block after the green up trigger has fired
    change the condition to:
    and trigger Green up number of runs in the market is greater than 0

    it should then repeat correctly

    edit:
    I tested it again with cancelling the back bet every 20secs
    the close block conditions should be:

    every selections back unmatched is equal to 0
    and every selections lay unmatched is equal to 0
    and every selections trigger expression ABS(back_payout-lay_payout) is less than 0.5
    AND
         trigger backing and laying number of runs in the market is greater than 0
         or trigger Green up number of runs in the market is greater than 0

  • #3 by layfavin on 12 Feb 2020
  • great thanks
Pages:
Actions