Pages:
Actions
  • #1 by cybernet69 on 28 Oct 2018
  • Hi,

    I have a trigger which repeats no more often than 0.2 seconds.

    Is there a way that it doesn't begin until the previous market is finished or its the first time the trigger has run. Not sure how to-do it as the trigger has a repeat option etc.

    Thanks,
  • #2 by Oxa (WellDoneSoft) on 29 Oct 2018
  • Hello!

    There is a standard condition block for this:

    AND
      Previous Triggered Event's Status is Settled
      or Trigger {insert trigger name here} Number of runs is equal to 0   Overall
  • #3 by cybernet69 on 29 Oct 2018
  • Hi,

    But that will only work if your trigger is set to execute once per market wont it, mine repeats every 0.2 seconds which I need it too if its the first market of the day etc ?

    Cheers,
  • #4 by Oxa (WellDoneSoft) on 30 Oct 2018
  • Why exactly do you need to repeat it every 0.2 sec?
  • #5 by mcbee on 30 Oct 2018
  • hi
    if you put the block before all your other conditions that oxa gave you , the trigger will wait until the previous events status is settled before checking any other condition.

    mcbee
Pages:
Actions