Skip to main content
Skip table of contents

MacroTrigger

Summary

This block defines that a strategy is actually a macro (so it can be played when you right-click on a component and select "Play Macro").


Implementation

  • Drag and drop the block from the palette
  • Link the "executed" topic to the "execute" action of the next block.


Example


 Properties

  • TriggerMode { Manual, Daily, Interval }: The way the trigger will be executed
    • Manual: will be triggered only by invoking "fireTrigger" action
    • Daily: will be triggered every day
    • Interval: will be triggered at regular intervals
  • LastTrigger: Date of the last trigger
  • NextTrigger: Date of the next trigger

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.