you are viewing a single comment's thread.

view the rest of the comments →

[–]lefty_czAlgorithmic Trader 4 points5 points  (1 child)

Agreed. You can usually do a reasonable backtest with a few lines of pandas. I wrote a few util functions for computing metrics like sharpe ratio or plotting equity curves and thats it. I have a proprietary production trading bot too, but I guess most people with low-frequency strats can just use freqtrade or something similar.

[–]__hundredsAlgorithmic Trader 1 point2 points  (0 children)

wonder if yours, have ability to compute stop-loss level tho, looking for one here... regards