Page 1211 of 2042

Re: MT4 Indicator requests and ideas

Posted: Sat Feb 06, 2021 8:33 am
by traderokey
mrtools wrote: Sat Feb 06, 2021 8:27 am

Posted it here Step indicators
Wow!! Thank you Mrtools. You're the best.

Re: MT4 Indicator requests and ideas

Posted: Sat Feb 06, 2021 8:47 am
by Beastie
Dear Mr Tools,

Previously you kindly added a histogram to the Jurik Volty Bands for me. In an effort to further supercharge it, would it be possible to add an extended list of averages to the standard four, and it would be hella good if the averages could 'change colour on slope change' (possibly with a shadow for definition)?

Cheers bud!

Re: MT4 Indicator requests and ideas

Posted: Sat Feb 06, 2021 9:01 am
by Beastie
Sorry for spamming the thread, it's Friday night in lockdown!

Averages 9.4 with on/off button is bloody lovely. However it’s always frustrated me that the ability to apply bands is done in pips. Would it be possible to add an option to set bands in ATR?

Apologies if such a version already exists!

Cheers chaps.

Re: MT4 Indicator requests and ideas

Posted: Sat Feb 06, 2021 4:19 pm
by Deez
pacois wrote: Sat Feb 06, 2021 7:39 am

Try!!
Thanks for the help Pacois, but your arrows are different from indicators - see pic.

Re: MT4 Indicator requests and ideas

Posted: Sat Feb 06, 2021 8:25 pm
by pacois
Deez wrote: Sat Feb 06, 2021 4:19 pm

Thanks for the help Pacois, but your arrows are different from indicators - see pic.
Hi Deez, I see, maybe I have the wrong buffer, the ones you want are the colored dots? Thanks.

Re: MT4 Indicator requests and ideas

Posted: Sat Feb 06, 2021 10:42 pm
by alif
hi Mr.Tools...please add 1 more histogram mode to this indicator if possible, as in the attached image.
Thank you..

Re: MT4 Indicator requests and ideas

Posted: Sat Feb 06, 2021 10:53 pm
by thomdel
@mrtools

Respected Sir,

Request you to please make a Histo version of this Indi : Volatility quality Stridsman averages (mtf + alerts + arrows)
The Histo version of this Indi which is available on forum misses this option : colour change on : dropdown menu to select.


Thanks for your Generosity.
Thanks.

Re: MT4 Indicator requests and ideas

Posted: Sun Feb 07, 2021 12:05 am
by society
Can we get this mtf and alerts?
Gracias!

Re: MT4 Indicator requests and ideas

Posted: Sun Feb 07, 2021 12:16 am
by Deez
pacois wrote: Sat Feb 06, 2021 8:25 pm

Hi Deez, I see, maybe I have the wrong buffer, the ones you want are the colored dots? Thanks.
That worked..can you tell me or show me what you did - how you called the buffers. It's been driving me crazy.

This is what I was doing:

Code: Select all

double Arrowup = iCustom(TradePair[i],TradePeriodTF[j],"UniZigZagChannel_v2.4 600+",TimeFrame,UpBandPrice,LoBandPrice,BreakOutMode,ReversalValue,RetraceMethod,ATRperiod,
                            ShowZigZag,ShowSignals,ShowPriceChannel,ZigZagChannelMode,"",Show123Pattern,BullishColor,BearishColor,FontSize,LineWidth,
                            "",TrendChannelMode,PivotFromRight,PivotsFromLeft,UpTrendChannelColor,DnTrendChannelColor,UniqueName,
                            "",AlertOn,AlertShift,SoundsNumber,SoundsPause,UpTrendSound,DnTrendSound,EmailOn,EmailsNumber,PushNotificationOn,8,0); 
                            
                            
         double Arrowdn = iCustom(TradePair[i],TradePeriodTF[j],"UniZigZagChannel_v2.4 600+",TimeFrame,UpBandPrice,LoBandPrice,BreakOutMode,ReversalValue,RetraceMethod,ATRperiod,
                            ShowZigZag,ShowSignals,ShowPriceChannel,ZigZagChannelMode,"",Show123Pattern,BullishColor,BearishColor,FontSize,LineWidth,
                            "",TrendChannelMode,PivotFromRight,PivotsFromLeft,UpTrendChannelColor,DnTrendChannelColor,UniqueName,
                            "",AlertOn,AlertShift,SoundsNumber,SoundsPause,UpTrendSound,DnTrendSound,EmailOn,EmailsNumber,PushNotificationOn,9,0); 


But nothing happened....

Re: MT4 Indicator requests and ideas

Posted: Sun Feb 07, 2021 12:37 am
by pacois
Deez wrote:

That worked..can you tell me or show me what you did - how you called the buffers. It's been driving me crazy.

This is what I was doing:

Code: Select all

double Arrowup = iCustom(TradePair[i],TradePeriodTF[j],"UniZigZagChannel_v2.4 600+",TimeFrame,UpBandPrice,LoBandPrice,BreakOutMode,ReversalValue,RetraceMethod,ATRperiod,
                            ShowZigZag,ShowSignals,ShowPriceChannel,ZigZagChannelMode,"",Show123Pattern,BullishColor,BearishColor,FontSize,LineWidth,
                            "",TrendChannelMode,PivotFromRight,PivotsFromLeft,UpTrendChannelColor,DnTrendChannelColor,UniqueName,
                            "",AlertOn,AlertShift,SoundsNumber,SoundsPause,UpTrendSound,DnTrendSound,EmailOn,EmailsNumber,PushNotificationOn,8,0); 
                            
                            
         double Arrowdn = iCustom(TradePair[i],TradePeriodTF[j],"UniZigZagChannel_v2.4 600+",TimeFrame,UpBandPrice,LoBandPrice,BreakOutMode,ReversalValue,RetraceMethod,ATRperiod,
                            ShowZigZag,ShowSignals,ShowPriceChannel,ZigZagChannelMode,"",Show123Pattern,BullishColor,BearishColor,FontSize,LineWidth,
                            "",TrendChannelMode,PivotFromRight,PivotsFromLeft,UpTrendChannelColor,DnTrendChannelColor,UniqueName,
                            "",AlertOn,AlertShift,SoundsNumber,SoundsPause,UpTrendSound,DnTrendSound,EmailOn,EmailsNumber,PushNotificationOn,9,0); 





But nothing happened....
Deez wrote: Sun Feb 07, 2021 12:16 am

That worked..can you tell me or show me what you did - how you called the buffers. It's been driving me crazy.

This is what I was doing:

Code: Select all

double Arrowup = iCustom(TradePair[i],TradePeriodTF[j],"UniZigZagChannel_v2.4 600+",TimeFrame,UpBandPrice,LoBandPrice,BreakOutMode,ReversalValue,RetraceMethod,ATRperiod,
                            ShowZigZag,ShowSignals,ShowPriceChannel,ZigZagChannelMode,"",Show123Pattern,BullishColor,BearishColor,FontSize,LineWidth,
                            "",TrendChannelMode,PivotFromRight,PivotsFromLeft,UpTrendChannelColor,DnTrendChannelColor,UniqueName,
                            "",AlertOn,AlertShift,SoundsNumber,SoundsPause,UpTrendSound,DnTrendSound,EmailOn,EmailsNumber,PushNotificationOn,8,0); 
                            
                            
         double Arrowdn = iCustom(TradePair[i],TradePeriodTF[j],"UniZigZagChannel_v2.4 600+",TimeFrame,UpBandPrice,LoBandPrice,BreakOutMode,ReversalValue,RetraceMethod,ATRperiod,
                            ShowZigZag,ShowSignals,ShowPriceChannel,ZigZagChannelMode,"",Show123Pattern,BullishColor,BearishColor,FontSize,LineWidth,
                            "",TrendChannelMode,PivotFromRight,PivotsFromLeft,UpTrendChannelColor,DnTrendChannelColor,UniqueName,
                            "",AlertOn,AlertShift,SoundsNumber,SoundsPause,UpTrendSound,DnTrendSound,EmailOn,EmailsNumber,PushNotificationOn,9,0); 


But nothing happened....
Hi Deez, I didn't use the parameters.

double Arrowup= iCustom(NULL,0,"UniZigZagChannel_v2.4 600+",8,i)-
iCustom(NULL,0,"UniZigZagChannel_v2.4 600+",9,i)>0


double Arrowdn= iCustom(NULL,0,"UniZigZagChannel_v2.4 600+",8,i)-
iCustom(NULL,0,"UniZigZagChannel_v2.4 600+",9,i)<0