Add an optional mode to dump all detected whale trades to a file for offline analysis.
python main.py --export whales.csv
Should write: timestamp, market, side, amount, price, market_url — one row per alert. Useful for backtesting whether following whale trades is profitable.
Add an optional mode to dump all detected whale trades to a file for offline analysis.
Should write: timestamp, market, side, amount, price, market_url — one row per alert. Useful for backtesting whether following whale trades is profitable.