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 |

Profile: tadglines
About
User Name: tadglines
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Monday, December 20, 2004
Last Visit: Tuesday, August 31, 2010 3:02:32 PM
Number of Posts: 3
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: RealCode indicator value displays as 0.00 when added as watch list column
Posted: Saturday, August 7, 2010 2:30:44 PM
Thanks, That fixed it.

BTW, Where's the reference for things like "'# cumulative"?
It's not documented in (http://www.stockfinder.com/realcodeapi/) and while it's mentioned in (http://www.worden.com/documentation/stockfinder/Realcode%20programmers%20reference.pdf) there doesn't appear to be any reference for those kinds of values.
Topic: RealCode indicator value displays as 0.00 when added as watch list column
Posted: Saturday, August 7, 2010 1:04:36 PM
I've created a RealCode indicator that displays the percent of current price as compared to 5 year high. The real Code is: "plot = (Price.close / Price.MaxClose(IndexForDate(CurrentDate.AddYears(-5)))) * 100"

The indicator plots fine in the chart. However when I try to add it as a column in the watchlist (so I can sort on it), the value displayed is 0.00. The way I added it as a column was to right click on the indicator, select "Create Watchlist Column" and then click on "Data". When I changed the display value from "Last Value" to "Mini-Chart"  the chart displays but appears to be vertically inverted.

If I add the watchlist column via the (+) and select my indicator, the value is still displayed as 0.00 and when I switch to Mini-Chart, the chart is blank.

This is using StockFinder 5 (5.0.34.27403).

Thanks,
-Tad