Page 1357 of 2041

Re: MT4 Indicator requests and ideas

Posted: Fri Aug 20, 2021 2:39 am
by mrtools
Meyson wrote: Thu Aug 19, 2021 5:17 pm Hello Mrtools, I have an indicator, but it is only for M1, can you make it multi-timeframe or at least for H1? And that it would be the same as on the M1 externally, thanks)
Can't do anything with a ex4 file.

Re: MT4 Indicator requests and ideas

Posted: Fri Aug 20, 2021 12:18 pm
by Rabi
Hi Coders is it possible to code the averages 9.42 mtf so that when the slope changes or the price closes above the MA. the background changes similar to the photo enclosed.
Thank you Barry
]

Re: MT4 Indicator requests and ideas

Posted: Fri Aug 20, 2021 6:23 pm
by thomdel
@kvak Sir / @mrtools Sir,


Request you to Please make button function proper in this Indicator : SuperTrend (ahtf + arrows + alerts) button

Thanks in Advance.

Re: MT4 Indicator requests and ideas

Posted: Fri Aug 20, 2021 7:37 pm
by kkixmo
Good everyone, this is my first request.
I have this stochastic indicator I wish that every time the indicator touches specific levels it generates an alert and an arrow.

I mean if it touches the level of 10 and after 15 the alert and the arrow will go out.

but if it only touches the 10 level and not the 15 level it will not generate an alert and an arrow.

That the levels are configurable

Here is a graphic example

Thank you very much to the one who has the ability to collaborate.

Re: MT4 Indicator requests and ideas

Posted: Fri Aug 20, 2021 10:22 pm
by andrei-1
[quote=kkixmo post_id=1295442047 time=1629452251 user_id=4933980]
Good everyone, this is my first request.
I have this stochastic indicator I wish that every time the indicator touches specific levels it generates an alert and an arrow.

I mean if it touches the level of 10 and after 15 the alert and the arrow will go out.

but if it only touches the 10 level and not the 15 level it will not generate an alert and an arrow.

That the levels are configurable

Here is a graphic example

Thank you very much to the one who has the ability to collaborate.

Look. If I understand you correctly, I will finish it later.

Re: MT4 Indicator requests and ideas

Posted: Sat Aug 21, 2021 1:52 am
by Csj179t
kkixmo wrote: Fri Aug 20, 2021 7:37 pm Good everyone, this is my first request.
I have this stochastic indicator I wish that every time the indicator touches specific levels it generates an alert and an arrow.

I mean if it touches the level of 10 and after 15 the alert and the arrow will go out.

but if it only touches the 10 level and not the 15 level it will not generate an alert and an arrow.

That the levels are configurable

Here is a graphic example

Thank you very much to the one who has the ability to collaborate.
Hi kkixmo,

I made stoch, as I think you were asking.
example if stoch now crosses 15, it checks previous 5 bars for the level 10 rule. When first found it draw arrow or does alert.

Re: MT4 Indicator requests and ideas

Posted: Sat Aug 21, 2021 5:49 am
by kkixmo
thank you very much for taking the time to make the code andrei-1 but in this case Csj179t was the one who actually understood better what I need.

Csj179t thank you very much, the levels do NOT accept points? i.e. level 13.5 13.52 or so only 13 if that could be corrected would be phenomenal

Re: MT4 Indicator requests and ideas

Posted: Sat Aug 21, 2021 6:00 am
by Csj179t
kkixmo wrote: Sat Aug 21, 2021 5:49 am thank you very much for taking the time to make the code andrei-1 but in this case Csj179t was the one who actually understood better what I need.

Csj179t thank you very much, the levels do NOT accept points? i.e. level 13.5 13.52 or so only 13 if that could be corrected would be phenomenal
kkixmo,

Your welcome!

In this new attached version there is possibility to set floating point number levels.

Re: MT4 Indicator requests and ideas

Posted: Sat Aug 21, 2021 6:04 am
by naluvs01
Hi Mr. Tools and Coders respectively,

I downloaded this chart indicator from here, but it doesn't work. I found another one that has candles. I would like to know is it possible to convert it into lines.

Thank you in advance for your consideration!!!!!!!

Re: MT4 Indicator requests and ideas

Posted: Sat Aug 21, 2021 6:29 am
by Csj179t
naluvs01 wrote: Sat Aug 21, 2021 6:04 am Hi Mr. Tools and Coders respectively,

I downloaded this chart indicator from here, but it doesn't work. I found another one that has candles. I would like to know is it possible to convert it into lines.

Thank you in advance for your consideration!!!!!!!
Hi naluvs01,

Made that version, hope that what you looking for.