SellThreshold Property |
Top Previous Next |
Syntax:
value = object.SellThreshold
or
object.SellThreshold = value
The property is valid only if loaded model represents a trading strategy.
After model is loaded using OpenModel method, the SellThreshold property returns a value used by ChaosHunter during model optimization. The property is read/write meaning that you can set a different sell threshold before calling the Predict method if you feel that the new sell threshold may work better. |