TradingView
nicolasdepaz
26 יוני 2017 12:34

Candlestick Scanner 

Apple Inc.NASDAQ

תיאור

This is a large compilation of candlestick patterns that allows the user to detect up to 42 different bullish and bearish patterns.

This script is intended to be a Pine Editor version of the one I normally used on a different platform, so your feedback is more than welcome to help me improve it, as fine tuning is ongoing.

New patterns will be added in the next couple of days.

Happy trading!

הערות שחרור

Two more patterns added plus some minor corrections
תגובות
anderskohler
How do i use these scripts??
I paste them in the pine editor but nothing happen.. And in the screener section there is no place to paste them..
nicolasdepaz
On the other platform I was using trends to be more accurate when scanning patterns by using:

TrendUp=(Average[2](close)>Average[4](close))
TrendDown=(Average[2](close)<Average[4](close))

Where Average[2] = WMA and Average[4] = triangular average calculation.

Then each pattern would normally include a conditional to evaluate if it was in an uptrend or a downtrend. For example:

if TrendDown[2] AND PiercingLine then

(display the signal)

endif

Any idea on how I can do this here on Pine?

Thank you!
vavarb
Thanks, very goood job
Giraffe2000
Wow a very impressive script! Keep up the good work. Thank you for your effort.
shabbirug
Thank you for amazing script. I humbly request you to add more features, like description of candle on hover on name, tool tip style.
Karthi056
Thanks a lot for your efforts
suryvihan
how to avoid repaint ?
pls guide
suryvihan
repaint ?
Jankenan
Thanks
עוד