IsTradingStrategy Property

Top  Previous  Next

Syntax:

 

value = object.IsTradingStrategy

 

 

 

Part

Description

value

A variant type variable in the user program.

0=not a trading strategy model

1=trading strategy model

object

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

 

After model is loaded using OpenModel method, the IsTradingStrategy property indicates whether loaded model is a trading strategy. The property is read only.