Commands¶
The following Django commands - meant to be run as python manage.py command_name [--argument [arg_val]] in the virtual environment - are bundled:
load_symbols¶
Loads symbols from Binance.
warm_and_ready¶
Cleans current data, gets fresh ones, and updates models.
ws_klines¶
Starts the WebSocket client for data retrieval (ws polling).
calibrate_all_models¶
[UNDER DEVELOPMENT] Calibrates the parameters of all Symbols’ Prediction models. This a computationally expensive call.
calibrate_all_windows¶
Calibrates the window size of all Symbols’ Prediction models. This a computationally expensive call.