Topic: IndicatorType
A lot of indicators have such line in their C++ code:
IndParam.IndicatorType = TypeOfIndicator.Additional or similar....
Is this line in C++ code mandatory? How can we determine the most appropriate value for this line?
Create and Test Forex Strategies
You are not logged in. Please login or register.
Forex Software → Technical Indicators → IndicatorType
A lot of indicators have such line in their C++ code:
IndParam.IndicatorType = TypeOfIndicator.Additional or similar....
Is this line in C++ code mandatory? How can we determine the most appropriate value for this line?
This dates back to the FSB legacy version, which had the option of having distinction based on indicator type in the indicator list (for example, show only date/time indis etc). Current Pro doesn't have this feature, at least I haven't come across it.
A simple TypeOfIndicator.Additional or TypeOfIndicator.Indicator will do just fine.
Forex Software → Technical Indicators → IndicatorType
Powered by PunBB, supported by Informer Technologies, Inc.