| tadglines |
|
Gold User, Member, Platinum User, TeleChart
|
| Registered User |
|
|
|
|
| Unsure |
|
| Monday, December 20, 2004 |
| Tuesday, August 31, 2010 3:02:32 PM |
3 [0.00% of all post / 0.00 posts per day] |
|
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.
|
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
|
|