We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
main
Indicator.figures are not regenerated using Indicator.regenerateFigures in the current code.
Indicator.figures
Indicator.regenerateFigures
I think it should be added in the override method
override method
override (indicator: IndicatorCreate<D>): void { this._prevIndicator = clone(this._indicator) merge(this._indicator, indicator) this._indicator.figures = this._indicator.regenerateFigures?.(this._indicator.calcParams) ?? this._indicator.figures if (isNumber(indicator.precision)) { this._lockSeriesPrecision = true } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
main
Steps to Reproduce
Indicator.figures
are not regenerated usingIndicator.regenerateFigures
in the current code.I think it should be added in the
override method
The text was updated successfully, but these errors were encountered: