Approximation "averages" doesn't return undefined #7377
Closed
Comments
Thanks @pawelfus! The workaround works well. However please notice that this problem also occurs on price envelope, and maybe other more. Thanks again for the workaround. |
Thank you for info! Resolving this issue will fix all indicators that use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
When approximating to days, line breaks in the Bollinger Bands indicator shouldn't show up.
This may not be necessary bug in the approximation method, but according to
sum
approx, we should returnundefined
:I think docs should be updated too.
FYI @KacperMadej
Live demo with steps to reproduce
http://jsfiddle.net/nLtpemxy/1/
Workaround
http://jsfiddle.net/nLtpemxy/
Set custom approximation:
The text was updated successfully, but these errors were encountered: