prevDClose is not a function. It is an indicator. the proper syntax is prevDClose (offset, data series) e.g. prevDClose (0, data1) prevDClose (1, data1) ...
Can the EOD internet data that can be accessed through Neoticker be merged with existing data files? The history on a given symbol through Yahoo can be quite...
When selecting the Day Break option it would be a usable addition to have it as an item in the color scheme list. Other nice to have ideas with this is the...
The yahoo data is updated dynamically so it could overwrite the merge you did. It may be easier to do it the other way around by merging the yahoo data to the...
Hi Louis. The data vendor I used was CSI. The data files are currently in their format but I could easily convert them to Ascii, .CSV, Metastock and most...
Can I prevent the little legend box on charts from being dispalyed for some/all indicators ? I'd be happy to turn them all off as they are distracting on the...
Translate it first to Ascii or CSV and send us the file. The Yahoo data is a form of CSV file so the data merging may work out. ... Louis Lin TickQuest Inc...
Turn on the chart manager (pop up menu>chart manager). The setting is under Visual 1. Turn off the "Show Legend" option. In general, the chart manager is the...
Lawrence, You might be surprised how much better several types of indicators work when calculated on price bars defined by a given range independent of time or...
you can use the virtual bar construction in NeoTicker to do exactly what you want. then you can apply indicators onto this virtual data. should work fine. ...
I am experimenting with formulas in the quote window. I have 10 columns with the same formula but different time increments ranging from 1 minute to daily. On...
Quote window formula gets the data from the RAM cache. You may want to change the settings under Cache Manager>RAM Cache>Option to see if it helps. ... Louis...
Any idea when the pair trading indicators from the article might be posted? I programmed them myself but can't get the sys indicator to work correctly. Thanks...
Alfred, I've uploaded the system and the indicators need for the system as seen in the magazine. They are in the sample indicator folder You will need three...
Thanks Ken ... _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com...
To M3 users - We have received the latest cut of M3 and its SDK. This M3 release is dated May 2002. There seems to be significant changes to M3 that will ...
Quote.com has officially launched their new 3rd party software program and we are pleased to announce that we have signed up with this new 3rd party program. ...
Can you tell me how you set up the chart with the pair and sys on them. I set up and daily for each symbol and hide the daily but link the indicator to the...
Lawrence I few days ago I posted my attempt to code the VIDYA indicator but it kept crahing Neoticker. Were you able to find the cause of this crash, or I...
If you send a new data series to a chart it displays it on top of all indicators rather than in the position that the old series was. This can cover up some...
The crash may have something to do with Win XP VBScript engine. We have put in a fix in 2.8. The indicator need four links, the first two I use to general the...
In your code you are using a string to do a calculation. Please change the ".str" to ".real" in the calculation, that should do the trick. Ken ... it...
... Ken Thanks for your post. I tried doing that but still no luck. Have you tried running that indicator on windows 98. Apparently, it just crashes WIn 95/98....
Hi all! I recently bought NeoTicker v2.72 and think its one of the greatest charting software available! But what i am missing in such a nice tool with so many...
Hi Ingo, as the "mysterious" Donchian channels are nothing but a simple price channel ( as far as I know ) of the last x bars you can use the "hhv" (highest...