Discussion of article "Practical Implementation of Digital Filters in MQL5 for Beginners"

 

New article Practical Implementation of Digital Filters in MQL5 for Beginners is published:

The idea of digital signal filtering has been widely discussed on forum topics about building trading systems. And it would be imprudent not to create a standard code of digital filters in MQL5. In this article the author describes the transformation of simple SMA indicator's code from his article "Custom Indicators in MQL5 for Newbies" into code of more complicated and universal digital filter. This article is a logical sequel to the previous article. It also tells how to replace text in code and how to correct programming errors.

Author: Nikolay Kositsin

 

DLL is not loaded for some reason writes that the library is not 64x

 
anderson83ad:

DLL is not loaded for some reason writes that the library is not 64x

Let me raise the topic :)

Also writes: "DF.dll' is not 64-bit version. I went to fx.qrz.ru, downloaded four necessary dlls from there, but still the same.

Is there any way to connect them to a 64-bit MT?

Doesn't anyone have a 64-bit version of these libraries?

It would be better, of course, to have formulas for calculating VLF coefficients :) Then you could write their calculation in MQL yourself.

Thanks to those who will help!

PS If there are no such people :) I will have to put a 32-bit MT on a virtual machine, write an expert there to get arrays of coefficients and write them to a file. And then load them from the file.

I need these coefficients for all TFs from M1 to 250 minutes with a discreteness of a minute. That's why I can't use only standard TFs


 
Author, attach DLL sources so that guys can compile it for x64 or compile it yourself and post it.