Page 1 of 1

add arrOw on indicator SR

PostPosted: Sun Dec 08, 2019 10:25 am
by SEMJUNIOR
Hi my dear Programmer. I have a support and resistance indicator and that I would like to make available for an addition. This indicator displays the resistance and support of each TIMEFRAME as a horizontal line.
I would like to add arrows to each break of a resistance upwards that a down arrow appears and if it is the break of a support that an arrow up appears.

   TECHNICAL TERM

If High [i or 0] > RESISTANCE {arrow down}

Low [i or 0] < SUPPORT {arrow up}
 Let the arrow go instantly.
I remember that it is any resistance and support broken no matter the TIMEFRAME.

I hope you understand me. THANK YOU

Re: add arrOw on indicator SR

PostPosted: Sun Dec 08, 2019 10:54 am
by Apprentice
Your request is added to the development list.
Development reference 414.

Re: add arrOw on indicator SR

PostPosted: Tue Dec 10, 2019 9:40 am
by Apprentice
Try this version.
SR2008.mq4
(22.04 KiB) Downloaded 266 times

No historical arrows, real-time only.

Re: add arrOw on indicator SR

PostPosted: Thu Dec 12, 2019 8:29 pm
by SEMJUNIOR
Thank you for taking the time to work on the indicator. But I noticed that no arrow goes out even when the price breaks support or resistance.
Apart from that you did not work in the "" in start '' 'function.

Re: add arrOw on indicator SR

PostPosted: Thu Dec 12, 2019 8:31 pm
by SEMJUNIOR
Apprentice wrote:Try this version.
SR2008.mq4

No historical arrows, real-time only.



Thank you for taking the time to work on the indicator. But I noticed that no arrow goes out even when the price breaks support or resistance.
Apart from that you did not work in the "" in start '' 'function.

Re: add arrOw on indicator SR

PostPosted: Sun Dec 15, 2019 10:13 am
by Apprentice
Your request is added to the development list.
Development reference 444.

Re: add arrOw on indicator SR

PostPosted: Tue Dec 17, 2019 6:46 am
by Apprentice
SR2008.mq4
(14.38 KiB) Downloaded 286 times

I don't understand what "Apart from that you did not work in the "" in start '' 'function." does mean.

Re: add arrOw on indicator SR

PostPosted: Wed Dec 18, 2019 2:06 am
by SEMJUNIOR
I see it's good. the alert appears well at the break .. big thank you