I have updated FPI - 100% correction. Now it works with LoFPI and HiFPI inputs.
I just wanted to tell you something. We have one biggest issue with this EA
1. Trade execution times are seriously slow for one ring.
For example: Steps
1. Open EURUSD trade then wait for ticket number (200ms)
2. Then open GBPUSD trade then wait for ticket number (another 200ms)
3. Then open EURGBP trade then wait for ticket number (another 200ms)
Total speed for three currencies: 600ms. Same with 3 closing trades = another 600ms.
Because it is on one channel.
Resolution :
-Create memory bus via DLL .
-Open EURUSD, GBPUSD and EURGBP at the same time (200ms) without queue.
-Total speed for three currencies: 200ms. Same with 3 closing trades = another 200ms.
-New design that based on multiple channels without queuing.
Just For Your Information, I'm still working on it.