Page 1 of 1

Indicator support and resistance

PostPosted: Wed Jan 11, 2017 6:10 pm
by BENJI13015
Hello, I would like a indicator support and resistance as in the photo please

Re: Indicator support and resistance

PostPosted: Thu Jan 12, 2017 4:41 am
by Apprentice
Can you provide more information.
Indicator name, code, description.

Re: Indicator support and resistance

PostPosted: Thu Jan 12, 2017 3:02 pm
by BENJI13015
1-G_B_vCKKegH9ph2uIHqbwQ.jpeg
1-G_B_vCKKegH9ph2uIHqbwQ.jpeg (7.86 KiB) Viewed 888 times

Name indicator is support and resistance pivot points.
The code is
If Year<>Year[1] then
yearlyClose = close[1]
yearlyHigh = Highest[BarIndex - lastYearBarIndex](High)[1]
yearlyLow = Lowest[BarIndex - lastYearBarIndex](Low)[1]
lastYearBarIndex = BarIndex
endif

return yearlyClose, yearlyHigh, yearlyLow
Thank you

Re: Indicator support and resistance

PostPosted: Fri Jan 13, 2017 7:31 am
by Apprentice
Your request is added to the development list, Under Id Number 3715
If someone is interested to do this task, please contact me.

Re: Indicator support and resistance

PostPosted: Fri Jan 13, 2017 7:31 pm
by BENJI13015
Thank you

Re: Indicator support and resistance

PostPosted: Fri Sep 15, 2017 2:41 am
by PetroIV
Can you explain the algorithm of the indicator in more detail?