Create Custom IndicatorDataSeries with different datatypes
Created at 11 Feb 2022, 20:23
PR
Create Custom IndicatorDataSeries with different datatypes
11 Feb 2022, 20:23
Hello, is there a to create a custom IndicatorDataSeries with different data types?
Custom Indicator is being utilized by a custom cbot.
amusleh
14 Feb 2022, 08:57
Hi,
No, the data type is double for based class and you can't create a child class from it with a different data type.
You can use collections like List.
@amusleh