Manages limit orders for creating, modifying, and closing positions
triggerAboveThreshold = false
for “buy low” orders (execute when price falls to target)triggerAboveThreshold = true
for breakout orders (execute when price rises above target)triggerAboveThreshold = true
for “sell high” orders (execute when price rises to target)triggerAboveThreshold = false
for breakdown orders (execute when price falls below target)Create a Long ETH Position
Set Take Profit Order
Set Stop Loss Order
Order Execution by Keepers