Pages:
Actions
  • #1 by liltbrockie on 31 Aug 2022
  • Hi guys what is the most efficient way of doing this?

    I am reading selections from a txt file....There will be about 2 or 3

    How can I SUM the selections lay prices to a variable?


  • #2 by MarkV on 31 Aug 2022
  • Hi
    Trigger 1 initialise variable
    set user variable, name: laysum, value: 0, individually for each market, selections: fav, once per market. no conditions

    Trigger 2 sum lay prices
    set user variable, name: laysum, value: laysum+lay_price, individually for each market, all matching selections, once per selection
    condition: selections name is in file ...
Pages:
Actions