Dear Coders i downloaded this indicator from this forum only its by mcladen. can some add alerts (sound, popup and mobile push notification) only for HL & LH. It will be helpful for me to trade on the go please.
Attached File(s)
I will code your pivot EAs for no charge 28 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
DislikedHi, i don't really need you to make me an indicator or EA, just tell me where my code is wrong. So i want make a function to close all open orders(regardless of order type) after reach target profit, but somehow, the EA only close buy or only close sell after reaching target profit. Here's the code: void close(bool accumulation, double target){ if (accumulation == true){ double orderProfit = 0; for (int i=0; i<OrdersTotal(); i++){ if (OrderSelect(i, SELECT_BY_POS, MODE_TRADES) == true){ orderProfit += OrderProfit(); if (orderProfit >= target){ for...Ignored
Disliked{quote} Thank you for your kind words, but I'm afraid you misjudge me: Most of my responses are motivated by personal boredom rather than kindness. I tend to avoid EA requests, and requests for alerts; I dislike working with other programmers' code; and I undertake only jobs that are either quick'n'easy, or somehow useful or appealing to me personally (which is rare). I'm not sure that my tacitly encouraging the use of indicators is helping anybody to become profitable in the long run. I guess you haven't read my rants about thieving pirates and...Ignored
Disliked{quote} Just a guess, but try something like: for(int j=0;j<ArraySize(MultiplePairs);j++) { string Fut_Name = MultiplePairs[j]; if(iClose(Fut_Name,0,0) > iClose(Fut_Name,0,1) && previousTime!=iTime(Symbol(),0,0) ) { Alert("Close is Higher for " +Fut_Name); previousTime=iTime(Symbol(),0,0); } }Ignored
Disliked{quote} Just to say this is how your indicator can be used even MORE effectively. Standard setting with overlay of a 34 setting with all colours, except white, deleted - so you have 2 indicators in one window. The 50 level was important so I put a stronger (yellow) line in the window for ease of viewing as well as putting coloured areas over 85 and under 15 as areas of interest, 'target/exit/divergence' areas. Thanks - and stay patient. George {image}Ignored
Disliked{quote} "AMA bands alerts" Here is Mrtools AMA ver Actually it is KAMA (Kaufman Adaptive ma) includes full alerting package double bands (selectable true/false) means can be used any one (inner/outer) or both dual bands types (sample correction and or non sample correction) - selectable type and width {image} {image} {image} {file} {file}Ignored
Dislikedi have one question. My broker published mq4 indicator (editable, public) however it is dedicated to market watch content of this broker. I find this utility extremely helpful and somewhat complimentry to your "signal" tool. Maybe you would like to check it if you find sth valuable for "signal" tool. I believe that you will find it inspiring.Ignored
DislikedYou've created many good indicators. It can upset you because people ask for nonsense that makes no sense. Coming up with some stupidity that I will forget tomorrow, please, because they have it for free. Make a price for the service will stop asking. regaedIgnored
DislikedPlease, can a simple basic EA be created with the attached indicator. Start trade at the end of the 1st bar of the signal, and end trade when opposite signal appear. SL and TP, etc.... I am testing it on some higher TF's, and it is not doing that bad at all. Still testing with Halftrend indi acting as filter..... trying with different settings, looking possitive. So maybe this should be included into the EA please. Thank you very much. {file} {file}Ignored
Disliked{quote}Sorry but I don't understand. What is your question? And how would I find the utility that you mentioned? {quote} Thanks for your kind words. It's not worth charging a fee, because it obligates the programmer to a lifetime of providing support, and (in the case of EAs) you end up spending many hours troubleshooting situations where the client believes that the EA is wrongly opening/closing trades, or missing trades that it should have opened. Sometimes this is caused by a bug, but I find that often it's either the client's lack of understanding,...Ignored
Disliked{quote} I follow this thread just for fun. I don't want to offend anyone because I don't know these people. If they are traders, it's ok. I imagine situations when they go to a qualifying interview for the position of trader. They talk to their superiors and show these indicators as their trading system. Will she get a trader position? Just for fun. regardIgnored
Disliked{quote} Man, you have no idea what you're asking for. Do you think that something cool looks on the historical plot will work on the real market? How you described what you expect from Ea is world championship. Live your dreams. for people who are asking for free EA, think it makes sense. you will stop making fun of yourself.Ignored
Disliked{quote} Did he ask for your opinion? Let me remind you of the title of this thread: "I will code your EAs and Indicators for no charge" People are here asking for help, because they have been invited to do so. They are not here to be verbally abused by critics who are just here "for fun."Ignored
DislikedHello Traders, can someone please tell me what is the indicator that shows the pullback as in the screen?{image}Ignored
DislikedI follow this thread just for fun. I don't want to offend anyone because I don't know these people. If they are traders, it's ok. I imagine situations when they go to a qualifying interview for the position of trader. They talk to their superiors and show these indicators as their trading system. Will she get a trader position? Just for fun.Ignored
DislikedLong story short: I am trying to get an indicator (PipValueCalculatorV1_02.mq4) to work as a custom indicator in StrategyQuant EA Wizard for using the PipValue as the output of the indicator; however, I keep getting the error of "Indicator doesn't contain any output data, it cannot be used as EA." So, I am wondering, "How can I solve it?" Any guidance would be hot at this point...Ignored
DislikedHello Traders, can someone please tell me what is the indicator that shows the pullback as in the screen?{image}Ignored