So, now we have the following options:
1. Apply MA Filter = false && Apply MACD Filter = false -> No filters are used
2. Apply MA Filter = true && Apply MACD Filter = false -> Only MA Filter is used (Bid>=MA -> Buy only | Ask<=MA -> Sell only)
3. Apply MA Filter = false && Apply MACD Filter = true -> Only MACD Filter is used (MACD<Signal -> Sell only | MACD>Signal -> Buy only)
4. Apply MA Filter = true && Apply MACD Filter = true -> Both filters are used (Confluence of both).
Additionally, when the filters are used, there are PopUp Message Box Warnings when wrong direction button is pressed.
Attached File(s)
Do not change the file name!!!
Also the MT4 version:
Attached File(s)
Do not change the file name!!!
.ex4/.ex5 files can't be fixed or modified / I'm not a coder!
2