Discussion of article "An Introduction to Fuzzy Logic" - page 3

 
MetaQuotes:

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

 
Milad Nadi:

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

I am not a coder (I can not help sorry).
If no one helps on this thread so you can use Freelance for example.
Trading applications for MetaTrader 5 to order
Trading applications for MetaTrader 5 to order
  • www.mql5.com
I am looking for an experienced developer who can look at my profitable strategy and reduce the risk profile by provided recommendations and then implementing the proposed solution. Please ping me and will provide more details. Thanks I need an expert advisor based on some indicator like HEikin AShi, super trend, Parabolic SAR,rsi and...
 

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!