Bot basics
Simple example for backtesting
poetry shell
python example/Pishon4/strategy_study/simple_backtest.py
Simple example for real-time trading
poetry shell
doppler run -- python example/Pishon4/strategy_study/simple_realtime.py -l log/
Before running the real-time trading example, the following steps should be done:
- Doppler setup
- Environment variables setup
Please follow the instructions here.