Pages:
Actions
  • #1 by yorkiemac08 on 20 Aug 2013
  • Hi i remember selections 10 mins before start and my selection is for example 5 how do i lay it if it goes out to 5.5 or back it if it comes in to 4.5 regards Andrew
  • #2 by mcbee on 20 Aug 2013
  • 2 triggers
    1 to back the selection
    1 to lay the selection
    condition for the back
    and trigger (name of the remember trigger) number of runs per selection is greater than 0
    and selections back price is equal or less than 4.5

    condition for the lay
    and trigger (name of the remember trigger) number of runs per selection is greater than 0
    and selections lay price is equal or greater than 5.5

    mcbee
  • #3 by MarkV on 20 Aug 2013
  • Hi
    Let’s say your remember name is “easy”
    And there was 1 remembered selection

    Lay 1st remembered selection
    Selections back price is greater than r_ticks(easy_1_back_price,5)

    Back 1st remembered selection
    Selections back price is less than r_ticks(easy_1_back_price,-5)

    and you can add similar conditions for index etc.
  • #4 by yorkiemac08 on 20 Aug 2013
  • Cheers lads helpfull as always  :D
  • #5 by yorkiemac08 on 20 Aug 2013
  • hi could someone take a look please i cant get it to work
  • #6 by MarkV on 20 Aug 2013
  • Hi
    Try the attached in test mode. You will see I have changed a few things. It is a good idea not to use existing variable or action names in user variable names or remember. Hope that makes sense.
  • #7 by yorkiemac08 on 20 Aug 2013
  • lol not really im not very good with the programming thing i never had a computer or laptop till 3 years ago and im now 47 so its hard for me to understand the in's and out's.
    So thanks again Mark very helpfull as always
Pages:
Actions