Backtrader-MQL5-API
Backtrader-MQL5-API copied to clipboard
Multiple Strategy Integration
trafficstars
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 testing) their assets(cash and analyzers result) effect each other and final result is result of all strategies together. I want this result be separated and can be reviewed separately.
I just can use multiple mt5 on same system but the hard coded port allocation prevent from doing this. Is there any other ways for doing this or I should add this changes to this repo and JSON repo?
Thank you for answering in advance