Page 2119 of 2170

Re: MT4 Indicator requests and ideas

Posted: Wed Apr 02, 2025 8:34 pm
by mrtools
Narutopips wrote: Wed Apr 02, 2025 6:53 pm Hello Guys, Please Mrtools, is there an Alert type of this indicator with the same parameter in the forum? will be grateful if you can point me in the right direction to get one with Alert. Thanks
Hello, that indicator calls the "Metro" (step rsi) indicator for its calculations. Also, from what I can tell the way it is written it repaints, tried making a non-repaint version with a built-in step rsi and the channel part was not the same. Closest I have seen to it is the advanced dynamic zone step rsi we have in the forum.

Re: MT4 Indicator requests and ideas

Posted: Wed Apr 02, 2025 9:43 pm
by Narutopips
mrtools wrote: Wed Apr 02, 2025 8:34 pm Hello, that indicator calls the "Metro" (step rsi) indicator for its calculations. Also, from what I can tell the way it is written it repaints, tried making a non-repaint version with a built-in step rsi and the channel part was not the same. Closest I have seen to it is the advanced dynamic zone step rsi we have in the forum.
Thanks a lot for your insight Mrtools, well Appreciated.

Re: MT4 Indicator requests and ideas

Posted: Thu Apr 03, 2025 4:30 am
by Vere
@mrtools

dear mrtools... can you plzz add adjustable fibo channl in to this donchian indicator just like in the picture

-. the fibo chnnl value can be adjusted and also work in MTF


THX for your respon

Re: MT4 Indicator requests and ideas

Posted: Thu Apr 03, 2025 7:49 am
by axelgr
axelgr wrote: Mon Mar 31, 2025 11:24 pm hello guys. i want to ask you if for this indicator you can make to not refresh himself when its in multi timeframe mode?

for example i trade on 1 minute chart,and i put this indicator in 15 minutes timeframe and when its live the indicator works like in the "1" picture and after i refresh the page the indicator looks like in the "2" picture i atached here...
its possible to stay like in the "1" picture always? That will be so helpfull for me. thankss!!

Anyone can help me pls...

Re: MT4 Indicator requests and ideas

Posted: Thu Apr 03, 2025 8:52 am
by mrtools
axelgr wrote: Mon Mar 31, 2025 11:24 pm hello guys. i want to ask you if for this indicator you can make to not refresh himself when its in multi timeframe mode?

for example i trade on 1 minute chart,and i put this indicator in 15 minutes timeframe and when its live the indicator works like in the "1" picture and after i refresh the page the indicator looks like in the "2" picture i atached here...
its possible to stay like in the "1" picture always? That will be so helpfull for me. thankss!!
Try here!

Re: MT4 Indicator requests and ideas

Posted: Fri Apr 04, 2025 7:01 am
by Intrest 1
mrtools wrote: Wed Jan 30, 2019 3:10 am Made the 50 cross histo version.
Could you add the possibility of choosing a level in the settings? Levels 20 and 80 are more relevant for the indicator

Re: MT4 Indicator requests and ideas

Posted: Fri Apr 04, 2025 7:42 am
by mrtools
Intrest 1 wrote: Fri Apr 04, 2025 7:01 am Could you add the possibility of choosing a level in the settings? Levels 20 and 80 are more relevant for the indicator
Hello, far as I'm aware not possible!

Re: MT4 Indicator requests and ideas

Posted: Fri Apr 04, 2025 8:27 am
by wojtek
Indirectly - one can add the levels as buffers, e.g.
extern double level1 = 80.0;
and

Code: Select all

buflev1[i] = level1;
buflev2[i] = 100.0 - level1;
in the code.

Re: MT4 Indicator requests and ideas

Posted: Sat Apr 05, 2025 12:41 am
by jmb1
hello everyone
i hope everyone is well and enjoying trading

i have a request for an indicator for daily sessions that draws a line from session opening price with option to extend forwards limited and unlimited with each session having its indiviual color to chose from.
Also and this is important that has option of historic sessions than can be displayed and with option to extend line into current day.
also to chose from look back day numbers

also to have options for the wkly in similar pattern but option to chose to display of not .

i can further refine information if need be ,,,,,,,,,,,, possibly this indicator may have already been made , if so anyone willing to share ,,,,,,,,,,,,,,,,,,,,,,,,,,,, kinds regards

Re: MT4 Indicator requests and ideas

Posted: Sat Apr 05, 2025 1:10 am
by handy148
Good afternoon. Would it please be possible to introduce a user defined second MA into this indicator and arrows to print only if in line with that MA.

So for example and to clarify a sell arrow when below 20 MA would only print if the 20 MA was lower than say the 200 MA and vice versa for buys.

Thank you for your kind attention to this matter.