I found this EA on GitHub and it looks interesting enough
I wasn't able to make it profitable, but it has a lot of settings so maybe you can find a profitable setting
I fixed the EA using ChatGPT:
- OBI is explicitly disabled in the Strategy Tester — the original code returns TESTER: N/A.
- VPIN has a bug: its tick-consumption loop effectively processes only one new tick, so VPIN buckets may never form correctly.
- TradeManager forces ORDER_FILLING_IOC, which can be rejected by the tester/broker depending on the symbol's supported filling mode
just extract the zip file into a folder inside Experts folder
set TimeFrame to M1 and use "every tick based on history"
the backtest can't simulate Order Book data so live trading will be different from backtests
please share settings if you find somethign working, thanks
https://github.com/CampeloMarcos/mt5-mi ... re-scalper