Backtrader-MQL5-API
Backtrader-MQL5-API copied to clipboard
Python Backtrader - Metaquotes MQL5 - API
Hi, I'm currently using this repo for connecting to mt5 and everything for backtesting works fine. but when I want to run multiple strategies live on same mt5 (for forward...
Hi, This is a compatibility project, and there is already another project that bridges Python to both MT5/4 using a unified interface. so why not adopting it, in order to...
Running backtarder + Backtrader-MQL5-API + MQL5-JSON-API bot with Metatrader real account returning "result":"TRADE_RETCODE_PLACED", the execution info did not arrived at backtrader bot. I did not found this result treatment in...
Hello, what is the recommended method to get trade id(Ticket number)? Thank you.
Hi, Author, thank you for your good work. I have a problem, please see below. I have two datas: 1minute and 5minute bar. But in he next, only a 5miniute...
Hi, thanks for the package. I tried to run it with mt5 but to reduce the backfill time i tried running with backfill_from=data where data is a pandas feed. but...
When a stop loss is hit there is no signal being generated back to backtrader. I've worked with direct borker APIs like OANDA and when a SL is triggered, notify_trade...
After following the installation instructions and copying your example, I get this. I looked in the site-packages folder and I do not see the code that is on this GitHub....