You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, there is probably an issue with Trix indicator, when used with fillna=True parameter,
it fills the missing value with 100, but I believe it should be 0, because then it is extreme value, that is never reached with this indicator. See image bellow:
The text was updated successfully, but these errors were encountered:
TRIXIndicator and all the indicators that use ema internally have the same effect because the nan values are filled by pd.ewm. So let me study a solution for all the cases.
For the moment, try to work filling with the value that you prefer:
Hello, there is probably an issue with Trix indicator, when used with fillna=True parameter,
it fills the missing value with 100, but I believe it should be 0, because then it is extreme value, that is never reached with this indicator. See image bellow:
The text was updated successfully, but these errors were encountered: