Pages:
Actions
  • #1 by saadsok on 07 Mar 2012
  • Hi guys

    OK so I have my lay bet working for round 1, now I want to back the same selection in round 2 IF the price is above a certain amount.

    When I open the triggers window, what do I do?

    Do I add a block OR add a trigger?

    If I add a trigger how does it know its working on the previous selections criteria.

    I want to do this on my own but am unsure of how it all ties together.

    Thanks in advance
  • #2 by Tim (WellDoneSoft) on 07 Mar 2012
  • The second trigger:
    Action: Back
    Price: back_price
    Amount: bm_laya*bm_layp/back_price
    (greenup, right?)
    Selections: First matching selection
    Conditions are met:
    Any Selection's Matched Back is greater than 0
    AND Fitting Selection's Lay price is greater than [enter your price]

    or you can calculate the price, for example 5 ticks above the placed bet: r_ticks(bm_layp,5)
  • #3 by saadsok on 08 Mar 2012
  • Hi Tim

    I am not targeting a green up, I only want to do a back bet IF the hand chosen in the laybet trigger in the previous round is greater than 30.00 and place a £2 back bet during round 3 or 4, would this work

    The second trigger:
    Action: Back
    Price: current best
    Amount: default back
    Selections: First matching selection
    Conditions are met:
    Any Selection's Matched Back is greater than bm_laya+10

    Does the last line know its the previous lay bet hand to work on
  • #4 by Tim (WellDoneSoft) on 08 Mar 2012
  • Yes, that's correct.
Pages:
Actions