
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
New article An Introduction to Fuzzy Logic has been published:
Author: MetaQuotes Software Corp.
Hi
when i updated metatrader to build 2342
all of samples with fuzzy logic library
return error "incorrect casting of pointers" on MQL5\Include\Math\Fuzzy\RuleParser.mqh Line 712
please help to fix bug
many thanks
hi
thanks for your replay
real author is Dmitry Kalyuzhny. but his coded this library in .Net
But maybe someone else changed the code to mql
i see the author of this article is Дмитрий Калюжный
but I could not find Дмитрий Калюжный profile on mql5
Would you please help me to contact or fix this bug
many thanks
If no one helps on this thread so you can use Freelance for example.
Hi guys,
I have a question regarding the 'linguistic Quantifiers': "slightly", "somewhat", "very", "extremely "...
What is the correct use of them in the ParseRule-function?
If I try something like this:
MamdaniFuzzyRule *rule1 = fsTips.ParseRule("if (service is poor) or (food is rancid) then (tips is very cheap)");
...I get this error: "Conclusion part of the rule should be in form: 'variable is term'"
Where would I have to place the 'very' in the string above?
Help would be much apreciated!
Thanks!