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