Page 2155 of 2170

Re: MT4 Indicator requests and ideas

Posted: Mon Aug 04, 2025 6:21 pm
by Abdi
iardavan wrote: Mon Aug 04, 2025 12:00 pm Greetings and respects,


This one from MrTools is, i think, the best we have here on the forum.
Earlier version don't have the clock, if you don't use it.
mrtools wrote: Thu Feb 20, 2025 12:25 am ATR & ADR On Chart Levels for MT4 (Multi-timeframe) with Clock timer + Level display customization

Added the mtf bar timer and the ability to change all the level colors.

Re: MT4 Indicator requests and ideas

Posted: Mon Aug 04, 2025 8:02 pm
by mazibee
mrtools wrote: Sun Apr 26, 2020 12:32 pm Please try this version.
First of all, I want to thank you, mrtools, and all the other master coders and moderators on the Forex-Station forum. Your dedication, innovation, and selfless support in handling member requests are truly appreciated. The work you do, developing, improving, and generously sharing your expertise, is what makes this community so valuable and different from others.

I’m currently facing an issue when trying to load the indicator. The following message appears on the chart

"The code can be used exclusively using original 'powersystem - average (mtf + alerts)' name."

I’ve tried reloading the indicator and even restarted my terminal multiple times, but the issue persists. (I have not renamed the indicator.)

If you could kindly look into this or advise on what might be going wrong, I’d be very extremely thankful.

Thanks again for all your hard work and support.

Re: MT4 Indicator requests and ideas

Posted: Mon Aug 04, 2025 8:37 pm
by mrtools
mazibee wrote: Mon Aug 04, 2025 8:02 pm First of all, I want to thank you, mrtools, and all the other master coders and moderators on the Forex-Station forum. Your dedication, innovation, and selfless support in handling member requests are truly appreciated. The work you do, developing, improving, and generously sharing your expertise, is what makes this community so valuable and different from others.

I’m currently facing an issue when trying to load the indicator. The following message appears on the chart

"The code can be used exclusively using original 'powersystem - average (mtf + alerts)' name."

I’ve tried reloading the indicator and even restarted my terminal multiple times, but the issue persists. (I have not renamed the indicator.)

If you could kindly look into this or advise on what might be going wrong, I’d be very extremely thankful.

Thanks again for all your hard work and support.
Sorry don't have that code anymore, have you checked here.

Re: MT4 Indicator requests and ideas

Posted: Mon Aug 04, 2025 9:03 pm
by mazibee
mrtools wrote: Mon Aug 04, 2025 8:37 pm Sorry don't have that code anymore, have you checked here.
Thanks MrTools,
I downloaded it again using Edge and its its working fine now.
Thanks again for your help,

Re: MT4 Indicator requests and ideas

Posted: Tue Aug 05, 2025 12:16 am
by Roets1
Roets1 wrote: Thu Jul 31, 2025 11:40 pm Good day Coders.

Is it possible to code attached arrow indicator to mq5?
Hi guys....any feedback on this? Can it be coded to mq5?

Re: MT4 Indicator requests and ideas

Posted: Tue Aug 05, 2025 12:57 am
by mrtools
Roets1 wrote: Thu Jul 31, 2025 11:40 pm Good day Coders.

Is it possible to code attached arrow indicator to mq5?
Hello, It is probably possible, but I am not sure how to do it, hopefully someone else will be able to help.

Re: MT4 Indicator requests and ideas

Posted: Tue Aug 05, 2025 7:07 am
by pyloop
hi mr tool , dear kvar and coders envel


is it possible add a third color when the bar is under a custom level ? in time frame i set a 0.12 level " as a pause" before the price starts to move fast.

thank you guy , have a nice summer

piero trieste

Re: MT4 Indicator requests and ideas

Posted: Tue Aug 05, 2025 7:13 am
by pyloop
hello coders !!! hi mrtool and kvak, jimmy. there is a kijun color indicator. could you please, if it is possible, insert a shift ( backward or forward) like a moving average deviation? sorry my english . you re welcome in trieste

Re: MT4 Indicator requests and ideas

Posted: Tue Aug 05, 2025 7:19 am
by mrtools
pyloop wrote: Tue Aug 05, 2025 7:07 am hi mr tool , dear kvar and coders envel


is it possible add a third color when the bar is under a custom level ? in time frame i set a 0.12 level " as a pause" before the price starts to move fast.

thank you guy , have a nice summer

piero trieste
Hello, would need the source code, can't do anything with an ex4 file.

Re: MT4 Indicator requests and ideas

Posted: Tue Aug 05, 2025 7:25 am
by kvak
pyloop wrote: Tue Aug 05, 2025 7:13 am hello coders !!! hi mrtool and kvak, jimmy. there is a kijun color indicator. could you please, if it is possible, insert a shift ( backward or forward) like a moving average deviation? sorry my english . you re welcome in trieste
Hello, I am not sure how you want to use this indicator, but try this .add to line 23
extern int MA1_SHIFT = 0;
and compile it