alexgrover

Function To Candles - Another way to see indicators

Introduction

There are different and better way's to see price data, a candlestick chart is one of the best way to see the price since you have access to the open/high/low/close information, this is really efficient and can allow for naked non parametric trading strategies (candlesticks patterns). But what about making candles out of indicators ? There are tons of studies about candlesticks patterns in price data but none (?) about candlestick patterns using indicator data, therefore i made this script in order to show candles from various indicators, i also made an heikin-ashi mode.

Rsi To Candles

All the indicators are use the open/high/low/close price as input in order to return candles. length control the indicator period.


Stochastic To Candles

The stochastic oscillator is restrained in a range of 0/100, therefore when equal to 0 or 100 the candles can be flat.


Rate Of Change To Candles

The rate of change don't distort price as heavily as other indicators since its based on differencing.


Center Of Gravity To Candles

The center of gravity (cog) is defined from tradingview as "an indicator based on statistics and the Fibonacci golden ratio", its not an indicator i'am familiar with and i don't know if its the same proposed by Elhers. The candles are smooth, high length can flatten the candles heavily making them hard to see.


Correlation Oscillator

In a range of -1/1 this indicator is quite smooth and can also flatten candles.


Patterns And Heikin-Ashi

There are tons of patterns that can be generated from candlesticks, they can be applied to this indicator as well.

The indicator can show an heikin-ashi mode, heikin-ashi candlestick use averaging to plot candles, this is why they appear smoother, some signals generated from heikin-ashi candles are :

  • Bullish body with no lower shadows = Strong Uptrend
  • Bearish body with no higher shadows = Strong Downtrend
  • High range and small body = Indecision/Risk of reversal

Conclusion

I made an indicator able to draw candles from other indicators, those candles contain various information that can generate decision from patterns. I hope you find a use to it, if its the case share your findings with me, maybe that you will even be able find a new candlestick pattern :)

Thanks for reading !



Check out the indicators we are making at luxalgo: www.tradingview.com/u/LuxAlgo/
오픈 소스 스크립트

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

면책사항

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

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