//This indicator shows Day's candle measurements with past averages. First column shows the candle details for the present day. //"Open - Low", "High - Open", "Range(=High-low)", "Body(open-close)" //Averages are calculated for occurences of Green and Red days. Up Averages are for Green days and Down Averages are for Red days. //Average are not perfect calculations since occurences(of Red or Green) will vary within the timespan used for averages. //This can used to guage general sense of probability of the price movement. //e.g. if the Open to Low for a day exceeds UpAv value, then there is higher likelihood of day being Red. //similarly, trade can be held in expectation of price reaching the DnAv and stop loss can be trailed accordingly. //Not a perfect system. But something to work on further to increase price action understanding. //Be careful on days where consecutive 3rd Highest High or Lowest Low day is made and also on the next day after such day. Prices may turn direction at least for a short while.
Complete Credit goes to PineCoders who gave me the main script on tradingview chat room.
릴리즈 노트
Revision 1 - Corrected formula for body calculation.
진정한 TradingView 정신에 따라, 이 스크립트의 저자는 트레이더들이 이해하고 검증할 수 있도록 오픈 소스로 공개했습니다. 저자에게 박수를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰에 의해 관리됩니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.