Accepted types for a parameter ?

Created at 08 Apr 2013, 11:53
HI

hichem

Joined 17.12.2012

Accepted types for a parameter ?
08 Apr 2013, 11:53


Hello, 

 

What are the complete list of accepted types on which the Parameter attribute can be applied ?

 

I know these types are ok:

-int

-double

-MovingAverageType

 

what else ?

 

Thanks.


@hichem
Replies

cAlgo_Fanatic
08 Apr 2013, 12:57

Hello,

int, double, string,  DataSeries,  MovingAverageType. More types will be supported in the future.


@cAlgo_Fanatic