Backtrader-MQL5-API icon indicating copy to clipboard operation
Backtrader-MQL5-API copied to clipboard

Multiple Strategy Integration

Open aliraad79 opened this issue 3 years ago • 0 comments
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

aliraad79 avatar Jul 21 '22 11:07 aliraad79