Attachments forums

Re: Action Threshold Trading System

Xpl0ad3r, Fri Apr 24, 2026 3:37 am

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?
Thanks for reporting it.

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
For VoidTrail, the difference is usually small in real use. It does quite a lot behind the scenes, but it is built efficiently to avoid unnecessary recalculation, so AVX2 normally just gives a small extra performance boost.

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
All files in topic