EnterShort()
Generates a Sell Market order to enter a short position.
Parameters
Example
// Generates a Sell Market order to enter a short position
EnterShort();Multi Market Strategy
Parameters
Example
// Generates a Sell Market order to enter a short position on the first
// selected market
EnterShort(Markets[0]);Last updated