TradingView
pbghosh
2020년 4월 12일 오전 10시 35분

Fibonacci Ratios with Volatility 

WTI CRUDE OILTVC

설명

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.

릴리즈 노트

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

릴리즈 노트

Updated the indicator name labels with fibonacci ratios.

릴리즈 노트

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

릴리즈 노트

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

릴리즈 노트

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.
코멘트
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
더보기