OPEN-SOURCE SCRIPT
업데이트됨 Fibonacci Pivot Range

This is based on Fibonacci Pivot Points. I forked "CristianD CD_PivotR" code for this. Thanks
"Fibonacci Pivot Points start just the same as Standard Pivot Points. From the base Pivot Point, Fibonacci multiples of the high-low differential are added to form resistance levels and subtracted to form support levels."
Adding more support or resistance levels should be really easy.
"Fibonacci Pivot Points start just the same as Standard Pivot Points. From the base Pivot Point, Fibonacci multiples of the high-low differential are added to form resistance levels and subtracted to form support levels."
- Pivot Point (P) = (High + Low + Close)/3
- Support 1 (S1) = P - {.382 * (High - Low)}
- Support 2 (S2) = P - {.618 * (High - Low)}
- Resistance 1 (R1) = P + {.382 * (High - Low)}
- Resistance 2 (R2) = P + {.618 * (High - Low)}
Adding more support or resistance levels should be really easy.
릴리즈 노트
I changed the supp1 and res1 from 0.382 to 0.236 and supp2/res2 from 0.618 to 0.382 I think it makes more sense. and 0.618 is too extreme.
릴리즈 노트
0.618 is back. Cryptocoin markets are volatile enough to make it useful. Also, renamed it to "Bestest Fibonacci Pivot Range aka "Fib_Piv" so it's easier to find. 릴리즈 노트
Removed unrelated scripts from preview 릴리즈 노트
Removed unrelated scripts from preview릴리즈 노트
Fixed a stupid copy/paste mistake. Now you can see the 0.618 line too. Added transparency: 45
P line thickness is 2, the rest are 1
Please adjust it to your liking and screen res.
Any ideas or requests? Please post as comments.
PS! The way I use it is that I fire it up, use line tool to draw over today's and yesterdays lines and then hide the script. This way charts zoom in/out, scale etc work better.
릴리즈 노트
Made it more visible on white background. Pivot point (green) S2 and R2 are now lines and from channel. You can change that from the settings. Renamed the points.
릴리즈 노트
Shortened the indicator titles/labels 릴리즈 노트
Now you can select different time resolution for your Fibonacci Pivot point calculations.For example, you can have a 15 min chart with Fibonacci Pivot points calculated from 4 h bars.
Default setting is 1 D
릴리즈 노트
Clean-up and update to version 4 Added level 1.0, level 0.236 is now optional
오픈 소스 스크립트
진정한 트레이딩뷰 정신에 따라 이 스크립트 작성자는 트레이더가 기능을 검토하고 검증할 수 있도록 오픈소스로 공개했습니다. 작성자에게 찬사를 보냅니다! 무료로 사용할 수 있지만 코드를 다시 게시할 경우 하우스 룰이 적용된다는 점을 기억하세요.
면책사항
이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.
오픈 소스 스크립트
진정한 트레이딩뷰 정신에 따라 이 스크립트 작성자는 트레이더가 기능을 검토하고 검증할 수 있도록 오픈소스로 공개했습니다. 작성자에게 찬사를 보냅니다! 무료로 사용할 수 있지만 코드를 다시 게시할 경우 하우스 룰이 적용된다는 점을 기억하세요.
면책사항
이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.