| machangman |
|
Gold User, Member, TeleChart
|
| Registered User |
|
|
|
|
| Unsure |
|
| Saturday, August 12, 2006 |
| Monday, December 24, 2012 3:45:55 PM |
7 [0.00% of all post / 0.00 posts per day] |
|
QUOTE (Kuf) There is currently no way to read the file date because of the IO restrictions. We want to drop the IO restrictions shortly after the release of version 5.
So when might we be able to output from RealCode to CSV, text files, etc? I would like to dump all kinds of information out to analyze and sort. I can dump some data to the debugger, but it is hard to read, is limited in records, and can't be sorted or analyzed very easily.
Scott
|
I tried that and it still would not show any plot. I retried it as follows:
1) Add Moneystream indicator to chart
2) Choose to add new RealCode indicator
3) Import Moneystream and '# MS = indicator.Library.MoneyStream shows up in code
5) Add plot = MS.Value just to echo the MS indicator and nothing plots.
6) Change stock symbols to see if it shows up on refresh and does not.
Scott
|
If I add Moneystream indicator, then add the MoneyStream in Range indicator, it plots both. Actually, it doesn't display the Range plot until I change stock symbols (refresh problem?).
So, as an exercise in coding my own indicator
- I delete the prior setup
- add Moneystream again
- add a new indicator, and paste the code from the RealCode editor of the built-in MoneyStream in Range
- I change symbols because of the refresh problem.
- Then nothing plots. It's blank with 0.00 on the scale.
What is the difference, or what am I missing? Here is the code I pasted into My Indicator test:
'|******************************************************************
'|*** StockFinder RealCode Indicator - Version 4.9 www.worden.com
'|*** Copy and paste this header and code into StockFinder *********
'|*** Indicator:MoneyStream in Range
'|******************************************************************
'# MS = indicator.Library.MoneyStream
'# period = userinput.integer = 250
plot = 100 * (MS.value - MS.minlow(period)) / system.math.Abs(MS.maxhigh(period) - MS.MinLow(period))
|
I have just started working with StockFinder 5, and have used Telechart for years. I found a comparison chart that says StockFinder does Visual Sorting, but have tried it and mine did not actually do visual sorting.
I added Bollinger Bandwidth, then I right clicked on the indicator label/button and chose Sort By. It added a column to the watchlist with Actual Value, which is not the same thing as Visual Value. Telechart gives options to choose how to sort, and I would like to see them ranked by their relative position on the screen to know which ones are highest relative to the current scale.
Am I missing something, or does StockFinder not do Visual Sorting?
|
|
That was fast and easy. I actually think I remember reading this somewhere a long time ago (like the last time I setup a new machine).Scott
|
On my Vista laptop, if I add or change any indicators on any F-template, they stay until I press another F-key or hit backspace while walking through a watchlist. Then the indicators all reverts back to how the indicators were before my changes (even if I turn off my computer and come back the next day).
I have tried closing Telechart and reopening. I have tried backing up and restoring my settings. Neither seems to make any difference.
My desktop version (Win XP Pro) does not have this problem. I actually backed up my desktop settings and restored to the laptop to get started with it about a month ago. Could this have something to do with it?
Scott
|
|