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 |

Stockfinder 5.0 : Percent change column from open price Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
pphamz
Posted : Wednesday, August 11, 2010 7:57:59 PM
Registered User
Joined: 8/11/2010
Posts: 5
I would like to add a percent change column from today's open price (NOT from yesterday's close) to my watchlist?  Is it possible to do this in Stockfinder 5.0?  Any help would be greatly appreciated.

Thank you,

Paul
Bruce_L
Posted : Thursday, August 12, 2010 9:17:59 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
You could create the following RealCode Indicator and either Save it and then Load it as a WatchList Column (allowing you to set the Bar Interval) or Drag and Drop it from the Chart to the WatchList.

Sortable Columns from Indicators
RealCode for Real People: Indicators

'|******************************************************************
'|*** StockFinder RealCode Indicator - Version 5.0 www.worden.com
'|*** Copy and paste this header and code into StockFinder *********
'|*** Indicator:Percent Since Open
'|******************************************************************
Plot = 100 * (Price.Last / Price.Open - 1)

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Designer
Posted : Wednesday, August 18, 2010 12:57:10 PM
Registered User
Joined: 9/30/2006
Posts: 317
Bruce,
I'm not sure why this code is not giving me the right numbers as an indicator nor in the watchlist column. I get a lot of 0.0 or very small numbers.
Thanks
StockGuy
Posted : Wednesday, August 18, 2010 1:01:30 PM

Administration

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

What bar interval is the column set to?  I show a lot of 0.00 when set to 1 minute but on Daily I only see one 0.00 on the SP-500 list.

Designer
Posted : Wednesday, August 18, 2010 2:07:17 PM
Registered User
Joined: 9/30/2006
Posts: 317
I have it on a 5 min chart....OK it works fine on a daily bar chart. . I see why now... the code must be reffering to the bar open rather than the session open as the question was posed above. Still will work ok. I just misunderstood...
Thanks
Bruce_L
Posted : Wednesday, August 18, 2010 2:10:26 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
Designer,
If you Load it as a WatchList Column, you can set the Bar Interval as desired.

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Designer
Posted : Wednesday, August 18, 2010 4:12:26 PM
Registered User
Joined: 9/30/2006
Posts: 317
I had the column linked to the indicator on the chart.
Thanks
Bruce_L
Posted : Wednesday, August 18, 2010 4:14:04 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
Designer,
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.