Pages:
Actions
  • #1 by yorkiemac08 on 26 Jun 2018
  • Hi can someone take a look at my trigger and tell me why it has stopped working correctly. The trigger worked yesterday for 8 races then started to back directly after my lay bet was matched at 1 tick lower than layed
    Andrew
  • #2 by Oxa (WellDoneSoft) on 26 Jun 2018
  • Check the trigger logs for the misbehaving trigger.
  • #3 by yorkiemac08 on 27 Jun 2018
  • Hi here is the statement it seems to me that
    Checking condition and Selection's Lay Price is greater than r_ticks(bm_backp,3) is guilty
    can you fix for me?
    13:55:26Checking market "Horse Racing / GB / Salis 27th Jun / 14:10 Salis 27th Jun - 7f Mdn Stks".
    13:55:26Checking condition and Selection's Lay Matched is greater than 0.
    13:55:26Condition is: TRUE. valid for 1 selections: Forseti.
    13:55:26Checking condition and Selection's Back Matched is equal to 0.
    13:55:26Condition is: TRUE. valid for 1 selections: Forseti.
    13:55:26        Checking condition and Selection's Lay Price is equal or less than r_ticks(bm_backp,-3).
    13:55:26        Condition is: FALSE.
    13:55:26        Checking condition and Selection's Lay Price is greater than r_ticks(bm_backp,3).
    13:55:26        Condition is: TRUE. valid for 1 selections: Forseti.
    13:55:26        Checking condition and Market's Minutes Before the Off is less than 1.
    13:55:26        Condition is: FALSE.
  • #4 by Oxa (WellDoneSoft) on 27 Jun 2018
  • Well, you have two conflicting conditions:

    Quote
    Selection's Lay Price is equal or less than r_ticks(bm_backp,-3).
    and Selection's Lay Price is greater than r_ticks(bm_backp,3).

    None of selections will have its lay price at 3 ticks or less than its back price. What's the point in this condition, can you just remove it?
  • #5 by yorkiemac08 on 27 Jun 2018
  • Hi this is the trigger that should close out my lay bet. The trigger was made for me a few years ago and should close out my bet by either greening at 3 ticks or red at three ticks and if none of those were met to close out the bet at present odds 1 minute before the off. 
  • #6 by Oxa (WellDoneSoft) on 28 Jun 2018
  • OK, then it makes sense.

    But the minutes before the off is not less than 1, so the trigger does not fire.

    Or you included an earlier chunk of the log.
  • #7 by yorkiemac08 on 28 Jun 2018
  • an example of the bet is i lay at 5.5 so i can either 
    green at 5.8 or 
    red at 5.2 or
    if the price is 5.6 with 1 minute to the off it should green for 1 tick
    but the trigger now fires when the lay bet is matched.
  • #8 by Oxa (WellDoneSoft) on 28 Jun 2018
  • OK, so it might be worth posting a trigger request so I could look into this with greater detail.
Pages:
Actions