Pages:
Actions
  • #1 by yorkiemac08 on 12 Oct 2017
  • Hi can someone tell me how to find out how high a price rose from a matched lay in running that goes on to win an example would be i lay a horse at 2 how do i get the highest matched price if it rises at all?
    Andrew
  • #2 by MarkV on 13 Oct 2017
  • Hi
    TRIGGER
    set user variable, name: high, value: bm_layp
    condition: selections lay matched is greater than 0
    TRIGGER
    set user variable, name: high, value: last_traded
    condition: selections last traded price is greater than high
    execute: 0.3

    OR
    have a look at variables maxlp_{minutes}, maxbp_{minutes}
    might be what you're after
Pages:
Actions