Discuss Moving Average Crossover with Alert indicator (a highly customizable MA crossover indicator) for MT4 and MT5 in this thread. You can ask any questions about this indicator here.
Yeah, there was an array out of range error. Thanks for reporting! You can now re-download the indicator and try again. Make sure it says version 1.03.
It is still showing version 1.02, but I have attached it to observe the main point discussed earlier on.Yeah, there was an array out of range error. Thanks for reporting! You can now re-download the indicator and try again. Make sure it says version 1.03.
If it says 1.02, there is no point. Download again and make sure you are opening and installing the newly downloaded files.It is still showing version 1.02, but I have attached it to observe the main point discussed earlier on.
I have downloaded it again and installed appropriately. However, the problem of no pop up alert/arrow signal still persist when using negative value in the "MA Shift" option for either "fast moving average shift" or "slow moving average shift". It only shows when I refresh the chart.If it says 1.02, there is no point. Download again and make sure you are opening and installing the newly downloaded files.
That's strange, the arrows keep showing up normally even when I set negative shifts. Could you please save the input parameters into a .set file and attach it here, so I could try reproducing this error?I have downloaded it again and installed appropriately. However, the problem of no pop up alert/arrow signal still persist when using negative value in the "MA Shift" option for either "fast moving average shift" or "slow moving average shift". It only shows when I refresh the chart.
Thank you sir, here attached the Moving Average crossover with alert and its SET file tooThat's strange, the arrows keep showing up normally even when I set negative shifts. Could you please save the input parameters into a .set file and attach it here, so I could try reproducing this error?
As for the popup alerts, they won't appear with negatively shifted MA's because the alert check can only be set either to the current candle or to the previous candle. If your negative shift is 2 or more, the cross will never be detected by the alert checking code.
That's 1.02. It looks like you either aren't downloading or not installing the new version.Thank you sir, here attached the Moving Average crossover with alert and its SET file too
Infact, I am confused too about the version 1.02, and I just downloaded from this link again now https://www.earnforex.com/metatrader-indicators/moving-average-crossover-alert/ and its still showing version 1.02 as well.That's 1.02. It looks like you either aren't downloading or not installing the new version.
Thank you a million time for being so patient with me you are a rare gem sir. Now I can see the arrow printing by itself without refreshing the chart. Haa, thank you, thank you, thank you so muchhhhh. You are blessed.
Can you tell me, I have looked at this indicator and have it installed. I am curious about the code 241 and 242 for the arrows. Not ascii, or html, where will I find information about those arrows? I would like them to be a different color and solid rather than an outline. Thanks for your time.
There is a chart for it, I have it. However, I do not know whether it is permitted to upload such thing in this forum. You need to ask the Admin for permission.Can you tell me, I have looked at this indicator and have it installed. I am curious about the code 241 and 242 for the arrows. Not ascii, or html, where will I find information about those arrows? I would like them to be a different color and solid rather than an outline. Thanks for your time.
It is windings chart, I located it in the mt5 editor. The 241.242 can be changed to 233,234 for solid arrows. I found code that calls for red and green arrows but when I change the colors and tried to recompile I had 16 errors. I did not understand why, and they were in areas of code that I did not feel what I did should have caused those errors. But the arrows are better being solid for me.There is a chart for it, I have it. However, I do not know whether it is permitted to upload such thing in this forum. You need to ask the Admin for permission.
Concerning that indicator, I wanting to change the arrows to solid and found in MetaEditor the windings chart to change them to solid by change 241 and 241 in the inputs to 233,234 I think in lines 15&16 are the colors for those indicators. I made a change to the colors and it did not recompile. I have attached the code and the errors perhaps you could tell me how to over come this. A portion of the error was about the 2 files in the include folder. They were installed in MT5 MQL5>Include and were still present in my downloads folder where I unzipped them.
Are you sure the two .mqh files are in the /MQL5/Include subfolder of the platform you are compiling the .mq5 in?Concerning that indicator, I wanting to change the arrows to solid and found in MetaEditor the windings chart to change them to solid by change 241 and 241 in the inputs to 233,234 I think in lines 15&16 are the colors for those indicators. I made a change to the colors and it did not recompile. I have attached the code and the errors perhaps you could tell me how to over come this. A portion of the error was about the 2 files in the include folder. They were installed in MT5 MQL5>Include and were still present in my downloads folder where I unzipped them.
Thank you , I checked again and they were not in the required include folder. I have changed to solid arrows by changing line 67 and 68 and changing arrow colors by changing lines 311 and 318 then recompiled without error. Thanks for the help.Are you sure the two .mqh files are in the /MQL5/Include subfolder of the platform you are compiling the .mq5 in?