The link of the libary:
https://www.mql5.com/en/code/13697
I attached a tester file (script) to show the problem.
At first the libary works on mql4, If I create only one step fuzzy result and delete all the classes and recreate it on each step, it works fine, but need much more time to work with it. The problem is, after the first result, Inputs.Clear() function delete the firstTerm object, so on the second iteration I dont have data on the input. If I recreate the firstTerm object on each step then, I get another error as an invalid pointer access in the fuzzy system. If I check it, the pointer is there and the object have value, so Iam clueless.
Thank you for your help.
https://www.mql5.com/en/code/13697
I attached a tester file (script) to show the problem.
At first the libary works on mql4, If I create only one step fuzzy result and delete all the classes and recreate it on each step, it works fine, but need much more time to work with it. The problem is, after the first result, Inputs.Clear() function delete the firstTerm object, so on the second iteration I dont have data on the input. If I recreate the firstTerm object on each step then, I get another error as an invalid pointer access in the fuzzy system. If I check it, the pointer is there and the object have value, so Iam clueless.
Thank you for your help.
Attached File(s)
Fuzzy_tester.mq4
3 KB
|
270 downloads
Fuzzy.rar
32 KB
|
281 downloads