CPR Indicator

Hi Team,

Kindly request you to add CPR indicator on Fyers Web. It is very uneasy for me to switch between Tradingview and Fyers Web just for one indicator. If you could add this indicator - i wont need to toggle between the websites.

Hope you’ll consider the request.

22 Likes

Check this post where the Fyers staff has updated that they are already working on the CPR indicator feature.

https://community.fyers.in/post/cpr-indicator-request-60531a71a47772430c13793e

Hey @bhargav_narayan,

Your feedback is duly noted and we’ll communicate this with the team.

However, it might take some time as we’re working on other features.

Stay tuned! :slight_smile:

1 Like

i agree with you it is very uneasy and time consuming … i also request fyers to add full cpr …

+1 to this, I heavily use CPR for my trading plan and i would like to see this indicator soon on fyers so that i can resume my trading here.

We need all types of CPR with pivots (daily, weekly, monrhly). They are very powerful price action indicators.

Request please release it ASAP.

2 Likes

kindly add CPR indicator at the earliest, it is a need for Technical trader.

1 Like

yes, please add CPR indicator asap or give an option to add the code for the users.

1 Like

*Please add cpr indicator *

Dear Fyers Team,

CPR is the most powerful indicator in intraday trading. I see that the issue is not resolved even after 4 months. Any idea on when can we expect it? It’s really horrible to switch over between multiple platforms.

Many Thanks

Any updates on CPR indicator availability?

or Fyers has ignored Users requests/feedback.. ?

Zerodha had it already, it is very annoyable switching platforms..

Please respond at least..

1 Like

Kindly add the CPR indicator on priority

Hi @P5riXHjRDF It’s almost 6 months, how much time do you have to require to develop that basic indicator. If you need code for that I can help you with that.

Thank you

//@version=4
study(title = "CPR", shorttitle = "CPR", overlay=true)

trackprice_bool = input(true, "trackprice")

daily_open = security(syminfo.tickerid, "D", open[0])
daily_high = security(syminfo.tickerid, "D", high[0])
daily_low = security(syminfo.tickerid, "D", low[0])
daily_close = security(syminfo.tickerid, "D", close[0])
prev_day_high = security(syminfo.tickerid, "D", high[0])
prev_day_low = security(syminfo.tickerid, "D", low[0])

daily_pivot = (daily_high + daily_low + daily_close)/3
daily_bc = (daily_high + daily_low)/2
daily_tc = 2 * daily_pivot - daily_bc
daily_r1 = 2 * daily_pivot - daily_low
daily_r2 = daily_pivot + daily_high - daily_low
daily_r3 = daily_r1 + daily_high - daily_low
daily_r4 = daily_r3 + daily_r2 - daily_r1
daily_s1 = 2 * daily_pivot - daily_high
daily_s2 = daily_pivot - daily_high + daily_low
daily_s3 = daily_s1 - daily_high + daily_low
daily_s4 = daily_s3 + daily_s2 - daily_s1

plot(daily_pivot, "daily_pivot", color.purple, linewidth = 2, style = [plot.style](http://plot.style)_circles, trackprice = trackprice_bool)
plot(daily_bc, "daily_bc", color.purple, linewidth = 2, style = [plot.style](http://plot.style)_circles, trackprice = trackprice_bool)
plot(daily_tc, "daily_tc", color.purple, linewidth = 2, style = [plot.style](http://plot.style)_circles, trackprice = trackprice_bool)
plot(prev_day_high, "prev_day_high", [color.black](http://color.black), linewidth = 2, style = [plot.style](http://plot.style)_line, trackprice = trackprice_bool)
plot(prev_day_low, "prev_day_low", [color.black](http://color.black), linewidth = 2, style = [plot.style](http://plot.style)_line, trackprice = trackprice_bool)

plot(daily_r1, "daily_r1", [color.green](http://color.green), linewidth = 2, style = [plot.style](http://plot.style)_line, trackprice = trackprice_bool)
plot(daily_r2, "daily_r2", [color.green](http://color.green), linewidth = 2, style = [plot.style](http://plot.style)_line, trackprice = trackprice_bool)
plot(daily_r3, "daily_r3", [color.green](http://color.green), linewidth = 2, style = [plot.style](http://plot.style)_line, trackprice = trackprice_bool)
plot(daily_r4, "daily_r4", [color.green](http://color.green), linewidth = 2, style = [plot.style](http://plot.style)_line, trackprice = trackprice_bool)

plot(daily_s1, "daily_s1", [color.red](http://color.red), linewidth = 2, style = [plot.style](http://plot.style)_line, trackprice = trackprice_bool)
plot(daily_s2, "daily_s2", [color.red](http://color.red), linewidth = 2, style = [plot.style](http://plot.style)_line, trackprice = trackprice_bool)
plot(daily_s3, "daily_s3", [color.red](http://color.red), linewidth = 2, style = [plot.style](http://plot.style)_line, trackprice = trackprice_bool)
plot(daily_s4, "daily_s4", [color.red](http://color.red), linewidth = 2, style = [plot.style](http://plot.style)_line, trackprice = trackprice_bool)

#IWantCPR on my chart.

Why no response to the comments from Fyers team, though there are multiple users are requesting..

This link is expired seems.

Page not found error.

Hey @bhargav_narayan,

Based on our client’s feedback, we have incorporated CPR indicator into our platform.

Happy Trading! :slight_smile:

Hey @4lLwTWo7nk

We have incorporated it.

Thanks!

only daily cpr indicator is there but i want weekly cpr.