Create a new open order. Must pass amount or total not both.
For TradingView or webhook integrations with percentage based order actions, see newOrderWebhook or newOrderAllocations api endpoint.
User API token.
Strategy ID.
Stock ID. "stock:exchange" or "stock_id"
Order action.
buy, sell Type of order.
market, limit, stop_market, stop_limit, oco Number of shares to trade.
Cash allocated towards order.
Price to make trade at.
Price to trigger order.
An array of order IDs to wait for before this order can be executed.
Request was successful.