Search the web
Sign In
New User? Sign Up
neoticker
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1816 - 1845 of 14636   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1816
I have been looking at the supplied functions PrevDClose PrevDhigh etc. in relation to this. They plot fine but return 0 in a formula e.g. Plot1 :=...
nickali2
Offline Send Email
May 1, 2002
11:22 am
1817
An example could help explain it better. I could not picture exactly what it does :) Lawrence ... from the ... basis....
stnahc
Offline Send Email
May 1, 2002
12:22 pm
1818
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) ...
stnahc
Offline Send Email
May 1, 2002
12:27 pm
1819
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...
maxreturn1
Offline Send Email
May 1, 2002
1:23 pm
1820
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...
John O. Romero
johnromeronc
Offline Send Email
May 1, 2002
2:50 pm
1821
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...
Louis Lin
lhclin
Online Now Send Email
May 1, 2002
3:53 pm
1822
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...
maxreturn1
Offline Send Email
May 1, 2002
4:28 pm
1823
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...
Nick Ali
nickali2
Offline Send Email
May 1, 2002
4:28 pm
1824
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...
Louis Lin
lhclin
Online Now Send Email
May 1, 2002
5:00 pm
1825
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...
Louis Lin
lhclin
Online Now Send Email
May 1, 2002
5:02 pm
1826
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...
Jerry Dufour
jerryhd99
Offline Send Email
May 1, 2002
6:56 pm
1827
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. ...
stnahc
Offline Send Email
May 1, 2002
7:16 pm
1828
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...
Dave Seremek
dseremek
Offline Send Email
May 1, 2002
7:52 pm
1829
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...
Louis Lin
lhclin
Online Now Send Email
May 1, 2002
8:29 pm
1830
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...
fivestar20
Offline Send Email
May 1, 2002
10:20 pm
1831
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...
kenyuen2002
Offline Send Email
May 1, 2002
11:25 pm
1832
Thanks Ken ... _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com...
Alfred Alley, III
fivestar20
Offline Send Email
May 2, 2002
2:01 am
1833
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 ...
stnahc
Offline Send Email
May 2, 2002
2:18 am
1834
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. ...
stnahc
Offline Send Email
May 2, 2002
2:32 am
1835
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...
fivestar20
Offline Send Email
May 2, 2002
4:23 pm
1836
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...
all_that_love
Offline Send Email
May 2, 2002
6:01 pm
1837
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...
Nick Ali
nickali2
Offline Send Email
May 2, 2002
6:13 pm
1838
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...
kenyuen2002
Offline Send Email
May 2, 2002
6:24 pm
1839
Nick, In NT 2.8 there will be a new service to allow user to order indicator and data series on the chart. Ken ... all ... This can ... apply for...
kenyuen2002
Offline Send Email
May 2, 2002
6:25 pm
1840
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...
kenyuen2002
Offline Send Email
May 2, 2002
6:31 pm
1841
... 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....
all_that_love
Offline Send Email
May 3, 2002
1:42 am
1842
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...
ingopan
Offline Send Email
May 3, 2002
11:25 am
1843
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...
Michael Mueller
new_systematic
Offline Send Email
May 3, 2002
12:22 pm
1844
Maybe there is a way to change the way your script is written. Let me see if I can do something about it on win98. Lawrence ... you ... for...
stnahc
Offline Send Email
May 3, 2002
1:42 pm
1845
Thanks Michael for the explanation :) Can post a formula driven Donchian channels indicator in the file area later today - will be saved in the...
stnahc
Offline Send Email
May 3, 2002
1:43 pm
Messages 1816 - 1845 of 14636   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help