Skip to content

Orders

Reversion supports standard and advanced order types for flexible trade execution. All orders have a minimum size of $10 USD.

Executes immediately at the current market price. Best for when you need to enter or exit quickly.

  • Use when: Speed matters more than exact price
  • Slippage: Configurable tolerance (default 1%, adjustable from 0.1% to 99%)

Fills only at your specified price or better. The order sits on the book until filled or cancelled.

  • Use when: You want a specific entry/exit price
  • Post-only: Optional — ensures your order only adds liquidity (maker order)

A market order that triggers when price reaches your stop level. Used to limit losses on an existing position.

  • Trigger: Price crosses the trigger level
  • Execution: Fills immediately at market price once triggered

Like stop loss market, but places a limit order instead of a market order when triggered. Gives price protection but may not fill in fast markets.

  • Trigger: Price crosses the trigger level
  • Execution: Limit order at your specified price

A market order that triggers when price reaches your profit target.

  • Trigger: Price crosses the trigger level
  • Execution: Fills immediately at market price

Like take profit market, but places a limit order when triggered.

  • Trigger: Price crosses the trigger level
  • Execution: Limit order at your specified price

Time-Weighted Average Price — splits your order into smaller pieces executed over a duration. Reduces market impact for larger orders.

  • Duration: 5 minutes to 24 hours
  • Randomize: Optional — randomizes timing between sub-orders to avoid pattern detection
  • Use when: Entering or exiting a large position without moving the market

Trailing stops follow price as it moves in your favor, locking in profit while giving the trade room to run.

  • Long position: The stop price ratchets up as price rises, never moves down
  • Short position: The stop price ratchets down as price falls, never moves up
  • Trail distance: Set as a percentage below (long) or above (short) the peak price

You open a long at $100 with a 5% trailing stop:

Price Moves ToTrailing Stop AtNote
$100$95.00Initial stop: 5% below entry
$110$104.50Stop moved up with price
$105$104.50Stop stays — price fell but didn’t hit stop
$120$114.00Stop moved up again
$114Triggered — position closed

Active trailing stops appear in the Trailing Stops tab of the info panel:

ColumnDescription
AssetTrading pair
SideLONG or SHORT
SizePosition size
ValueNotional value
Stop PriceCurrent trailing stop level
Trail %Trailing percentage
High/LowPeak price tracked
TimeCreated time
ActionCancel button

Algorithms with a trade limit of 1 function as indicator-triggered order types — they execute once when conditions are met, then automatically stop. This lets you set conditional entries or exits based on technical indicators rather than price alone.

  1. Create an algorithm with a 1-trade limit
  2. Define indicator-based entry conditions (e.g., buy when RSI drops below 30, enter when price touches the lower Bollinger Band)
  3. The algorithm monitors the market and executes a single trade when conditions are met
  4. After execution, the algorithm stops automatically
  • Indicator-triggered entries: Buy the dip when RSI signals oversold
  • Breakout entries: Enter when price crosses above a moving average
  • Volatility entries: Open a position when Bollinger Bands contract to a threshold

For full details on building algorithms, see Algorithms.

The order form in Trade mode provides:

Toggle between Buy / Long and Sell / Short. The form colors update accordingly (green for buy, red for sell).

Enter the order size in USD. Quick-select buttons let you choose a percentage of your available balance: 5%, 10%, 25%, 50%, 75%, 100%. A slider is also available for precise sizing.

  • Price — visible for limit orders. The price at which your order fills.
  • Trigger Price — visible for stop loss and take profit orders. The price that activates the order.
  • TWAP Duration — visible for TWAP orders. Set hours and minutes for the execution window.

Attach SL and TP to any order using the toggle section below the main inputs:

SettingDescription
Stop LossExit price to limit losses
Take ProfitExit price to lock in gains
ModeFixed price ($) or percentage (%) from entry
TrailingFor stop loss — trail price by a percentage as it moves in your favor
OptionDescription
Reduce OnlyOrder can only reduce or close an existing position, not open a new one
SlippageMaximum acceptable price slippage for market orders (click the gear icon to adjust)

Before submission, a confirmation modal shows all order details:

  • Order type and side
  • Asset, size, and quantity
  • Limit or trigger price
  • Current leverage and margin type
  • Stop loss and take profit levels
  • Estimated fees and margin required

Review and confirm to submit the order.

Open orders appear in the Open Orders tab of the info panel:

ColumnDescription
AssetTrading pair (click to navigate chart)
SideBUY or SELL
TypeOrder type (Market, Limit, SL, TP, TWAP)
TriggerTrigger condition for conditional orders
SizeOrder quantity
ValueNotional USD value
PriceLimit or trigger price
FilledFill percentage (for partial fills)
TimeOrder creation time
ActionCancel button

Use Cancel All to cancel all open orders at once, or cancel individually.

Active TWAP orders have their own tab showing:

  • Asset and side
  • Total size and amount executed so far
  • Average fill price
  • Elapsed runtime
  • Reduce-only and randomization flags
  • Cancel button