opengradient / workflow_models / workflow_models
Package opengradient.workflow_models.workflow_models
Repository of OpenGradient quantitative workflow models.
Functions
read_btc_1_hour_price_forecast()
def read_btc_1_hour_price_forecast(alpha: `Alpha`) ‑> `WorkflowModelOutput`Read from the BTC one hour return forecast workflow on the OpenGradient network.
More information on this model can be found at https://hub.opengradient.ai/models/OpenGradient/og-btc-1hr-forecast.
read_eth_1_hour_price_forecast()
def read_eth_1_hour_price_forecast(alpha: `Alpha`) ‑> `WorkflowModelOutput`Read from the ETH one hour return forecast workflow on the OpenGradient network.
More information on this model can be found at https://hub.opengradient.ai/models/OpenGradient/og-eth-1hr-forecast.
read_eth_usdt_one_hour_volatility_forecast()
def read_eth_usdt_one_hour_volatility_forecast(alpha: `Alpha`) ‑> `WorkflowModelOutput`Read from the ETH/USDT one hour volatility forecast model workflow on the OpenGradient network.
More information on this model can be found at https://hub.opengradient.ai/models/OpenGradient/og-1hr-volatility-ethusdt.
read_sol_1_hour_price_forecast()
def read_sol_1_hour_price_forecast(alpha: `Alpha`) ‑> `WorkflowModelOutput`Read from the SOL one hour return forecast workflow on the OpenGradient network.
More information on this model can be found at https://hub.opengradient.ai/models/OpenGradient/og-sol-1hr-forecast.
read_sui_1_hour_price_forecast()
def read_sui_1_hour_price_forecast(alpha: `Alpha`) ‑> `WorkflowModelOutput`Read from the SUI one hour return forecast workflow on the OpenGradient network.
More information on this model can be found at https://hub.opengradient.ai/models/OpenGradient/og-sui-1hr-forecast.
read_sui_usdt_30_min_price_forecast()
def read_sui_usdt_30_min_price_forecast(alpha: `Alpha`) ‑> `WorkflowModelOutput`Read from the SUI/USDT pair 30 min return forecast workflow on the OpenGradient network.
More information on this model can be found at https://hub.opengradient.ai/models/OpenGradient/og-30min-return-suiusdt.
read_sui_usdt_6_hour_price_forecast()
def read_sui_usdt_6_hour_price_forecast(alpha: `Alpha`) ‑> `WorkflowModelOutput`Read from the SUI/USDT pair 6 hour return forecast workflow on the OpenGradient network.
More information on this model can be found at https://hub.opengradient.ai/models/OpenGradient/og-6h-return-suiusdt.
