Enum OrderType
OrderType is an enumeration of orders supported by the simulator.
Namespace: TuringTrader.SimulatorV2
Assembly: TuringTrader.Simulator.dll
Syntax
public enum OrderType
Fields
Name | Description |
---|---|
buyLimitNextBar | limit order to buy assets on next bar (at price or better/ lower) |
buyStopNextBar | stop order to buy assets on next bar (at price or worse/ higher) |
closeThisBar | market order to buy or sell assets on this bar's close |
openNextBar | market order to buy or sell assets on the next bar's open |
sellLimitNextBar | limit order to sell assets on next bar (at price or better/ higher) |
sellStopNextBar | stop order to sell assets on next bar (at price or worse/ lower) |