Creating custom candlestick patterns study, low wick and relative break out

conorh

New member
I have been having the hardest time with this. I will create a specific example just to learn it but would like to apply this to more complicated patterns.

Say I want to be notified when a 2-candle pattern occurs. Candle1 and Candle2 (the following candle).

Candle1 has a long lower wick, say at least .3% lower. I imagine I would define this as the low is at least .3% less than the open, and the close is at least .3% greater than the low.

Candle2 has a long lower wick as well (same logic as the above), and also closes above the open of Candle1.

I can not get this down. This is a basic example just for simplicities sake, but I would really appreciate any advice. Huge thank you in advance.
 
Solution
I have been having the hardest time with this. I will create a specific example just to learn it but would like to apply this to more complicated patterns.

Say I want to be notified when a 2-candle pattern occurs. Candle1 and Candle2 (the following candle).

Candle1 has a long lower wick, say at least .3% lower. I imagine I would define this as the low is at least .3% less than the open, and the close is at least .3% greater than the low.

Candle2 has a long lower wick as well (same logic as the above), and also closes above the open of Candle1.

I can not get this down. This is a basic example just for simplicities sake, but I would really appreciate any advice. Huge thank you in advance.
your words dont make sense.
just...
I have been having the hardest time with this. I will create a specific example just to learn it but would like to apply this to more complicated patterns.

Say I want to be notified when a 2-candle pattern occurs. Candle1 and Candle2 (the following candle).

Candle1 has a long lower wick, say at least .3% lower. I imagine I would define this as the low is at least .3% less than the open, and the close is at least .3% greater than the low.

Candle2 has a long lower wick as well (same logic as the above), and also closes above the open of Candle1.

I can not get this down. This is a basic example just for simplicities sake, but I would really appreciate any advice. Huge thank you in advance.
your words dont make sense.
just saying open or close is not always the same body position. better to use
max(open,close)
min(open,close)
for the top and bottom of the body.

0.3% lower... than what?
if wick is 0.3% lower and close is 0.3% greater than low, that gets you back to the same price.

look on charts for something close to what you want. grab a screenshot with snipping tool. mark it up. and post it.

or draw 2 candles on paper. add some notes. take a picture. post it.

working on something....
 
Last edited:
Solution

Join useThinkScript to post your question to a community of 21,000+ developers and traders.

@conorh Rather than asking how to read candle patterns here it would be far easier to do a YouTube search for candle patterns and learn from the plethora of well laid out explanations in those videos... Unless we are all left wondering what you are looking for...
 

Similar threads

Not the exact question you're looking for?

Start a new thread and receive assistance from our community.

87k+ Posts
189 Online
Create Post

Similar threads

Similar threads

The Market Trading Game Changer

Join 2,500+ subscribers inside the useThinkScript VIP Membership Club
  • Exclusive indicators
  • Proven strategies & setups
  • Private Discord community
  • ‘Buy The Dip’ signal alerts
  • Exclusive members-only content
  • Add-ons and resources
  • 1 full year of unlimited support

Frequently Asked Questions

What is useThinkScript?

useThinkScript is the #1 community of stock market investors using indicators and other tools to power their trading strategies. Traders of all skill levels use our forums to learn about scripting and indicators, help each other, and discover new ways to gain an edge in the markets.

How do I get started?

We get it. Our forum can be intimidating, if not overwhelming. With thousands of topics, tens of thousands of posts, our community has created an incredibly deep knowledge base for stock traders. No one can ever exhaust every resource provided on our site.

If you are new, or just looking for guidance, here are some helpful links to get you started.

What are the benefits of VIP Membership?
VIP members get exclusive access to these proven and tested premium indicators: Buy the Dip, Advanced Market Moves 2.0, Take Profit, and Volatility Trading Range. In addition, VIP members get access to over 50 VIP-only custom indicators, add-ons, and strategies, private VIP-only forums, private Discord channel to discuss trades and strategies in real-time, customer support, trade alerts, and much more. Learn all about VIP membership here.
How can I access the premium indicators?
To access the premium indicators, which are plug and play ready, sign up for VIP membership here.
Back
Top