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 Crashing after Real Code Indicator Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
austincarr
Posted : Friday, August 12, 2011 2:56:27 PM
Registered User
Joined: 6/2/2005
Posts: 11
VVWPCloseATRPlot = (VVWP.value - Close.value) / ATR.value * 100
austincarr
Posted : Friday, August 12, 2011 2:57:36 PM
Registered User
Joined: 6/2/2005
Posts: 11
Previous post did not retain Line breaksVVWPCloseATRPlot = (VVWP.value - Close.value) / ATR.value * 100
austincarr
Posted : Friday, August 12, 2011 3:00:18 PM
Registered User
Joined: 6/2/2005
Posts: 11
There should be line breaks in this Post But since I do not know how to do this, I will add spaces so you get the idea: VVWP Close ATR Plot = (VVWP.value - Close.value) / ATR.value * 100
tomson10
Posted : Friday, August 12, 2011 3:31:30 PM
Registered User
Joined: 5/11/2009
Posts: 120
Use Windows IE and you will get your line breaks
Bruce_L
Posted : Friday, August 12, 2011 4:00:24 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
I am guessing to some extent, but I suspect you want your RealCode Indicator to look like something similar to the following:

'|******************************************************************
'|*** StockFinder RealCode Indicator - Version 5.0 www.worden.com
'|*** Copy and paste this header and code into StockFinder *********
'|*** Indicator:austincarr 53197
'|******************************************************************
'# VVWP = indicator.Library.VWAP Volume Weighted Average Price
'# ATR = indicator.Library.Average True Range
Plot = (VVWP.Value - Price.Close) / ATR.Value * 100

Unfortunately VVWP will actually track the Price instead of the VWAP (for reasons having to do with both Indicators being in the same Pane in the Web Library and how it was saved).

I've create an Indicator computing the Ratio of the Difference between Price and Volume Weighted Average Price to Average True Range as that is my best guess at what you were trying to create.

You should be able to Open an attached Indicator directly into a running copy of StockFinder 5 (and save it from within StockFinder 5 if desired). You could also Save it to the \My Documents\StockFinder5\(Your Username)\My Indicators\ folder and then load it like you would any other Indicator (or Copy and Paste it there from wherever it Saves if you can't specify the destination directory when Saving).

Attachments:
Ratio of Price VWAP diff to ATR.sfInd - 7 KB, downloaded 824 time(s).



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
austincarr
Posted : Saturday, August 13, 2011 10:14:01 AM
Registered User
Joined: 6/2/2005
Posts: 11
Thanks ... what ever the adjustment was now lets the program start without a crash.
Bruce_L
Posted : Monday, August 15, 2011 8:12:53 AM


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.