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-libpython Backtest.pyYou can check excel file for backtest result in Ouput folder after this command.