StrategyEnter |
| Name | Description | |
|---|---|---|
| EnterShortLimit(Double) | Submits a short limit order. The entry name is set to the default 'Strategy Entry'. Order quantity will be as specified by the strategy | |
| EnterShortLimit(Int32, Double) | Submits a short limit order with the specified quantity and limit price | |
| EnterShortLimit(String, Double) | Submits a short limit order with the specified name. Order quantity will be as specified by the strategy | |
| EnterShortLimit(Int32, Int32, Double) | Submits a short limit order for the specified bars index and specified quantity | |
| EnterShortLimit(String, Int32, Double) | Submits a short limit order with specified name and quantity | |
| EnterShortLimit(Int32, String, Int32, Double) | Submits a short limit order for the specified bars index and specified name and quantity |