Hello,this indicator attached,sometimes doesn't alert about buy or sell signal arrow,if someone can fix the bug,I can pay if is needed.
Attached File(s)
Help Fix Bug in Daily-Weekly-Monthly Hi-Low indicator 5 replies
Little help to fix a simple range indicator 5 replies
Need a little fix for that trading plan 8 replies
Indicator fails to display - need help to fix 4 replies
Need someone to fix bugs in my indicator 3 replies
DislikedHello,this indicator attached,sometimes doesn't alert about buy or sell signal arrow,if someone can fix the bug,I can pay if is needed. {file}Ignored
DislikedFixed. Erroneous curly braces and the compiler silently ignored it. Caused the alerts to be skipped because some array vars weren't computed. {file}Ignored
Disliked...let me know if you want some fee for your amzing work please...Ignored
Disliked{quote} Thanks my friend,to fix this indicator,it must have some type of bug,but 3/4 mt4 coders,says no bug is found on indicator. Im really apreciate for that,let me know if you want some fee for your amzing work please. Best Regards.Ignored
Disliked{quote} It wasn't a bug in the way of bad code syntax, since it compiled fine. But yes, a bug with a bad flow through the code. When utterly confused by why code is behaving badly, it may help to "Style" it, which helps to see how it is interpreting the flow. Those extra curly braces surround a big block of code, and since it's the true result to an "if(condition...) { {...} }" it doesn't flow through as you would expect. But with the actual indentations, it may jump out easier what is the problem. The original "look": {image} Run the styler: {image}...Ignored
DislikedFixed. Erroneous curly braces and the compiler silently ignored it. Caused the alerts to be skipped because some array vars weren't computed. {file}Ignored
Disliked{quote} It wasn't a bug in the way of bad code syntax, since it compiled fine. But yes, a bug with a bad flow through the code. When utterly confused by why code is behaving badly, it may help to "Style" it, which helps to see how it is interpreting the flow. Those extra curly braces surround a big block of code, and since it's the true result to an "if(condition...) { {...} }" it doesn't flow through as you would expect. But with the actual indentations, it may jump out easier what is the problem. The original "look": {image} Run the styler: {image}...Ignored
Disliked{quote} Hello RosaSurfer,after test it,i see still some signals doesnt come,no alert window,no alert pop-up,no evidence of signal,and trades show that no signal come,can you please kindly re-check again? Yellow circles,is where it fail,thank you. Best Regards.4896426 {image}Ignored
Disliked{quote} After re-reading your post I assume you use the indicator with an EA. Is that correct? So you also want the indicator buffers for signals to update correctly? Are you aware that the issue may as well be with your EA? I have the indicator running on M1 for some time now, and it gives the alerts correctly. Try to reproduce the issue and give a more concrete example. Make a screenshot with missing trades and alert dialog open, so we can see the triggered alerts and the corresponding trades. Also post the source code of the EA if you have it....Ignored
Disliked{quote} After re-reading your post I assume you use the indicator with an EA. Is that correct? So you also want the indicator buffers for signals to update correctly? Are you aware that the issue may as well be with your EA? I have the indicator running on M1 for some time now, and it gives the alerts correctly. Try to reproduce the issue and give a more concrete example. Make a screenshot with missing trades and alert dialog open, so we can see the triggered alerts and the corresponding trades. Also post the source code of the EA if you have it....Ignored
DislikedHere we can check on yelow circle,that buy trades,doesnt close at signal sell,once again,no signal as come into alert window or mobile phone,i have check history tab and no alert at this time,at this price. Then buy orders,with big DD,come closed into orange circle sell signal. Here on orange,alert become. If indicator as given alert at yelow circle,the buy orders have been closed,and a sell order become opened. i dont know its a bug or its ok and its because no indicator cant predict the market,but in my view,if arrrow is there on chart,it should...Ignored
Disliked{quote} Please post the settings file you use for the EA. I can load it on a server and leave it running for a day. Until now it looks like an EA error to me. Indicator seems to signal and alert OK. We can narrow it down to: If an arrow appeared on screen during a real market, then there was an alert and the buffer was correctly set. With an EA there are too many things that can go wrong. The EA may be faulty, the connection to your broker may interrupt, especially at levels with crucial volatility like today morning, especially if it's a demo account....Ignored
DislikedI think broker, its afraid of this Strategy :-) and manipulate the chart or indicator ! during the night it was +600$ profit,the closed at 150$ profit...because of that bug on alerts.Ignored
Will try to reproduce in tester and see whether I can fix it.