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
{{ message }}
This repository was archived by the owner on Apr 26, 2022. It is now read-only.
@propertydefindicators(
""" Returns a dictionary of all the active indicators :return: A dictionary of indicator objects. """self,
) ->dict[str, Union[ind.Indicator, ind.OverlayIndicator, ind.IndexIndicator]]:
returnself._active_indicators
Expected
@propertydefindicators(
self,
) ->dict[str, Union[ind.Indicator, ind.OverlayIndicator, ind.IndexIndicator]]:
""" Returns a dictionary of all the active indicators :return: A dictionary of indicator objects. """returnself._active_indicators