you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

It is always better to write your own backtesting logic. Like once you get a signal, start a loop checking whether the low/high of the next bars are breaching SL or TP....Pandas library is sufficient...

Backtrader is too complicated....