Accepted types for a parameter ?
Created at 08 Apr 2013, 11:53
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.
cAlgo_Fanatic
08 Apr 2013, 12:57
Hello,
int, double, string, DataSeries, MovingAverageType. More types will be supported in the future.
@cAlgo_Fanatic