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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 11347 - 11376 of 14664   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11347
Thanks! I will wait for the release. ... <run_for_your_life2003@y...> ... the ... version 4, ... we've ... beta 9...
Joe
run_for_your...
Offline Send Email
Feb 1, 2005
2:13 pm
11348
Since I started using NT4 b8 I noticed a hitherto unknown phenomenon: I'm using two monitors and have some charts squeezed into them, aligned side by side and...
Bernd.Kuerbs@...
bernd_kuerbs
Offline Send Email
Feb 1, 2005
2:13 pm
11349
... If this happens between sessions (save, close, open), it is a known bug that has been fixed in B9. -- Louis Lin TickQuest inc www.tickquest.com...
Louis Lin
lhclin
Online Now Send Email
Feb 1, 2005
3:58 pm
11350
Yes, it does. Ok, you already fixed it, that is fine. Regards Bernd Kuerbs Louis Lin schrieb: ... aligned ... charts by ... into ... group, ... If this happens...
Bernd.Kuerbs@...
bernd_kuerbs
Offline Send Email
Feb 1, 2005
5:12 pm
11351
Can the functionality of "Blink" be applied directly to an indicator in a chart, or some other object created in a chart as a visual alert. I am NOT referring...
EJH
trended2
Offline Send Email
Feb 1, 2005
5:12 pm
11352
Re: V4b8 I am writing some formula indicators with internal sound alerts. "islastbar > 0" and "samebarupdate(data1)" statements are included within my...
EJH
trended2
Offline Send Email
Feb 1, 2005
6:23 pm
11353
Use drawing object visible property; turn it on off to establish a blinking object on the chart. Ken ... From: EJH [mailto:trended@...] Sent:...
Kenneth Yuen
kenyuen2002
Offline Send Email
Feb 1, 2005
7:31 pm
11354
We've just released NeoTicker 4.0 Beta 9. Feature highlights: - Symbol log tool - database for writing notes - Up/down arrow drawing tool - Quote window -...
Louis Lin
lhclin
Online Now Send Email
Feb 1, 2005
8:08 pm
11355
I still have problems with the charts in the system performance viewer. no equity chart (or any other graph) is visible (even not on top left corner). See pic...
Michael Mueller
new_systematic
Offline Send Email
Feb 1, 2005
8:45 pm
11356
Ken, How do I get the object to blink (as a visual alert) only when a condition that I define is true? Ed...
EJH
trended2
Offline Send Email
Feb 1, 2005
9:37 pm
11357
Try enable XP theme to see if the chart comes back. You need to enable both the Windows's XP theme and Neoticker's XP theme suppot. Lawrence...
stnahc
Offline Send Email
Feb 1, 2005
9:37 pm
11358
The sounds you played are "flooded" to your sound card, thus it will have to finish playing each request before it will stop. Windows is aware which program...
stnahc
Offline Send Email
Feb 1, 2005
9:47 pm
11359
This solved the problem, thanks. Micahel...
new_systematic
Offline Send Email
Feb 1, 2005
9:49 pm
11360
If you need only simple blink service, you can do that by alternating the visibility of the drawing object when the indicator is updated on a tick by tick...
stnahc
Offline Send Email
Feb 1, 2005
9:50 pm
11361
Thanks Lawrence, I will try that out to see if it does what I am looking for. Ed...
EJH
trended2
Offline Send Email
Feb 1, 2005
10:38 pm
11362
Thank you Lawrence, I think that one way this should be implemented is that the audio alert should stop when the associated indicator is disabled. Ed...
EJH
trended2
Offline Send Email
Feb 1, 2005
10:39 pm
11363
In looking at the Class dropdown dialog, I noticed that one of the choices was "command". I cannot find any reference as to what this refers to, to evaluate if...
EJH
trended2
Offline Send Email
Feb 1, 2005
11:29 pm
11364
My experience was this: I have updated to B9. I rebooted my computer at the end of the evening and started NT and other programs, as I normally do. I did not...
mkreegar
Offline Send Email
Feb 2, 2005
3:25 pm
11365
The indicator class capability is there since version 1. It is not opened for general user changes until v4. The regular class is simply "indicator". These are...
stnahc
Offline Send Email
Feb 2, 2005
3:33 pm
11366
Does 4.0 b9 work normally now during trading hours? We would like to identify the cause of the freeze you experienced, sounds like something that happens...
stnahc
Offline Send Email
Feb 2, 2005
3:34 pm
11367
Lawrence, So, far NT does seem to be operating normally during market hours. I would say this: The procedure I use for rebooting, at the end of the evening,...
mkreegar
Offline Send Email
Feb 2, 2005
4:09 pm
11368
Yesterday ,after installing B-9,NT had trouble connecting to esignal,on 1st boot.Today NT lost connection with esignal early in the day.It's been a long time...
tt2251a
Offline Send Email
Feb 2, 2005
5:29 pm
11369
Re: Script editor formula language 1-It would be nice if user defined variables that are used in calculations for plots were checked during verify to see if...
EJH
trended2
Offline Send Email
Feb 2, 2005
5:30 pm
11370
There is another mesg about disconnect issue with eSignal, which in combination to what you reported, could be some incompatibilities between the eSignal files...
stnahc
Offline Send Email
Feb 2, 2005
5:33 pm
11371
Thanks for reporting this issue. We are monitoring a similar problem reported at the eSignal's bulletin board. Will see what we can do to improve the...
stnahc
Offline Send Email
Feb 2, 2005
5:34 pm
11372
... FYI NT 4 Beta 9 and IDS Beta 7 are behaving well here. Will check out B9 with IQFeed later in the day....
DocManager
Offline Send Email
Feb 2, 2005
6:49 pm
11373
Hi, what does this indicator precisely return? Is it the (# of trades at ask - #of trades at bid) over the chosen period? The explanation is vague on this. Any...
Bernd.Kuerbs@...
bernd_kuerbs
Offline Send Email
Feb 2, 2005
6:54 pm
11374
a trade is counted as 1 if it trades at ask, and as -1 if it trades at the bid. Inbetween trades are valued as 0. depending on the combination of the...
stnahc
Offline Send Email
Feb 2, 2005
8:00 pm
11375
Many Thanks for your detailed answer. I watch the OEX-Tick (based upon the Sp100 stocks) and it is a very good tool. I look for divergences between tick and...
Bernd.Kuerbs@...
bernd_kuerbs
Offline Send Email
Feb 2, 2005
9:59 pm
11376
I have been creating some indicators which use 2 data streams in FORMULA. Data 2 is of a higher time frame rather than a different instrument and I my goal is...
EJH
trended2
Offline Send Email
Feb 3, 2005
3:35 pm
Messages 11347 - 11376 of 14664   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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