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 |

Volume as a Percentage of Shares Outstanding Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
babzsak
Posted : Tuesday, August 9, 2016 4:56:58 PM
Platinum Customer Platinum Customer

Joined: 1/24/2005
Posts: 195

Just wondering if anyone has a chart or can create Volume as a percentage of shares outstanding for SF 5.1?

StockGuy
Posted : Tuesday, August 9, 2016 5:04:59 PM

Administration

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

I plotted Volume and Shares Outstanding on the chart, then created a new RealCode indicator by dragging each plot into the code editor.  The code looks like this:

'|******************************************************************
'|*** StockFinder RealCode Indicator - Version 5.0 www.worden.com 
'|*** Copy and paste this header and code into StockFinder *********
'|*** Indicator:Volume Percentage of Outstanding
'|*** Example: plot = price.close - price.close(1)
'|******************************************************************
 
 
'# Volu = chart.Volume.2
'# SO = chart.SharesOutstanding
 
plot = Volu.value / SO.Value * 100
 
I attached a chart with the plots and the RealCode indicator which you can download and save to your \\Documents\StockFinder5\babzsak\MyCharts folder.
 
 

Attachments:
Volume Percent of Outstanding.sfChart - 70 KB, downloaded 726 time(s).

babzsak
Posted : Friday, August 19, 2016 4:17:02 PM
Platinum Customer Platinum Customer

Joined: 1/24/2005
Posts: 195

Thank you so much, exactly what I was looking for.

StockGuy
Posted : Friday, August 19, 2016 4:19:21 PM

Administration

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

You're welcome.

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.