Pages:
Actions
  • #1 by Neal Chambers on 12 Oct 2024
  • Hi there, is it possible to have a single trigger within a block of triggers to not fire after a certain time of the day?
    Thanks in advance
  • #2 by MarkV on 12 Oct 2024
  • Hi
    Say you want the trigger to stop at 8pm add this condition to the trigger in question:
    and global current time is less than 20:00

    or you could use a time range for when you want the trigger to fire:
    and global current time is between 07:30 and 20:00
  • #3 by Neal Chambers on 13 Oct 2024
  • Thank you 🙏 
  • #4 by pjms on 25 Oct 2024
  • I operate some very simple horse race triggers. I manually stop some and start others at a particular time of day. I have added the appropriate global current time instruction to the conditions for each individual trigger, but this has resulted in each such trigger not firing at all. All my triggers have a condition "markets minutes before off equal or less than (say) 1"
    I have added global condition as first condition and alternatively as last condition but with same non firing result.
    Your guidance would be much appreciated.
    pjms
  • #5 by MarkV on 26 Oct 2024
  • I operate some very simple horse race triggers. I manually stop some and start others at a particular time of day. I have added the appropriate global current time instruction to the conditions for each individual trigger, but this has resulted in each such trigger not firing at all. All my triggers have a condition "markets minutes before off equal or less than (say) 1" I have added global condition as first condition and alternatively as last condition but with same non firing result. Your guidance would be much appreciated. pjms
    Hi
    It would be much easier to help if you could attach the trigger so I can test it?
  • #6 by pjms on 28 Oct 2024
  • Hi MarkV, I have realised my error. The full stop in the middle of the time should be a colon (14:00 NOT 14.00)
    Many apologies and thanks for your attention.
    pjms
  • #7 by MarkV on 28 Oct 2024
  • Hi MarkV, I have realised my error. The full stop in the middle of the time should be a colon (14:00 NOT 14.00) Many apologies and thanks for your attention. pjms
    8)
Pages:
Actions