mlmodelpoly
Real-time trading data collector for Binance Futures/Spot with Polymarket prediction market integration. Features: WebSocket streams, OHLCV bars, CVD, VWAP, volatility, fair value model, edge calculation, TUI dashboard, and REST API.
File Explorer
Download Latest Version (.zip)- apply_calibration.py
- calibrate_thresholds.py
- plot_window.py
- rest_smoke.py
- smoke_test.sh
- tui_dashboard.py
- tui_dashboard_v2.py
- validate_dataset.py
- __init__.py
- book_store.py
- market_resolver.py
- normalize_updown.py
- spike_probe.py
- ws_client.py
- __init__.py
- bootstrap.py
- client.py
- context_engine.py
- indicator_sets.py
- scheduler.py
- store.py
- __init__.py
- safe_get.py
- __init__.py
- __main__.py
- accumulate_engine.py
- bar_aggregator.py
- bars.py
- bias_model.py
- confidence.py
- config.py
- context_bootstrapper.py
- context_klines_store.py
- context_updater.py
- decision_logger.py
- decision_v2.py
- edge_engine.py
- event_recorder.py
- fair_model.py
- features.py
- http_api.py
- logging_setup.py
- main.py
- market_context.py
- market_ref_tracker.py
- metrics.py
- normalizers.py
- paper_trading.py
- pipeline.py
- pm_dip_detector.py
- price_smoother.py
- rest_client.py
- roc_calculator.py
- spike_detector.py
- storage_writer.py
- types.py
- utils_time.py
- volatility.py
- ws_client.py
- README_STRATEGY.md
- z_contra_fav_dip_hedge.py
- .env.example
- .gitignore
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/txbabaxyz/mlmodelpoly
Downloads the entire project code from GitHub to your computer.
cd mlmodelpoly
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
python3 -m venv venv
Runs the Python script (or module).
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python -m collector
Runs the Python script (or module).
SYMBOL=ETHUSDT python -m collector
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
