Code blocks for “Counters” like Count “X” time and pass – EA MetaTrader 5

Code blocks for "Counters" like Count "X" time and pass - expert for MetaTrader 5
01. Count “X” Times and then pass. Step 01 – Created a variable for set the count limit. you can use it as an input parameter as well of optimization in your code.  Step 02 – Create another variable to store the counted limit (How many times it has been counted). Step 03 – Once … Read more

Multi pass average filter – indicator MetaTrader 5

Multi pass average filter - indicator for MetaTrader 5
Definition : In theory almost everything average like can be a digital filter too (it is just a matter of finding corresponding coefficients – sma , for example, has all “1” for coefficients), but this indicator goes directly into that category even though it does not use coefficients in this version. Avoiding coefficients in this … Read more