investfly.api.IndicatorApiClient
Client for creating and inspecting custom and standard indicators.
class
IndicatorApiClient:
Access the indicator endpoints available to SDK users.
IndicatorApiClient(restApiClient: investfly.api.RestApiClient.RestApiClient)
Create an indicator client backed by an authenticated transport.
def
getIndicatorCode(self, indicatorId: str) -> str:
Return the saved Python source for one of the user's custom indicators.