Lukas Goldschmidt ec51124bbc small decision fix, simulation started vor 3 Wochen
..
src ec51124bbc small decision fix, simulation started vor 3 Wochen
.gitignore ec51124bbc small decision fix, simulation started vor 3 Wochen
PLAN.md ec51124bbc small decision fix, simulation started vor 3 Wochen
README.md ec51124bbc small decision fix, simulation started vor 3 Wochen
download_candles.py ec51124bbc small decision fix, simulation started vor 3 Wochen
prepare_candles.py ec51124bbc small decision fix, simulation started vor 3 Wochen
run_replay.py ec51124bbc small decision fix, simulation started vor 3 Wochen

README.md

Simulation

Root for Hermes-MCP simulation and replay experiments.

Pipeline

  1. download raw archives,
  2. preprocess into canonical input CSV,
  3. run replay / analysis on the prepared input only.

Download raw Binance data

python3 simulation/download_candles.py \
  --symbol XRPUSDT \
  --interval 1m \
  --start 2024-01-01T00:00:00Z \
  --end 2024-02-01T00:00:00Z

Preprocess into test input

python3 simulation/prepare_candles.py \
  --symbol XRPUSDT \
  --interval 1m

Replay Hermes

python3 simulation/run_replay.py \
  --candles simulation/data/prepared/XRPUSDT/1m/XRPUSDT-1m.csv \
  --symbol XRPUSDT \
  --base XRP \
  --quote USDT