I can not find method Auto-Profit Cover for Short-Sell position. Is it available or you have any solution ?
Cover Buy: _transaction.AutoCoverProfitTargetPrice (Missing)
Cover Buy: _transaction.AutoCoverStopLossPrice (Missing)
These methods are available:
Sell: _transaction.AutoProfitTargetPrice =
Sell: _transaction.AutoStopLossPrice =
Cover Buy: _transaction.AutoCoverProfitTargetPrice (Missing)
Cover Buy: _transaction.AutoCoverStopLossPrice (Missing)
These methods are available:
Sell: _transaction.AutoProfitTargetPrice =
Sell: _transaction.AutoStopLossPrice =
Rename
The transaction determines how the properties are used. In other words, it works for both. You just have to assign the values to the correct transaction.
Your Response
Post
Edit Post
Login is required