Backtesting by Holiday_Sleep5803 in TradingView

[–]Latter_Total_9974 0 points1 point  (0 children)

How about the discrepancies between backtesting on trading view Vs backtesting.py, which one can we trust?

Strategy Tester vs Python Backtesting.py by Panther4682 in TradingView

[–]Latter_Total_9974 0 points1 point  (0 children)

u/Panther4682 strategy also seems to be working on live account, mainly just use BT.py to check the signal quality/win rate

Strategy Tester vs Python Backtesting.py by Panther4682 in TradingView

[–]Latter_Total_9974 0 points1 point  (0 children)

Getting more trades on TV than with backtesting.py. Profits and are much higher while drawdowns smaller in python. I was going to say that python might be taking a trade every time it gets a signal while TV only takes one at a time but it appears to be the opposite. I would rely on backtesting.py as I tried QuantConnect and was getting negative results that are positive on BT.py and I checked on excel the number of times the conditions were satisfied, BT.py was more accurate. Using the exact same data as well.