This project can backtest for indicators of Tradingview. I converted indicators in Pine script to Python script and then simulated it on the past OHLC data from Upbit. Backtest results will output to excel file.
- pyupbit
pip install pyupbit
- ta-lib
pip install ta-lib
python Backtest.py
You can check excel file for backtest result in Ouput folder after this command.