Arrancar leyendo el código por strategies/SellOff/SellOff.py
Python >= 3.7.10
python -m venv venv
source venv/bin/activate
Tal vez haya que instalar gcc y otros antes
sudo yum install python3-devel gcc
Primero instalar TA-LIB
pip install -r requirements.txt
pip freeze > requirements. txt
El header del archivo .csv debe ser el siguiente formato:
unix,date,symbol,open,high,low,close,Volume BNB,Volume USDT,tradecount
cd strategies/SellOff
python SellOff.py -m 500 archivo.csv