TradingView
protradingart
2022年10月6日午前11時44分

Pro Trading Art - Candlestick Patterns with alert 

HDFC LIFE INSURANCNSE

詳細

All candlestick pattern based on "Japanese candlestick charting techniques".

Currently Supported List of Candlestick Patterns :
  • Hammer
  • Hanging Man
  • Inverted Hammer
  • Shooting Star
  • Morning Star
  • Evening Star
  • Bullish Engulfing
  • Bearish Engulfing


Important Points:
1. You can create alert for all patterns.
2. You can modify multiplier(Length Of Shadow) for Hammer, Hanging Man, Inverted Hammer and Shooting Star
3. You can modify EMA length for upward and downward validation of any pattern.

リリースノート


New Candlesticks Added
  • Dark - Cloud Cover
  • Piercing Pattern
コメント
saurav0991
Hi Pro trading, Green shooting Star at the top of Up trend and Red Hammer at the end of Down trend is missing ? please add that too.
protradingart
@saurav0991, Ok I will add in next update
pggo88
The script is pretty lightweight and runs smoothly, thank you for the straightforward implementation! Maybe you could add Doji like:

accuracy = input.float(0.15, minval=0.001, title='Doji Maximum Body Size')
doji = math.abs(open - close) <= (high - low) * accuracy ? 1 : 0
protradingart
@pggo88, I will add in next update.
詳細