I have 3 indicators that re no longer working with the new MT4.
Can some coder correct them to work?
Thank you coders!
Can some coder correct them to work?
Thank you coders!
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
double MA_Signal = iMA(Symbol(),0,FastMa,FastMaShift,FastMaMode,FastMaPrice,0);
double MA_Up = iMA(Symbol(),0,UpperMa,UpperMaShift,UpperMaMode,UpperMaPrice,0);
double MA_Low = iMA(Symbol(),0,LowerMa,LowerMaShift,LowerMaMode,LowerMaPrice,0);
double Bbup = iCustom(Symbol(),0,"BBandsStop",Length,Deviation,MoneyRisk,4,Shift);
double Bbdown = iCustom(Symbol(),0,"BBandsStop",Length,Deviation,MoneyRisk,5,Shift);
double Ma_Bid_Diff = MathAbs(MA_Signal - Bid)/Point;
if ( Ma_Bid_Diff > MAOpenDistance && Bid > MA_Signal && MA_Signal>MA_Up && MA_Up>Bbup ) Signal = 1;
if ( Ma_Bid_Diff > MAOpenDistance && Bid < MA_Signal && MA_Signal<MA_Low && MA_Low<Bbdown ) Signal = -1; Dislikedit is my humble request to all great coder of this thread ..to look this indicator and modify options to off /on parameter so we can see only ma or stoch/macd row/...not all arow ..just one row and add time frame column ..so as reult we can see ..say all pair at 1h/4h/day time above 200ma green arow and below red arow .thanks in advance.i posted same thing earlier and find this indicator wich is attached you can check Post 5,818 {image} {file}Ignored
Disliked{quote} I have changed the logic to be signalled off the RSI cross and the CCI just needs to be in the same direction above/below its level, an Alert message is already coded into the indicator ( Audible_Alerts = true; ). The CCI has been coded into the indicator and the CCI level can now be any value for example 50/100/250 etc as previously it could only be used as 0. {file}Ignored
DislikedI have 3 indicators that re no longer working with the new MT4. Can some coder correct them to work? Thank you coders! {file} {file} {file}Ignored
DislikedHi, I really appreciate if any of the fabulous Coders here could have a closer look to 1 existing indicator and 1 idea: -I am trying to find an Indicator which draws an arrow if: - 2 consecutive Candles make the LowestLow (LL) within 2 pips and - 2 consecutive Candles make the HighestHigh (HH) within 2 pips . -And the Indicator PPZ.mq4 would be helpful if it could be show the next 2 Higher Timeframes in the Chart: Example=Trading the D1(daily)-TF-Chart = Indicator show up the W1 (weekly) -TF and the MN (monthly) -TF in the D1-Chart. Thanks again...Ignored
DislikedHi guys. I'm looking for someone who can help me code this Hedging strategy in to an Expert Advisor, it should be able to run 24/5, and it must open a new hedging position based on the previous bar close e.g. If a previous bar closed as a bear candle bar then it will open a sell position and hedge it with a buy stop and well the opposite applies.. So if there's anyone please contact me directly via my email: [email protected] ("[email protected]") Thanks in advance.{image}Ignored
Disliked{quote} Back again guys. Is there anyone who have more EAs based on this strategy or who can code it to function as illustrated on the image and an option to adjust Lots size.Ignored
Disliked{quote} Woulc be great if someone would have alook at it. And I think there is also a benefit for your Trading as well. With a system these levels are solid for sure. And the idea for an Indi ,too. Thanks for your attention. Regards Zack {file} {file}Ignored
DislikedHi METATRADER and any other great coders here. Kindly help me to add pop up notification and a sound alert to this indicator Thanks {file}Ignored
DislikedHi METATRADER and any other great coders here. Kindly help me to add pop up notification and a sound alert to this indicator Thanks {file}Ignored
Disliked{quote} ah ... I do not remember because of growing old ...I found again in my computer...I know you're not stingy in sharing your indi
... ============ - Close all at pips profit It has only 2 parameters : CloseAtPipsProfit and AllSymbols. - if AllSymbols is set to true it will look into every order, otherwise it will test only the chart symbol for profits - if CloseAtPipsProfit is set to <= 0, the EA will not do anything (it assumes that you want to close at positive profit and not some negative profit). If set to > 0 it will examine...
Ignored
Disliked{quote} what is tha use..method of this indicator ..please share with usIgnored
Disliked{quote} zackery- Its very unlikely that someone would do what you are requesting for free.Ignored
Disliked{quote} modanetfx- It looks like in the EMA cross/MA cross with very outdated code even though it might run on current MT4 build I would highly recommend looking for an MA Cross indicator that already has alerts on. There are boatloads of up-to-date MA cross indicatorsIgnored