Order
Order functions are mostly used for accessing the strategy orders in the orders table. Each strategy in the Desktop has its own separate orders table which it uses to hold all of its orders. The indexes of those orders in the table are used to identify the orders when using the Order functions (see the OrderByStatus functions to access those order indexes).
Sections
Name |
Description |
Gets the action type of a specified order. |
|
Gets the action type of a specified order. |
|
Gets the attached order indexes of a specified order. |
|
Gets the attached order indexes of a specified order. |
|
Gets the indexes of the orders in a specified status that belong to the underlying symbol. |
|
Gets the indexes of the orders in a specified status that belong to a specified strategy. |
|
Gets the indexes of the orders in a specified status that belong to any of the strategy symbols. |
|
Gets the comment describing a specified order. |
|
Gets the comment describing a specified order. |
|
Gets the commission paid for a specified order. |
|
Gets the commission paid for a specified order. |
|
Gets the number of orders of the underlying symbol. |
|
Gets the number of orders of a specified strategy. |
|
Gets the total number of orders for all of the symbols. |
|
Gets the number of orders of the underlying symbol in a specified status. |
|
Gets the number of orders of a specified strategy in a specified status. |
|
Gets the total number of orders, for all of the symbols, in a specified status. |
|
Gets the date/time in which a specified order was created. |
|
Gets the date/time in which a specified order was created. |
|
Gets the currency code of a specified order. (USD, EUR, GPB etc.) |
|
Gets the currency code of a specified order. (USD, EUR, GPB etc.) |
|
Gets the order direction of a specified order. |
|
Gets the order direction of a specified order. |
|
Determines whether a specified order exists. |
|
Determines whether a specified order exists. |
|
Determines whether a specified order exists for any of the symbols. |
|
Gets the expected execution price of a specified order. |
|
Gets the expected execution price of a specified order. |
|
Gets the number of order fills for a specified order. |
|
Gets the number of order fills for a specified order. |
|
Gets the price of a specified order fill. |
|
Gets the price of a specified order fill. |
|
Gets the quantity of a specified order fill. |
|
Gets the quantity of a specified order fill. |
|
Gets the instrument type of a specified order. |
|
Gets the instrument type of a specified order. |
|
Determines whether a specified order has been acknowledged by the broker. |
|
Determines whether a specified order has been acknowledged by the broker. |
|
Determines whether a specified order is an all or none order. |
|
Determines whether a specified order is an all or none order. |
|
Determines whether a specified order has been requested to be cancelled. |
|
Determines whether a specified order has been requested to be cancelled. |
|
Determines whether the offset price of a specified order is a percent offset or a fixed offset. |
|
Determines whether the offset price of a specified order is a percent offset or a fixed offset. |
|
Determines whether the stop price of a specified stop limit order has been hit. |
|
Determines whether the stop price of a specified stop limit order has been hit. |
|
Gets the limit price of a specified order. |
|
Gets the limit price of a specified order. |
|
Gets the average fill price of a specified order. |
|
Gets the average fill price of a specified order. |
|
Gets the percent or fixed price offset of a specified order. |
|
Gets the percent or fixed price offset of a specified order. |
|
Gets the order type of a specified order. |
|
Gets the order type of a specified order. |
|
Gets the quantity of a specified order. |
|
Gets the quantity of a specified order. |
|
Gets the filled quantity of a specified order. |
|
Gets the filled quantity of a specified order. |
|
Gets the remaining quantity of a specified order. |
|
Gets the remaining quantity of a specified order. |
|
Gets the sim-account Id of a specified order. |
|
Gets the slippage cost of a specified order. |
|
Gets the slippage cost of a specified order. |
|
Gets the status of a specified order (Pending, Cancelled, Executed). |
|
Gets the status of a specified order (Pending, Cancelled, Executed). |
|
Gets the date/time in which the status of a specified order was last updated. |
|
Gets the date/time in which the status of a specified order was last updated. |
|
Gets the stop price of a specified order. |
|
Gets the stop price of a specified order. |
|
Gets the symbol index in the symbols table of a specified order. |
|
Gets the symbol index in the symbols table of a specified order. |
|
Gets the time in force (TIF) of a specified order. |
|
Gets the time in force (TIF) of a specified order. |
C_ActionType OrderActionType(int orderIndex) |
||||||
Gets the action type of a specified order. Returns The action type of the specified order. (View Options) Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
C_ActionType OrderActionType(int strategyNumber, int orderIndex) |
|||||||||
Gets the action type of a specified order. Returns The action type of the specified order. (View Options) Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
int[] OrderAttachedOrders(int orderIndex) |
||||||
Gets the attached order indexes of a specified order. Returns The attached order indexes of the specified order. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
int[] OrderAttachedOrders(int strategyNumber, int orderIndex) |
|||||||||
Gets the attached order indexes of a specified order. Returns The attached order indexes of the specified order. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
int[] OrderByStatus(C_Status orderStatus) |
||||||
Gets the indexes of the orders in a specified status that belong to the underlying symbol. Returns The indexes of the orders in the specified status that belong to the underlying symbol. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
int[] OrderByStatus(int strategyNumber, C_Status orderStatus, int? symbolIndex) |
||||||||||||
Gets the indexes of the orders in a specified status that belong to a specified strategy. Returns The indexes of the orders in the specified status that belong to a specified strategy. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
int[] OrderByStatusAll(C_Status orderStatus) |
||||||
Gets the indexes of the orders in a specified status that belong to any of the strategy symbols. Returns The indexes of the orders in a specified status that belong to any of the strategy symbols. Parameters
Scripts MultiSymbolTradingStrategy |
string OrderComment(int orderIndex) |
||||||
Gets the comment describing a specified order. Returns The comment describing the specified order. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
string OrderComment(int strategyNumber, int orderIndex) |
|||||||||
Gets the comment describing a specified order. Returns The comment describing the specified order. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
double OrderCommission(int orderIndex) |
||||||
Gets the commission paid for a specified order. Returns The commission paid for the specified order. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
double OrderCommission(int strategyNumber, int orderIndex) |
|||||||||
Gets the commission paid for a specified order. Returns The commission paid for the specified order. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
int OrderCount() |
Gets the number of orders of the underlying symbol. Returns The number of orders of the underlying symbol. Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
int OrderCount(int strategyNumber) |
||||||
Gets the number of orders of a specified strategy. Returns The number of orders of the specified strategy. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
int OrderCountAll() |
Gets the total number of orders for all of the symbols. Returns The total number of orders for all of the symbols. Scripts MultiSymbolTradingStrategy |
int OrderCountByStatus(C_Status orderStatus) |
||||||
Gets the number of orders of the underlying symbol in a specified status. Returns The number of orders of the underlying symbol in a specified status. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
int OrderCountByStatus(int strategyNumber, C_Status orderStatus, int? symbolIndex) |
||||||||||||
Gets the number of orders of a specified strategy in a specified status. Returns The number of orders of a specified strategy in a specified status. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
int OrderCountByStatusAll(C_Status orderStatus) |
||||||
Gets the total number of orders, for all of the symbols, in a specified status. Returns The total number of orders, for all of the symbols, in a specified status. Parameters
Scripts MultiSymbolTradingStrategy |
long OrderCreateDateTime(int orderIndex) |
||||||
Gets the date/time in which a specified order was created. Returns The date/time in which the specified order was created. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
long OrderCreateDateTime(int strategyNumber, int orderIndex) |
|||||||||
Gets the date/time in which a specified order was created. Returns The date/time in which the specified order was created. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
string OrderCurrencyCode(int orderIndex) |
||||||
Gets the currency code of a specified order. (USD, EUR, GPB etc.) Returns The currency code of the specified order. (USD, EUR, GPB etc.) Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
string OrderCurrencyCode(int strategyNumber, int orderIndex) |
|||||||||
Gets the currency code of a specified order. (USD, EUR, GPB etc.) Returns The currency code of the specified order. (USD, EUR, GPB etc.) Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
C_Direction OrderDirection(int orderIndex) |
||||||
Gets the order direction of a specified order. Returns The order direction of the specified order. (View Options) Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
C_Direction OrderDirection(int strategyNumber, int orderIndex) |
|||||||||
Gets the order direction of a specified order. Returns The order direction of the specified order. (View Options) Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
bool OrderExists(C_Status orderStatus, C_ActionType? actionType) |
|||||||||
Determines whether a specified order exists. Returns True if the specified order exists, false otherwise. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
bool OrderExists(int strategyNumber, C_Status orderStatus, C_ActionType? actionType, int? symbolIndex) |
|||||||||||||||
Determines whether a specified order exists. Returns True if the specified order exists, false otherwise. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
bool OrderExistsAll(C_Status orderStatus, C_ActionType? actionType) |
|||||||||
Determines whether a specified order exists for any of the symbols. Returns True if the specified order exists for any of the symbols, false otherwise. Parameters
Scripts MultiSymbolTradingStrategy |
double OrderExpectedPrice(int orderIndex) |
||||||
Gets the expected execution price of a specified order. Returns The expected execution price of the specified order. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
double OrderExpectedPrice(int strategyNumber, int orderIndex) |
|||||||||
Gets the expected execution price of a specified order. Returns The expected execution price of the specified order. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
int OrderFillCount(int orderIndex) |
||||||
Gets the number of order fills for a specified order. Returns The number of order fills for the specified order. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
int OrderFillCount(int strategyNumber, int orderIndex) |
|||||||||
Gets the number of order fills for a specified order. Returns The number of order fills for the specified order. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
double OrderFillPrice(int orderIndex, int orderFillIndex) |
|||||||||
Gets the price of a specified order fill. Returns The price of the specified order fill. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
double OrderFillPrice(int strategyNumber, int orderIndex, int orderFillIndex) |
||||||||||||
Gets the price of a specified order fill. Returns The price of the specified order fill. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
double OrderFillQuantity(int orderIndex, int orderFillIndex) |
|||||||||
Gets the quantity of a specified order fill. Returns The quantity of the specified order fill. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
double OrderFillQuantity(int strategyNumber, int orderIndex, int orderFillIndex) |
||||||||||||
Gets the quantity of a specified order fill. Returns The quantity of the specified order fill. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
C_Instrument OrderInstrumentType(int orderIndex) |
||||||
Gets the instrument type of a specified order. Returns The instrument type of the specified order. (View Options) Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
C_Instrument OrderInstrumentType(int strategyNumber, int orderIndex) |
|||||||||
Gets the instrument type of a specified order. Returns The instrument type of the specified order. (View Options) Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
bool OrderIsAcknowledged(int orderIndex) |
||||||
Determines whether a specified order has been acknowledged by the broker. Returns True if the specified order has been acknowledged by the broker, false otherwise. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
bool OrderIsAcknowledged(int strategyNumber, int orderIndex) |
|||||||||
Determines whether a specified order has been acknowledged by the broker. Returns True if the specified order has been acknowledged by the broker, false otherwise. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
bool OrderIsAllOrNone(int orderIndex) |
||||||
Determines whether a specified order is an all or none order. Returns True if the specified order is an all or none order, false otherwise. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
bool OrderIsAllOrNone(int strategyNumber, int orderIndex) |
|||||||||
Determines whether a specified order is an all or none order. Returns True if the specified order is an all or none order, false otherwise. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
bool OrderIsCancelRequested(int orderIndex) |
||||||
Determines whether a specified order has been requested to be cancelled. Returns True if the specified order has been requested to be cancelled, false otherwise. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
bool OrderIsCancelRequested(int strategyNumber, int orderIndex) |
|||||||||
Determines whether a specified order has been requested to be cancelled. Returns True if the specified order has been requested to be cancelled, false otherwise. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
bool OrderIsPercentOffset(int orderIndex) |
||||||
Determines whether the offset price of a specified order is a percent offset or a fixed offset. Returns True if the offset price of a specified order is a percent offset, false if it's a fixed offset. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
bool OrderIsPercentOffset(int strategyNumber, int orderIndex) |
|||||||||
Determines whether the offset price of a specified order is a percent offset or a fixed offset. Returns True if the offset price of a specified order is a percent offset, false if it's a fixed offset. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
bool OrderIsStopHit(int orderIndex) |
||||||
Determines whether the stop price of a specified stop limit order has been hit. Returns True if the stop price of the specified stop limit order has been hit. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
bool OrderIsStopHit(int strategyNumber, int orderIndex) |
|||||||||
Determines whether the stop price of a specified stop limit order has been hit. Returns True if the stop price of the specified stop limit order has been hit. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
double OrderLimitPrice(int orderIndex) |
||||||
Gets the limit price of a specified order. Returns The limit price of the specified order. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
double OrderLimitPrice(int strategyNumber, int orderIndex) |
|||||||||
Gets the limit price of a specified order. Returns The limit price of the specified order. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
double OrderPrice(int orderIndex) |
||||||
Gets the average fill price of a specified order. Returns The averge fill price of the specified order. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
double OrderPrice(int strategyNumber, int orderIndex) |
|||||||||
Gets the average fill price of a specified order. Returns The average fill price of the specified order. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
double OrderPriceOffset(int orderIndex) |
||||||
Gets the percent or fixed price offset of a specified order. Returns The percent or fixed price offset of the specified order. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
double OrderPriceOffset(int strategyNumber, int orderIndex) |
|||||||||
Gets the percent or fixed price offset of a specified order. Returns The percent or fixed price offset of the specified order. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
double OrderQuantity(int orderIndex) |
||||||
Gets the quantity of a specified order. Returns The quantity of the specified order. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
double OrderQuantity(int strategyNumber, int orderIndex) |
|||||||||
Gets the quantity of a specified order. Returns The quantity of the specified order. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
C_OrderType OrderPriceType(int orderIndex) |
||||||
Gets the order type of a specified order. Returns The order type of the specified order. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
C_OrderType OrderPriceType(int strategyNumber, int orderIndex) |
|||||||||
Gets the order type of a specified order. Returns The order type of the specified order. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
double OrderQuantityFilled(int orderIndex) |
||||||
Gets the filled quantity of a specified order. Returns The filled quantity of the specified order. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
double OrderQuantityFilled(int strategyNumber, int orderIndex) |
|||||||||
Gets the filled quantity of a specified order. Returns The filled quantity of the specified order. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
double OrderQuantityRemaining(int orderIndex) |
||||||
Gets the remaining quantity of a specified order. Returns The remaining quantity of the specified order. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
double OrderQuantityRemaining(int strategyNumber, int orderIndex) |
|||||||||
Gets the remaining quantity of a specified order. Returns The remaining quantity of the specified order. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
long OrderSimAccountId(int orderIndex) |
||||||
Gets the sim-account Id of a specified order. Returns The sim-account Id for the specified order. Parameters
Scripts TradeManagementStrategy |
double OrderSlippageCost(int orderIndex) |
||||||
Gets the slippage cost of a specified order. Returns The slippage cost for the specified order. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
double OrderSlippageCost(int strategyNumber, int orderIndex) |
|||||||||
Gets the slippage cost of a specified order. Returns The slippage cost for the specified order. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
C_Status OrderStatus(int orderIndex) |
||||||
Gets the status of a specified order (Pending, Cancelled, Executed). Returns The status of the specified order. (View Options) Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
C_Status OrderStatus(int strategyNumber, int orderIndex) |
|||||||||
Gets the status of a specified order (Pending, Cancelled, Executed). Returns The status of the specified order. (View Options) Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
long OrderStatusDateTime(int orderIndex) |
||||||
Gets the date/time in which the status of a specified order was last updated. Returns The date/time in which the status of the specified order was last updated. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
long OrderStatusDateTime(int strategyNumber, int orderIndex) |
|||||||||
Gets the date/time in which the status of a specified order was last updated. Returns The date/time in which the status of the specified order was last updated. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
double OrderStopPrice(int orderIndex) |
||||||
Gets the stop price of a specified order. Returns The stop price of the specified order. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
double OrderStopPrice(int strategyNumber, int orderIndex) |
|||||||||
Gets the stop price of a specified order. Returns The stop price of the specified order. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
int OrderSymbolIndex(int orderIndex) |
||||||
Gets the symbol index in the symbols table of a specified order. Returns The symbol index in the symbols table of the specified order. Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
int OrderSymbolIndex(int strategyNumber, int orderIndex) |
|||||||||
Gets the symbol index in the symbols table of a specified order. Returns The symbol index in the symbols table of the specified order. Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |
C_TIF OrderTIF(int orderIndex) |
||||||
Gets the time in force (TIF) of a specified order. Returns The time in force (TIF) of the specified order. (View Options) Parameters
Scripts Alert, TradeManagementStrategy, MultiSymbolTradingStrategy, Screener, PositionSizing, TradingStrategy |
C_TIF OrderTIF(int strategyNumber, int orderIndex) |
|||||||||
Gets the time in force (TIF) of a specified order. Returns The time in force (TIF) of the specified order. (View Options) Parameters
Scripts AddOn, Commission, DynamicAllocation, PerformanceMetric, RiskManagement, Slippage, TaxSystem |