Python Backtesting Library you should DEFINITELY check out - Backtesting.py

preview_player
Показать описание

Interesting library, right?

Please subscribe for more content like this!

I am using basically the very well written documentation for everything used in this video with some amendments. Check out the docs here:

Strategy is explained here:

Video on Backtrader:

Get the Notebook/Source code by becoming a Tier-2 Channel member:

Be invited to check out my 1 hour Python course to get started:

DISCLAIMER:
THIS VIDEO IS NOT AN INVESTMENT ADVICE AND IS FOR INFORMATIONAL AND EDUCATIONAL PURPOSES ONLY!

#Python #Backtest #Backtesting
Рекомендации по теме
Комментарии
Автор

Who else here has accidentally built a backtesting library without realizing there was a nice pre-built option like this out there?

Mutual_Information
Автор

This channel is great. Would love to see some intermediate complexity strategies and then maybe a super in depth video on a very complex strategy.

bitterbob
Автор

Thanks a lot algovibes for your quick response, luckily problem is sorted out by watching some of your other videos. Great content.

rd
Автор

This is genuinely amazing. Would love to see it on aroon crossover strategies and other strategies

omali
Автор

Yes. Definitely a deep drive with your expert intuitive videos. Also teach how to apply backtesting to real trading. How to take trades, shoot trades etc

rajeevmenon
Автор

Thanks, great video. Would definitely be interested in more in depth tutorial on this, particularly regarding bespoke strategies.

jackinthebox
Автор

YES SIR VERY GOOD VIDEOS WE WANT TO DEEP DRIVE IN IT.

tanayrajware
Автор

thankyou so much for taking time and making such an amazing content

tradewithaakash
Автор

Thanks, great intro to the back testing lib

hannes
Автор

Excellent video thanks! When testing other strategies, e.g an rsi(2) from Larry Connors, I had problems using the rsi indicator from the ta library but the pandas-ta worked fine. Coding indicators from scratch and back testing just using python is time consuming but worth it for the expertise gained.

davidoconnor
Автор

Excellent article.. please do a video with deep dive strategy end2end

anilmm
Автор

Thanks. That Backtesting library looks so powerful.
(It makes me a bit nervous to hand off the calcs to the TA library IYKWIM. I like to understand the whole of how things work.)

bdcash
Автор

Sir, thank you for this amazing tutorial! Could we include leverage in backtest?

johnadam
Автор

What other libraries are available for backtesting, that are still being maintained and good support?

giridhart
Автор

great video, let's do some different strategies then try to implement on binance api like the older videos, and put this to the real test!!

itayhilel
Автор

Fan Request - Using TA-Lib and yfinance, can you transform all the indicators of ta-lib into Strong Sell, Sell, Neutral, Buy, and Strong Buy (#1)? And then #2, allow a user to Check box however many indicators they want to calculate an overall average of Sell or Buy?

Pork-Chop-Express
Автор

Loving your videos, what's your favourite backtesting library you've seen so far? Want to get started on the right one :)
Also.. would be interested in a deep dive to see if you can implement better Risk Management: layering entries / SL / TP strategy (e.g. SL below previous wick, TP a certain % at next horizontal or after certain Profit % has been hit), and does this have other indicators like BBWP / RSI to be used to improve the Crossover strategy?

nb
Автор

Thanks, this is a great tutorial, but for some reason the plot function is not working on my setup, and the output for "Strategy" is truncated in the output so that is shows "SMAcross(n1= 100, .... Is there a way to print out the optimized SMA lengths to supplement the standard output?

neuvocastezero
Автор

Amazing video, Awesome Resource. Thanks!

TheDaskrokodil
Автор

Hello Sir, how can we set a trailing stoploss condition with backtesting library? Can you explain it with any basic strategy (such as ema crossover)

amanchaure