IndicatorParameter information

 

Hi,

I'm using IndicatorParameters function to get parameters of an indicator but it seems this function is not complete :

- if a parameter is a number, the function return a type INT --> this is correct and works fine

- if a parameter is an enumerator (like Applied price) this function return a type INT and I can't have the enumerator list possibility

So, how make the difference beetween an enumerator list and a simple number ?

How can I get the complete list of inputs enumerators ?

Thx !

 
Erwann Pannerec:

Hi,

I'm using IndicatorParameters function to get parameters of an indicator but it seems this function is not complete :

- if a parameter is a number, the function return a type INT --> this is correct and works fine

- if a parameter is an enumerator (like Applied price) this function return a type INT and I can't have the enumerator list possibility

So, how make the difference beetween an enumerator list and a simple number ?

How can I get the complete list of inputs enumerators ?

Thx !

You can't. What to do ?