Class MetaTrader4TradeWrapperConstants.Strategy
java.lang.Object
com.bluebell.greenhouse.sol.constants.wrapper.MetaTrader4TradeWrapperConstants.Strategy
- Enclosing class:
MetaTrader4TradeWrapperConstants
Strategy-specific trade constants.
- Version:
- 2.0.3
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intColumn index of the trade close price within a strategy data row.static final intColumn index of the trade close time within a strategy data row.static final intThe maximum column count for a strategy data row.static final intThe minimum column count for a strategy data row.static final intColumn index of the trade open price within a strategy data row.static final intColumn index of the trade open time within a strategy data row.static final intColumn index of the realized profit/loss value within a strategy data row.static final intColumn index of the position size (e.g., lots) within a strategy data row.static final intColumn index of the stop-loss price within a strategy data row.static final intColumn index of the take-profit price within a strategy data row.static final intColumn index of the MT4 ticket/order number within a strategy data row.static final intColumn index of the trade type (e.g., BUY/SELL) within a strategy data row. -
Method Summary
-
Field Details
-
STRATEGY_DATA_MAXIMUM_SIZE
public static final int STRATEGY_DATA_MAXIMUM_SIZEThe maximum column count for a strategy data row.- See Also:
-
STRATEGY_DATA_OPEN_TIME_INDEX
public static final int STRATEGY_DATA_OPEN_TIME_INDEXColumn index of the trade open time within a strategy data row.- See Also:
-
STRATEGY_DATA_CLOSE_TIME_INDEX
public static final int STRATEGY_DATA_CLOSE_TIME_INDEXColumn index of the trade close time within a strategy data row.- See Also:
-
STRATEGY_DATA_TYPE_INDEX
public static final int STRATEGY_DATA_TYPE_INDEXColumn index of the trade type (e.g., BUY/SELL) within a strategy data row.- See Also:
-
STRATEGY_DATA_TICKET_NUMBER_INDEX
public static final int STRATEGY_DATA_TICKET_NUMBER_INDEXColumn index of the MT4 ticket/order number within a strategy data row.- See Also:
-
STRATEGY_DATA_SIZE_INDEX
public static final int STRATEGY_DATA_SIZE_INDEXColumn index of the position size (e.g., lots) within a strategy data row.- See Also:
-
STRATEGY_DATA_OPEN_PRICE_INDEX
public static final int STRATEGY_DATA_OPEN_PRICE_INDEXColumn index of the trade open price within a strategy data row.- See Also:
-
STRATEGY_DATA_CLOSE_PRICE_INDEX
public static final int STRATEGY_DATA_CLOSE_PRICE_INDEXColumn index of the trade close price within a strategy data row.- See Also:
-
STRATEGY_DATA_STOP_LOSS_INDEX
public static final int STRATEGY_DATA_STOP_LOSS_INDEXColumn index of the stop-loss price within a strategy data row.- See Also:
-
STRATEGY_DATA_TAKE_PROFIT_INDEX
public static final int STRATEGY_DATA_TAKE_PROFIT_INDEXColumn index of the take-profit price within a strategy data row.- See Also:
-
STRATEGY_DATA_PROFIT_LOSS_INDEX
public static final int STRATEGY_DATA_PROFIT_LOSS_INDEXColumn index of the realized profit/loss value within a strategy data row.- See Also:
-
STRATEGY_DATA_MINIMUM_SIZE
public static final int STRATEGY_DATA_MINIMUM_SIZEThe minimum column count for a strategy data row.- See Also:
-