Initial import: grid-bot — grid trading bot for BTC-USDT on Cifra Markets
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
"""Kronos advisor for grid-bot: OHLCV → step/center/pause advice.
|
||||
|
||||
Public surface:
|
||||
- GridAdvice
|
||||
- KronosAdvisor
|
||||
- TradernetHlocSource
|
||||
- BinancePublicSource
|
||||
- run_backtest (in backtest.py)
|
||||
"""
|
||||
|
||||
from .advisor import GridAdvice, KronosAdvisor, MIN_STEP_PCT, MAX_STEP_PCT
|
||||
from .data_source import TradernetHlocSource, BinancePublicSource
|
||||
|
||||
__all__ = [
|
||||
"GridAdvice",
|
||||
"KronosAdvisor",
|
||||
"MIN_STEP_PCT",
|
||||
"MAX_STEP_PCT",
|
||||
"TradernetHlocSource",
|
||||
"BinancePublicSource",
|
||||
]
|
||||
Reference in New Issue
Block a user