Pages:
Actions
  • #1 by yehudab on 13 Feb 2015
  • hi,
    I would like to get help with setting lay max price.
    LAY lay_price X ammount.
    The condition is:
    "Trigger laying Number of runs i equal to 0 overall"
    OR "Previous Triggered Events is Settled"
    I want to add condition to limit the max lay_price to X.
    I cant add this condition its return an error.
    Any suggestion ?
    Thank you.
  • #2 by MarkV on 13 Feb 2015
  • Hi and welcome
    Try it like this using a condition block:

    selections lay price is less than x
    AND                                              <---- condition block
          trigger laying number of runs is equal to 0 overall
          or previous trigger event's status is settled

    You can look at this example trigger to see how it works:
    http://marketfeeder.co.uk/solutions/staking-plans/simple-staking-plan-lay/
  • #3 by yehudab on 15 Feb 2015
  • Thank you MarkV
    Its work for me. :)
Pages:
Actions