All Projects → Skinok → backtrader-pyqt-ui

Skinok / backtrader-pyqt-ui

Licence: MIT License
Easy to use backtrader UI

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to backtrader-pyqt-ui

tvdatafeed
A simple TradingView historical Data Downloader
Stars: ✭ 189 (+62.93%)
Mutual labels:  trading, backtrader
bitcoin-arbitrage
Bitcoin arbitrage bot (BTC/JPY)
Stars: ✭ 17 (-85.34%)
Mutual labels:  trading
gekko-batcher
Batch backtest tool for Gekko.
Stars: ✭ 34 (-70.69%)
Mutual labels:  trading
snow-ctp
Node CTP Wrapper
Stars: ✭ 15 (-87.07%)
Mutual labels:  trading
orderbook
A fast L2/L3 orderbook data structure, in C, for Python
Stars: ✭ 101 (-12.93%)
Mutual labels:  trading
coinmarketcap-new-listings-sniper-bot
Sniper bot to buy new tokens listed on Coinmarketcap.
Stars: ✭ 55 (-52.59%)
Mutual labels:  trading
DACP
A digital asset personal portfolio for investors in the cryptosphere
Stars: ✭ 22 (-81.03%)
Mutual labels:  trading
rockfish
Rockfish is an arbitrage bot for the Stellar Decentralized Exchange (SDEX)
Stars: ✭ 58 (-50%)
Mutual labels:  trading
saxo openapi
The saxo_openapi package provides easy access to SAXO Bank OpenAPI (https://www.developer.saxo/openapi/learn). Checkout the Jupyter notebooks covering most aspects of the API.
Stars: ✭ 50 (-56.9%)
Mutual labels:  trading
PancakeSwapBot
PancakeSwap prediction bot
Stars: ✭ 38 (-67.24%)
Mutual labels:  trading
energy-use-case-trading-client
Energy Use Case Web UI for Lition Trading Platform
Stars: ✭ 23 (-80.17%)
Mutual labels:  trading
POE-TradeMacro
Price checking script for Path of Exile.
Stars: ✭ 963 (+730.17%)
Mutual labels:  trading
AutoTrader
A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
Stars: ✭ 227 (+95.69%)
Mutual labels:  trading
copyfactory-python-sdk
Python SDK for CopyFactory trade copying API. Can copy trades both between MetaTrader 5 (MT5) and MetaTrader 4 (MT4)
Stars: ✭ 19 (-83.62%)
Mutual labels:  trading
Coinbase.Pro
📈 A .NET/C# implementation of the Coinbase Pro API.
Stars: ✭ 63 (-45.69%)
Mutual labels:  trading
CryptoGraphArb
Using graph algorithms to find arbitrage opportunities
Stars: ✭ 89 (-23.28%)
Mutual labels:  trading
stocklist
Stock data collection and analysis
Stars: ✭ 27 (-76.72%)
Mutual labels:  trading
gdax bot
gdax_bot - Micro dollar cost averaging for crypto
Stars: ✭ 57 (-50.86%)
Mutual labels:  trading
ml monorepo
super-monorepo for machine learning and algorithmic trading
Stars: ✭ 43 (-62.93%)
Mutual labels:  trading
yata
Yet Another Technical Analysis library [for Rust]
Stars: ✭ 142 (+22.41%)
Mutual labels:  trading

Skinok backtrader UI (PyQt and finplot)

Backtrader PyQt Ui

Backtrader PyQt Ui 2

Backtrader PyQt Ui 3

How to install ?

You should have python installed on your machine (obvisously)

Please run the following commands :

pip install git+https://github.com/backtrader2/backtrader matplotlib requests \
            websocket websocket-client oandapy qdarkstyle git+https://github.com/blampe/IbPy.git \
            git+https://github.com/oanda/oandapy.git git+https://github.com/Skinok/finplot.git  

How to use it ?

  • Put your CSV Data in the data folder
  • Create your strategy and put it in the strategies folder Your strategy file name should be exactly the same as the strategy class name You can take a look at the provided exemples
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].