Trade Single Leg Orion
Places a single-leg options trade through the Orion broker integration. This is a trade execution function, not a data retrieval function.
Warning
?? This function executes real trades. Use with caution.
Requirements
- Active Orion broker account
- Broker connection configured in MarketXLS
- Sufficient account balance/margin
Notes
- Executes live trades
- Single-leg = one option contract
- Requires broker authentication
- Review order before execution
Syntax
=TradeSingleLegOrion(OptionSymbol, Action, Quantity, OrderType)Examples
=TradeSingleLegOrion("AAPL240315C00170000", "Buy", 1, "Market")When to Use
Automated trading, options order execution via Orion
When NOT to Use
| Using different broker | TradeSingleLegTradier(), TradeSingleLegThinkOrSwim() |
| Need multi-leg trade | TradeMultiLegOrion() |
Common Issues & FAQ
Why am I getting "NA"?
Check that:
- The symbol is valid
- You have proper data access
- Parameters are in correct format
Is this function Excel-only?
Some functions may not have API endpoints and only work in Excel.
Related Formulas
More MarketXLS Trading formulas you can use in the same worksheet:
