blublub

Trend Indicator with RSI and Fibbonacci Band 0.702 crossings

blublub 업데이트됨   
Today we have a new Indicator set, which I created using inspiration from the Trend Magic Indicator from KivancOzbilgic and adding several new aspects to it and a slightly modified calculation of the trend indicator itself.

You can change the inputs by changing the pre set values in the settings, but I found the current settings quite accurate. Feel free to experiment to fine tune the indicators.

Here are the details of the script:
Trend indicated within candles and as a line
- bullish and bearish trends are now also indicated within the candle based on the CCI calculation.
- Bullish is indicated by a green circle below the candle or as one may call it a "dot"
- bearish trend is indicated by a red circle above the candle

Entry Signal based on RSI crossing its EMA
- my motivation was to have a clearer entry signal besides highlighting a trend, which can not really be used to identify a good entry but to give confidence or when loosing trend to give an exit signal.
- after studiying the RSI and how it works together with its EMA it looks quite interesting as an entry or exit signal. But be cautios if the EMA and RSI values are moving in a narrow area we get a lot of crosses and therefore signals which should rather be ignored rather to be act on. So the the range where the cross happens is also quite important. But this aspect is not yet reflected as a rule/ logic.
But I am thinking of adding something.. or alternativly best to switch to another timeframe to get some better data
RSI overbought and oversold as Diamonds
- I also added key indications of oversold or overbought as Blue and Pink diamonds, can be considered as additional information to maybe identify a short term top or bottom.. but its not very accurate.

Entry signal based on crossing Fibbonachi Band 0.702
- So far the 0.702 seems to be quite an interesting retracement level which seems to be met a lot of times
- based on the assumption the price will evantually hit the 0.702 either direction I wanted to get a signal when this happens
- BUT! a big but, unfortunalty the Fibbonachi bands tend to bloat up in case of high volatility so it is not easy to find the crossing on higher timeframes

Here are the standard value which I found quite accurate for the assets I use this indicator set:
CCI Period = 5
ATR Multiplier = 1
ATR Period = 1
Source = High Low Close (hlc3 average value of the candle

Here the inputs used for the RSI Crossing signal (here you should play around a little to see which entry would have been best..)
RSI Length = 14
RSI Oversold = 25 (to be used for the "golden" entry signal based on the FBB crossing)
RSI Overbought = 80 (to be used for the "golden" entry signal based on the FBB crossing)
RSI Moving Average Length

In future versions I will add options to activate or deactive some of the plotting and espacially this golden dot when the fibbonachi band is being crossed needs some fine tuning..
And lets see if there is a way to fix the bloating of those bands..
릴리즈 노트:
I made a mistake in the Fibbonacci Crossing at its 0.702 retracement.
It was bascially a mix up, for the upper crossing it needs to be a "crossunder" calculation and not a "crossover" and the same for the down crossing, where it should have be a "crossover" instead of "crossunder" calculation.

Now is is correct as intended. But be carefull with those "Golden entries" use multiple timeframes or else you gonna get cut by the falling knife..
릴리즈 노트:
- Alert options for the RSI crossing and a neutral trend value has been added
--> now you can set up alert notifications properly! At least for the main signal which is the RSI crossings and optional is the neutral trend indication
- I have added a neutral trend indication as a white dot, you can change the color in the code (see plotting section) if you dont use the dark version of TradingView
- I also changed the oversold and overbought plottings from diamonds to bar colorings.
- I deactivated the 702 crossing circles as those are not good entry signals.. you can activate their plotting by removing the // in the plotting section
릴리즈 노트:
Bug fixes and clearer descriptions for the alert notifications as well as more popping colors of the RSI indicator

NEW
- CCI indicator for bearisch and bullish signals as green and red diamonds
- also includes prototype for the strategy (inactive)
릴리즈 노트:
- clear labels for every Style plottings
- every indicator has now its alert signal
- Changed the plotting style of the CCI signals to flags just to have it look differently..
릴리즈 노트:
- added EMA (20, 50, 100, 200)
- missed some plot titles (e.g. Trend line, RSI overbought/ oversold bar coloring..
오픈 소스 스크립트

이 스크립트의 오써는 참된 트레이딩뷰의 스피릿으로 이 스크립트를 오픈소스로 퍼블리쉬하여 트레이더들로 하여금 이해 및 검증할 수 있도록 하였습니다. 오써를 응원합니다! 스크립트를 무료로 쓸 수 있지만, 다른 퍼블리케이션에서 이 코드를 재사용하는 것은 하우스룰을 따릅니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.

면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.

차트에 이 스크립트를 사용하시겠습니까?