Thanks for reporting it.Shink wrote: Thu Apr 23, 2026 11:46 pm Hi Xpl0ad3r!
I tried to use the VoidTrail Indicator, but I had the following error:
2026.04.23 00:31:46.583 MQL5 your CPU architecture does not allow to run the file 'VoidTrail.ex5': AVX2 required, you have AVX only.
Do you know something about that?
That usually means the file was compiled with an AVX2 CPU requirement, while your processor supports AVX but not AVX2.
To make it simple:
- AVX2 = newer instruction set, a bit more optimized on supported CPUs
- AVX = older / more widely compatible instruction set
In short:
- If your CPU supports AVX2, use this version
- If it does not, use the one below
- You are not missing some major feature, both versions work the same