NinjaScript > Language Reference > Strategy > Order Methods > Managed Approach > EnterShort() |
![]() ![]() ![]() ![]() |
Definition
Method Return Value An IOrder read-only object that represents the order. Reserved for experienced programmers, additional information can be found within the Advanced Order Handling section. Syntax EnterShort() EnterShort(int quantity) EnterShort(int quantity, string signalName)
The following method variation is for experienced programmers who fully understand Advanced Order Handling concepts.
EnterShort(int barsInProgressIndex, int quantity, string signalName)
Parameters
Examples
Tips (also see Overview)
|