Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Candle Range Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
joakimslettvoll
Posted : Saturday, August 1, 2015 2:40:55 PM
Registered User
Joined: 11/9/2009
Posts: 4

Hello,

How do I get a bar or candle that closes above 50% of the low ?

diceman
Posted : Saturday, August 1, 2015 2:53:31 PM
Registered User
Joined: 1/28/2005
Posts: 6,049

Try this:

 

STOC1.1>50

 

 

 

 

Thanks

 
diceman
Posted : Sunday, August 2, 2015 12:23:17 PM
Registered User
Joined: 1/28/2005
Posts: 6,049

Whoops, disregard.

 

I just realized this was a StockFinder question and not Telechart.

 

 

 

 

Thanks

 

StockGuy
Posted : Monday, August 3, 2015 11:30:01 AM

Administration

Joined: 9/30/2004
Posts: 9,187

If you mean the close is in the top half of the day's range, then you could create a RealCode condition using the following...

if (price.Close - price.low) / (price.High - price.low) > .5 then pass

 

Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.