Position
Object that reveals information about a current open position of the strategy.
Properties
Name | Type | Description |
| bool | Returns |
| StrategyPositionType? | If the strategy is in position, it returns |
| double? | Returns the price of the asset at which the position was opened. If the strategy is not in an open position, it returns |
| datetime? | Time when the position was opened. If the strategy is not in an open position, it returns |
Last updated