TradingView
pbghosh
Apr 12, 2020 10:35 AM

Fibonacci Ratios with Volatility 

WTI CRUDE OILTVC

Description

This script will plot Fibonacci ratios with volatility. The Fibonacci retracement and extensions are plotted in lower time frames up to 15 minutes and therefore, it can be used for intraday only.

Release Notes

Enabled for 30M, 45M, 60M, 120M, and 240M timeframes.

Release Notes

Updated the indicator name labels with fibonacci ratios.

Release Notes

I have debugged the logical errors and hope this will work in all forex pairs, as well.

Release Notes

Updated Features
  • Changed the Short Title
  • Included 0% Level
  • Removed deprecated function parameters
  • Migrated to Version 5

Release Notes

I have received feedback from @MagnusTrading that this indicator is not plotting the lines properly on CRUDEOIL and FOREX charts. After thorough investigation, I have identified the bug and debugged it. I have also optimized the code with regards to volatility calculation. I have applied the debugged and optimized code on all segments and found this indicator working properly.
Comments
MaKJD
good work ! How to use it in h1 or h4?
JJP_TRADING_ACADEMY6
pbghosh
@MaKJD, Now, you can use in h1 and h4 as well. Please remove the indicator from chart and add it again from the indicators list.
sendtovrkumar
@pbghosh, still it's not showing in higher time frame bro
pbghosh
@sendtovrkumar, I have published the updated version few minutes ago. Now, the ball is in the hands of admin.
sendtovrkumar
@pbghosh, thanks bro
rishiraj08p
Plz send me the updated version
Jhonattan18
boa tarde voce pode fazer esse indicador para proft pro da nelogica?
Eatsleeprepeat
Hi

Its Amazing work

c1 = ta.valuewhen(bars == 0, o > ph or o < pl ? o : request.security(syminfo.tickerid, 'D', close[1], lookahead=barmerge.lookahead_on), 0)

In this insted of comparing ph / pl is it possible to compare "r2Level" and "s2Level"
pbghosh
More