Daniel JacksonA simple way to load intraday Forex data into BacktraderBy default, Backtrader is setup to analyse data on the daily chart. However, I find backtesting intraday data much more interesting, so I…Jul 4, 2020Jul 4, 2020
JohnJoyVan Tharp’s Pyramiding: Using BacktraderVan Tharp’s Pyramiding strategy is a position sizing method that allows traders to increase their position size as their trade moves in…Jan 10, 2023Jan 10, 2023
Daniel RodriguezCustom Indicator Development in Python with backtraderThe origins of backtrader are rooted in a simple idea:Aug 18, 2018Aug 18, 2018
JohnJoyImplementing Wick Reversal Indicator in BacktraderThe WickReversalIndicator is a custom indicator for use in the Backtrader platform. It is designed to identify potential market reversal…Jan 12, 2023Jan 12, 2023
InTech TavernbyEsteban ThilliezBacktest your Trading Systems with Python — Custom IndicatorsThis story is the fifth of the backtrader series. You can find the other stories here: Improve your Trading with Python. Also, there is a…Sep 28, 20221Sep 28, 20221
Xavier EscuderoBuilding a Trading Backtesting System — Part 5: Implementing flexible and reusable strategiesAvoid boilerplate code and duplication in your backtrader strategiesMar 7, 20242Mar 7, 20242
Xavier EscuderoBuilding a Trading Backtesting System — Part 4: Risk Management and Position SizingThere are various methods of position sizing that we can employ to determine the appropriate amount of capital to allocate to each trade:Mar 5, 20241Mar 5, 20241
Xavier EscuderoBuilding a Trading Backtesting System — Part 3: Risk Management and Stop Loss TechniquesStop loss techniques based on fixed percentage, trailing stop percentage and trailing stop based on instrument volatilityMar 3, 2024Mar 3, 2024
Xavier EscuderoBuilding a Trading Backtesting System — Part 2: Crafting the backboneCreate the core capabilitiesFeb 28, 20242Feb 28, 20242
Xavier EscuderoBuilding a Trading Backtesting System — Part 1: Features and technical solutionWhat is a backtesting system and proposed technical solutionFeb 27, 20241Feb 27, 20241
InQuant FactorybyXavier EscuderoBacktrader — Harnessing Dataframes and External Indicators for Trading SuccessAt backtrader we use data feeds to import OHLCV information from our instruments/securities. This data is stored internally as lines…Oct 12, 20231Oct 12, 20231
Xavier EscuderoBacktrader — Unleash the power of chartsIn backtrader there exists a myriad of possibilities for configuring how we visualize the performance of our strategies, signals, and…Oct 13, 2023Oct 13, 2023
Xavier EscuderoBacktrader- Put your Order logs in a SQLite DatabaseBacktrader focuses on developing and executing strategies in real time or historical data, meaning it focuses on what’s happening in the…Oct 14, 2023Oct 14, 2023
InQuant FactorybyXavier EscuderoBacktrader — How to determine the size of an operation. The 2% rule.In backtrader sizers are objects that are used to determine the position size of a trade.Oct 16, 2023Oct 16, 2023
InQuant FactorybyXavier EscuderoBacktrader- Avoiding Traps with len and buflenIn backtrader, the concept of lines is fundamental and represents the primary data points, indicators, and calculations that our trading…Oct 18, 20232Oct 18, 20232
Michael Hsia【How 2】 Upgrade your backtesting arsenal — trading multiple stocks with “backtrader”I’m going to share my experience and crucial tips with you to transform backtrader to trade against multiple stocksSep 3, 20231Sep 3, 20231