Open Order Information (Indicator)
Input Information
Name | Expression | Default | Description |
AccountNumbers | String | "" | Gets order information only from the account numbers is this comma delimited list. |
Market Synopsis
The Open Order Information grid indicator plots the details of up to two open orders for each symbol in a RadarScreen grid.
By default, the indicator gets order information from all accounts. Use the AccountNumbers input to reference only specific accounts.
The Open Order Information indicator makes use of an OrdersProvider component to access the order status and a PositionsProvider component to get the current position size for each symbol. Order and position information is updated in real time via Updated event handlers.
Plot Information
Number | Name | Default Color | Description |
Plot1 | Accounts | Default | Shows the list of user specified accounts to reference. |
Plot2 | Position | Default | Plots the number of shares/contract held for the symbol. |
Plot3 | OpenOrders | Default | Plots the count of open order for the symbol. |
Plot4 | Ord 0 Detail | Default | Plots the details for the 1st open order for the symbol. |
Plot5 | Ord 1 Detail | Default | Plots the details for the 2nd open order for the symbol. |
Plot6 | More Ords? | Default | Plots YES if more open orders exist for the symbol, otherwise NO. |