Here are
45 public repositories
matching this topic...
Scalable, event-driven, deep-learning-friendly backtesting library
Updated
Aug 28, 2021
Python
Alpaca Trading API integrated with backtrader
Updated
Apr 2, 2022
Python
Python Backtrader - Metaquotes MQL5 - API
Updated
Mar 10, 2021
Python
A simple TradingView historical Data Downloader
Updated
Mar 7, 2022
Jupyter Notebook
Stock analysis/prediction model using machine learning
Updated
Dec 12, 2017
Python
btplotting provides plotting for backtests, optimization results and live data from backtrader.
Updated
Apr 3, 2022
Python
Support for Oanda-V20 API in backtrader
Updated
Sep 3, 2021
Python
Easy to use backtrader UI
Updated
Jan 12, 2022
Python
KOAPY 는 키움 OpenAPI 를 Python 에서 쉽게 사용할 수 있도록 만든 라이브러리 패키지 및 툴입니다.
Updated
Mar 23, 2022
Python
BackTrader中文教程笔记(by:量化投资与机器学习),系统性介绍Bactrader的特性、策略构建、数据结构、回测交易等,彻底掌握量化神器的使用方法。章节:介绍篇、数据篇、指标篇、交易篇、策略篇、可视化篇……(持续更新中)
Updated
Oct 21, 2021
Python
These are the code snippets used in the Backtrader for backtesting guide on the AlgoTrading101 website
Updated
Dec 26, 2020
HTML
Binance API integration with Backtrader.
Updated
Jun 25, 2021
Python
backtrader with DRL ( Deep Reinforcement Learning)
Updated
May 10, 2019
Jupyter Notebook
This is complete algo trading package is for downloading historical OHLC data for backtesting and performing live trading on Interactive Brokers. For learning step by step procedure to recreate this is also included. OHLC data for backtesting and performing live trading on interactive brokers.
Updated
May 11, 2021
HTML
btconfig provides a simple way to initialize a strategy using config files with additional features.
Updated
Mar 30, 2022
Python
Updated
Sep 4, 2021
Python
App to test strategies based on artificial intelligence for investing in the stock market.
Updated
Feb 10, 2022
Python
Microservices Stack for AlgoTrading
Updated
Aug 23, 2021
Python
Personal framework to run trading strategies with Backtrader
Updated
Feb 17, 2022
Python
Python 金融市場賺大錢聖經:寫出你的專屬指標
Updated
Jan 3, 2022
Python
An implementation of trading strategies such as the Stochastic Oscillator with support and resistance using the BackTrader framework for backtesting
Updated
Aug 15, 2020
Python
Updated
Sep 8, 2021
Python
Algorithmic trading and backtests using backtrader
Updated
May 28, 2021
Python
Python Metatrade MQL5 - Zmq - Backtrader bridge
Updated
Nov 15, 2021
Python
Binance live trading for backtrader
Updated
Dec 6, 2021
Python
Docker image build for backtrader running on Jupyter Notebook / Anaconda 3 / Python 3
Updated
Oct 22, 2020
Jupyter Notebook
Dive into Algo trading with our functioning trading bot which utilizes Python, AWS Chalice, Alpaca, & TradingView.
Updated
Dec 10, 2020
Jupyter Notebook
Trading Strategy Development
Updated
Nov 19, 2019
HTML
A backtester utility for dse
Updated
May 21, 2020
Python
Improve this page
Add a description, image, and links to the
backtrader
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
backtrader
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
If the backtest involves a bt.Strategy subclass that was declared in a Jupyter notebook cell, an error will be thrown because the
inspectmodule cannot read the source of the class, since Jupyter stores its classes in the main class.Incomplete code that triggers the error - an error will be thrown if
cerebrocontains a strategy class that was declared in a Jupyter cell.