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.
更多