7 lines
193 B
Python
7 lines
193 B
Python
|
|
"""
|
||
|
|
Live Trading Module for Regime Reversion Strategy on OKX.
|
||
|
|
|
||
|
|
This module implements live trading using the ML-based regime detection
|
||
|
|
and mean reversion strategy on OKX perpetual futures.
|
||
|
|
"""
|