IsTrueReversal Property

Top  Previous  Next

Syntax:

 

value = object.IsTrueReversal

 

 

 

Part

Description

value

A variant type variable in the user program.

0=trading strategy model with no reversals

1=trading strategy model with true reversal

object

The name of an object (or an object expression) that evaluates to an object of ChaosHunter_Runtime.DLL class.

 

The property is valid only if loaded model represents a trading strategy.

 

After model is loaded using OpenModel method, the IsTrueReversal property indicates whether trading strategy is true reversal. The property is read only.