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 |

MAXH MAXL from Telechart Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
Qbear
Posted : Tuesday, June 9, 2015 12:59:37 PM
Platinum Customer Platinum Customer

Joined: 10/7/2004
Posts: 16

I am looking if an indicator that I use in Telechart to measure congestion be created for use in StockCharts:

((MAXH16.1/MINL16.1)-1)*100

Thanks!

 

 

Bruce_L
Posted : Tuesday, June 9, 2015 1:04:56 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

I can't help you with StockCharts, but if you mean StockFinder, then the following RealCode Indicator should do what you want.

RealCode for Real People: Indicators (6:05)

'|******************************************************************
'|*** StockFinder RealCode Indicator - Version 5.0 www.worden.com 
'|*** Copy and paste this header and code into StockFinder *********
'|*** Indicator:Congestion
'|******************************************************************
Plot = (Price.MaxHigh(16, 1) / Price.MinLow(16, 1) - 1) * 100


-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Qbear
Posted : Tuesday, June 9, 2015 1:54:47 PM
Platinum Customer Platinum Customer

Joined: 10/7/2004
Posts: 16

LOL, yes StockFinder. Good intuition :) Thanks Bruce, and thanks for the tutorial.

Bruce_L
Posted : Tuesday, June 9, 2015 2:04:24 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

You're welcome.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
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.