Hello there.
Please add alert color change...
Re: MT4 Indicators with alerts/signals
1604hi,
can some one help me in locating ift rsi + alerts indi. by mrtools
thanks in advance
can some one help me in locating ift rsi + alerts indi. by mrtools
thanks in advance
Re: MT4 Indicators with alerts/signals
1605topi wrote: Thu Jun 21, 2018 5:01 pm hi,
can some one help me in locating ift rsi + alerts indi. by mrtools
thanks in advance
Hello topi
I have this version (attached) 'ift rsi (alerts + arrows + fl's).ex4'. This is the link to where it has been uploaded by Mr Tools (RSI indicators, post 1004):
viewtopic.php?p=1295375112#p1295375112
Regards
Holmes27
Re: MT4 Indicators with alerts/signals
1606good day all my boss in the house, please i need alert for this indicator and also correct it from repainting, lagging and change in direction of arrow while already in trade. its a very good indicator if the bugs are fixed. thanks in anticipation
Re: MT4 Indicators with alerts/signals
1607Not 100% sure but think it is a old renamed and decompiled version of Rsioma done by Mladen or I, looks like the arrows and alerts were added by someone else but not done correctly.. Pretty sure there are some newer version here in the forum,probably in the rsi section.binarytrades wrote: Fri Jun 22, 2018 6:55 pm
good day all my boss in the house, please i need alert for this indicator and also correct it from repainting, lagging and change in direction of arrow while already in trade. its a very good indicator if the bugs are fixed. thanks in anticipation
Re: MT4 Indicators with alerts/signals
1608please can you help me out with a better version, i love this indicator, so i need the bugs fixedmrtools wrote: Fri Jun 22, 2018 8:03 pm
Not 100% sure but think it is a old renamed and decompiled version of Rsioma done by Mladen or I, looks like the arrows and alerts were added by someone else but not done correctly.. Pretty sure there are some newer version here in the forum,probably in the rsi section.
Re: MT4 Indicators with alerts/signals
1609Dear,
Would you mind to add alerts when red or blue dots pop up beside this indicator you got many variety to choose oscillator which is the best suit your trading style. Whish you best trading
case 1: Oscil[shift] = iAC(NULL,0,shift)+1; break;
case 2: Oscil[shift] = iAD (NULL,0,shift); break;
case 3: Oscil[shift] = iADX (NULL,0,period,applied_price,mode,shift); break;
case 4: Oscil[shift] = iATR (NULL,0,period,shift); break;
case 5: Oscil[shift] = iAO (NULL,0,shift)+1; break;
case 6: Oscil[shift] = iBearsPower(NULL,0,period,applied_price,shift)+1; break;
case 7: Oscil[shift] = iBullsPower (NULL,0,period,applied_price,shift)+1; break;
case 8: Oscil[shift] = iCC I(NULL,0,period,applied_price,shift)+1000; break;
case 9: Oscil[shift] = iDeMarker (NULL,0,period,shift); break;
case 10: Oscil[shift] = iForce (NULL,0,period,ma_method,applied_price,shift)+100; break;
case 11: Oscil[shift] = iMomentum (NULL,0,period,applied_price,shift); break;
case 12: Oscil[shift] = iMF I(NULL,0,period,shift); break;
case 13: Oscil[shift] = iMACD (NULL,0,fast_ema_period,slow_ema_period,signal_period,applied_price,mode,shift)+1; break;
case 14: Oscil[shift] = iOsMA(NULL,0,fast_ema_period,slow_ema_period,signal_period,applied_price,shift)+1; break;
case 15: Oscil[shift] = iOBV(NULL,0,applied_price,shift)/10000000+100; break;
case 16: Oscil[shift] = iRVI(NULL,0,period,mode,shift)+1; break;
case 17: Oscil[shift] = iStdDev(NULL,0,period,ma_shift,ma_method,applied_price,shift); break;
case 18: Oscil[shift] = iStochastic(NULL,0,Kperiod,Dperiod,slowing,ma_method,price_field,mode,shift); break;
case 19: Oscil[shift] = Volume[shift]; break;
case 20: Oscil[shift] = Close[shift]; break;
case 21: Oscil[shift] = Open[shift]; break;
case 22: Oscil[shift] = High[shift]; break;
case 23: Oscil[shift] = Low[shift]; break;
case 24: Oscil[shift] = (High[shift]+Low[shift])/2; break;
case 25: Oscil[shift] = (High[shift]+Low[shift]+Close[shift])/3; break;
case 26: Oscil[shift] = (High[shift]+Low[shift]+Close[shift]+Close[shift])/4; break;
case 27: Oscil[shift] = (Open[shift]+Close[shift]+High[shift]+Low[shift])/4; break;
case 28: Oscil[shift] = (Open[shift]+Close[shift])/2; break;
case 29: Oscil[shift] = iRS I(NULL,0,period,applied_price,shift); break;
case 30: Oscil[shift] = iWPR (NULL,0,period,shift); break;
Would you mind to add alerts when red or blue dots pop up beside this indicator you got many variety to choose oscillator which is the best suit your trading style. Whish you best trading
case 1: Oscil[shift] = iAC(NULL,0,shift)+1; break;
case 2: Oscil[shift] = iAD (NULL,0,shift); break;
case 3: Oscil[shift] = iADX (NULL,0,period,applied_price,mode,shift); break;
case 4: Oscil[shift] = iATR (NULL,0,period,shift); break;
case 5: Oscil[shift] = iAO (NULL,0,shift)+1; break;
case 6: Oscil[shift] = iBearsPower(NULL,0,period,applied_price,shift)+1; break;
case 7: Oscil[shift] = iBullsPower (NULL,0,period,applied_price,shift)+1; break;
case 8: Oscil[shift] = iCC I(NULL,0,period,applied_price,shift)+1000; break;
case 9: Oscil[shift] = iDeMarker (NULL,0,period,shift); break;
case 10: Oscil[shift] = iForce (NULL,0,period,ma_method,applied_price,shift)+100; break;
case 11: Oscil[shift] = iMomentum (NULL,0,period,applied_price,shift); break;
case 12: Oscil[shift] = iMF I(NULL,0,period,shift); break;
case 13: Oscil[shift] = iMACD (NULL,0,fast_ema_period,slow_ema_period,signal_period,applied_price,mode,shift)+1; break;
case 14: Oscil[shift] = iOsMA(NULL,0,fast_ema_period,slow_ema_period,signal_period,applied_price,shift)+1; break;
case 15: Oscil[shift] = iOBV(NULL,0,applied_price,shift)/10000000+100; break;
case 16: Oscil[shift] = iRVI(NULL,0,period,mode,shift)+1; break;
case 17: Oscil[shift] = iStdDev(NULL,0,period,ma_shift,ma_method,applied_price,shift); break;
case 18: Oscil[shift] = iStochastic(NULL,0,Kperiod,Dperiod,slowing,ma_method,price_field,mode,shift); break;
case 19: Oscil[shift] = Volume[shift]; break;
case 20: Oscil[shift] = Close[shift]; break;
case 21: Oscil[shift] = Open[shift]; break;
case 22: Oscil[shift] = High[shift]; break;
case 23: Oscil[shift] = Low[shift]; break;
case 24: Oscil[shift] = (High[shift]+Low[shift])/2; break;
case 25: Oscil[shift] = (High[shift]+Low[shift]+Close[shift])/3; break;
case 26: Oscil[shift] = (High[shift]+Low[shift]+Close[shift]+Close[shift])/4; break;
case 27: Oscil[shift] = (Open[shift]+Close[shift]+High[shift]+Low[shift])/4; break;
case 28: Oscil[shift] = (Open[shift]+Close[shift])/2; break;
case 29: Oscil[shift] = iRS I(NULL,0,period,applied_price,shift); break;
case 30: Oscil[shift] = iWPR (NULL,0,period,shift); break;
Attachments
Re: MT4 Indicators with alerts/signals
1610Looks like the arrows are drawn on a mtf rsi/rsi ma cross and wasn't done by Mladen or me, and being decompiled not going to work on it, sorry!binarytrades wrote: Fri Jun 22, 2018 8:24 pm
please can you help me out with a better version, i love this indicator, so i need the bugs fixed
PS) found this version might be close except it draws the rsi and ma in the separate window and arrows on the chart for the cross
Who is online
Users browsing this forum: ChatGPT [Bot], CommonCrawl [Bot], doprotonu and 48 guests