Price Trigger
Rule-based trading when price reaches or crosses a threshold.
Price Trigger
The Price Trigger template watches a configured source symbol and acts when price crosses or reaches a threshold.
Core config
amountUsdFixed budget per run.schedule.cronHow often rules are checked.rules[]One or more trigger rules.rule.sourceSymbolExact market symbol to watch.rule.conditionabove,below,crosses-above, orcrosses-belowrule.thresholdThe trigger price.rule.actionSidebuyorsellrule.targets[]Weighted execution targets.execution.slippageBpsMax execution slippage.execution.leverageOptional leverage override.
How it works
- schedule decides when the rule is evaluated
- the rule decides whether the condition fired
- the action side decides what to do if it fired
- targets decide where capital goes
This is the right template when the user thinks in terms of exact price conditions rather than indicators.