ScaleIn (returns Void) |
(Number of shares Int32)
Scale-in position
|
ScaleIn (returns Void) |
(Number of shares Int32, Open market order _OpenMarketOrder)
Scale-in position
|
ScaleIn (returns Void) |
(Number of shares Int32, Close market order _CloseMarketOrder)
Scale-in position
|
ScaleIn (returns Void) |
(Number of shares Int32, Limit order _LimitOrder)
Scale-in position
|
ScaleOut (returns Void) |
(Number of shares Int32)
Scale-out position
|
ScaleOut (returns Void) |
(Number of shares Int32, Open market order _OpenMarketOrder)
Scale-out position
|
ScaleOut (returns Void) |
(Number of shares Int32, Close market order _CloseMarketOrder)
Scale-out position
|
ScaleOut (returns Void) |
(Number of shares Int32, Limit order _LimitOrder)
Scale-out position
|
ClosePosition (returns Void) |
(parameterless)
Close the current position
|
ClosePosition (returns Void) |
(Open market order _OpenMarketOrder)
Close the current position
|
ClosePosition (returns Void) |
(Close market order _CloseMarketOrder)
Close the current position
|
ClosePosition (returns Void) |
(Limit order _LimitOrder)
Close the current position
|
GetValueFromFormula (returns Double) |
(parameterless)
Parse a vector-based formula and returns the vector value for the current date.
Example: GetValueFromFormula('a = rsi(14);', 'a'); -> to get the RSI value of the current symbol for the current date.
|