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 – library for developing fuzzy models – library MetaTrader 5

Input parameters
Real Author Dmitry Kalyuzhny. FuzzyNet project website – Unzip the archive into the terminal_data_folder. The library codes are located in the <terminal_data_folder>\MQL5\Include\Math\FuzzyNet\ Sample test scripts can be found in the <terminal_data_folder>\MQL5\Scripts\FuzzyNet\ FuzzyNet is one of the most popular mathematical libraries for creating fuzzy models Fuzzy Logic Library for Microsoft.Net (FuzzyNet) is an easy to use … Read more

Fuzzy – library for developing fuzzy models – library MetaTrader 4

Input parameters
Real Author Dmitry Kalyuzhny. FuzzyNet project website – Unzip the archive into the terminal_data_folder. The library codes are located in the <terminal_data_folder>\MQL4\Include\Math\FuzzyNet\ Sample test scripts can be found in the <terminal_data_folder>\MQL4\Scripts\FuzzyNet\ FuzzyNet is one of the most popular mathematical libraries for creating fuzzy models Fuzzy Logic Library for Microsoft.Net (FuzzyNet) is an easy to use … 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