Order Execution
After connecting the broker accounts and activating, linking the strategies and accounts, we're ready to start trading.
Order execution guidance.
📄️ Place Order
- The order placement API call, allows to place order across all the accounts that are activated and linked to the strategy.
📄️ Place Order Operations
Operations are mini automations that can be set to efficiently execute orders. By setting order operations, it allows the system to monitor your order closely and cancel and modify it as per the set rules.
📄️ Re-Execute Order
The re-execute order API allows you to re-attempt order placement when temporary errors or issues occur during the original order placement. This functionality is particularly useful in scenarios such as:
📄️ Modify Order
To modify the order placed across multiple accounts (or single account) linked to a strategy, you can simply send a modify request using the strefid received from the placeorder function. This action will modify order across all the linked accounts in which the order was placed using a single api call.
📄️ Cancel Order
To cancel the order placed across multiple accounts (or single account) linked to a strategy, you can simply send a cancel request using the strefid received from the placeorder function. This action will cancel order across all the linked accounts in which the order was placed using a single api call.
📄️ Orderbook
Orderbook function is used to display all the the orders placed on platform. It doesn't show the orders placed directly on the broker's terminal. This allows us to accurately calculate position as per the order placed in all the accounts as per the strategy name. It is also used to compile the NetPosition as per strategy and account. The same orders are later used to calculate the entry and exit price for the trades section.
📄️ Net Positions
The positions is calculated using the orders in the orderbook. It uses LTP data to show the booked, open and total Pnl of each position. Net Positions can be calculated for individual accounts either with combination of all the strategies or just for a single strategy. This bifercation of strategy-wise pnl allows to take apt action based on PNL for individual strategy.
📄️ Order Pushing (Converting to trades)
📄️ Order Websocket
📄️ Square Off Single Position
The Square Off Single Position API allows you to close a specific position in a particular account under a strategy. This functionality is useful when you need to exit individual positions rather than squaring off all positions.
📄️ TradingView Webhook Integration Guide
This step-by-step guide will help you set up TradingView alerts to automatically execute trades using our platform. No coding required!