Pages:
Actions
  • #1 by jmnw15359 on 09 Jul 2023
  • Hi 
    Is there a way to retain the values in engineer mode after the race has been setteled for instance it keeps the last traded price (last_traded) and nothing else. All other cells show 0.00.

    Thanks
    jmnw
  • #2 by Tim (WellDoneSoft) on 09 Jul 2023
  • Unfortunately the only way to keep the values is to set a user variable:
    Set User Variable my_lp to IF(lay_price > 0, lay_price, my_lp)
    etc.
Pages:
Actions