Free Fuzzy Logic Library functions – library MetaTrader 5

Free Fuzzy Logic Library functions - library for MetaTrader 5
The Fuzzy Logic – is a modern science, used in many fields, for example, it has military applications. Now it’s available for the traders. Why Fuzzy Logic? There are some systems, easily can be solved by human, but it’s difficult to program these systems. In such cases Fuzzy Logic can help. It’s very close to … Read more

Fuzzy logic – EA MetaTrader 5

Fuzzy logic tester
Author of the idea — Alexey Kiyanitsa, author of the MQL5 code — barabashkakvn.  An assessment is made based on the values of five indicators (Gator, WPR, AC, DeMarker and RSI). Uses trapezoidal membership functions. Before sending a trade request, it checks if funds on the account are enough. Parameters    double arGator[8]    ={0.010,0.020,0.030,0.040,0.040,0.030,0.020,0.010};    double arWPR[8]      ={-95,-90,-80,-75,-25,-20,-10,-5};    double arAC[8]       ={0.05,0.04,0.03,0.02,0.02,0.03,0.04,0.05}; … Read more