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.
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 11124 - 11153 of 14664   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11124
Since you're still working on the beta, I thought I would point out a couple of small things that I would like to see added. 1. There appears to be a bug when...
DaveW
mkt_wizard
Offline Send Email
Jan 2, 2005
5:57 pm
11125
1. It will be taken care of as it is a known issue, we just batch that with the various chart related updates that will be done in the coming beta release. 2....
stnahc
Offline Send Email
Jan 2, 2005
6:17 pm
11126
After playing with the 2,3,4,5 line constant indicator, I noticed that no matter which one I used ,the upper value- be it 80 or 100 - it always seems to snap...
tt2251a
Offline Send Email
Jan 3, 2005
12:41 am
11127
... Double click on the price axis, at the Scale tab you can fixed the Max and Min value of a price axis. So if you wish to see 100 as your max in that pane,...
Ken
kenyuen2002
Offline Send Email
Jan 3, 2005
3:40 pm
11128
On first run with Beta 7a I found that some of my quote window formulas were giving different results than those obtained when running betas 6 and 7....
osmington2004
Offline Send Email
Jan 3, 2005
10:20 pm
11129
Correction to previous post: Open(0,M5) returns the same values as "Open" but O(0,M5) does not....
osmington2004
Offline Send Email
Jan 3, 2005
10:20 pm
11130
... We have been able to reproduce the problem locally, will fix it in the upcoming beta. Thank you for reporting. Ken...
Ken
kenyuen2002
Offline Send Email
Jan 3, 2005
10:24 pm
11131
... I had to use T instead tick and volume instead of vol. Tick and vol worked before in the same formula's.Some formula's won't work unless the time setting...
tt2251a
Offline Send Email
Jan 4, 2005
1:38 am
11132
To All, Yo may want to read the note below of about Yahoo. I checked this out and Yahoo is using something they call "Web Beacons" to track you both inside and...
John O. Romero
johnromeronc
Offline Send Email
Jan 4, 2005
4:26 am
11133
its the full name of the data series that got confused with the quote field names by the new engine. it is taken care of for the next release. Lawrence ... ...
stnahc
Offline Send Email
Jan 4, 2005
4:42 am
11134
I do a great deal of symbol list creation and would like the ability to periodically save a symbol list without closing it, as well as the ability to minimize...
Leon Miller
smiller_ca
Offline Send Email
Jan 4, 2005
2:24 pm
11135
If you press F1 on those windows its the same as pressing a help button. As a general comment, I think "Help" buttons should be added to all the User windows....
Jonny Garrett
thepermuk
Offline Send Email
Jan 4, 2005
4:12 pm
11136
Just wondering why when a chart has only 1 data series for example 15 min normal bar why the statistics states there is 2 data series. Are the underlying 1 min...
Jonny Garrett
thepermuk
Offline Send Email
Jan 4, 2005
4:12 pm
11137
It would be nice that when under chart manager when one selects a pre-defined time frame that while greying out the settings it actually sets the settings as...
Jonny Garrett
thepermuk
Offline Send Email
Jan 4, 2005
6:14 pm
11138
Thanks for the tip . I never realized that F1 provided context specific help. Regards, Dave...
DaveW
mkt_wizard
Offline Send Email
Jan 4, 2005
6:34 pm
11139
yip, its a standards windows key thta should work on nearly every properly programmed winsows application, Enjoy _____ From: DaveW...
Jonny Garrett
thepermuk
Offline Send Email
Jan 4, 2005
11:02 pm
11140
We received an Emergency Notice from IQFeed that the statistics symbols will all change to have an extra suffix of .Z Details in our forum, ...
stnahc
Offline Send Email
Jan 4, 2005
11:07 pm
11141
John, Thanks for the notice. Regards, Randy Dick ... From: John O. Romero [mailto:jromero@...] Sent: Monday, January 03, 2005 10:26 PM To: List NeoTicker...
Randy Dick
rd2546
Offline Send Email
Jan 5, 2005
2:16 pm
11142
I would find it helpful to see an example of using the Order object and accessing its properties. The particular example would be to find whether an order for...
Gregg Richter
grgricht
Offline Send Email
Jan 5, 2005
3:42 pm
11143
thx I would like to know how to turn of the scale like you recommended. do you mean run manual scale or ? I still like the auto scale but is there a way for it...
Peter Bilyk
boonyapeter
Offline Send Email
Jan 5, 2005
4:11 pm
11144
That would be something like this, I think: bFilled := (Trade.OrderById[AOrderID].Status = osFilled);...
Chris Cooper
ccooper
Offline Send Email
Jan 5, 2005
4:11 pm
11145
Right click on the indicator and uncheck the "Part of Pane Scale" from the popup menu to turn off the chart scaling for that indicator. Ken ... From: Peter...
Kenneth Yuen
kenyuen2002
Offline Send Email
Jan 5, 2005
4:48 pm
11146
Thanks, Chris That's what I thought. I tried that again and I get messages to the error log "Undeclared identifier: Status". What I actually have is the set...
Gregg Richter
grgricht
Offline Send Email
Jan 5, 2005
4:54 pm
11147
Heres an example of some code I use I track mulitple positions manualy with heap stores like this heap.Int['T3_Pos']. You need to check Pending OR Filled...
Jonny Garrett
thepermuk
Offline Send Email
Jan 5, 2005
5:36 pm
11148
I have code like this: var ordTest : OrderObj; ordTest := Trade.OrderById[AOrderID]; if ordTest = nil then continue; // I'm in a loop here if ordTest.Status =...
Chris Cooper
ccooper
Offline Send Email
Jan 5, 2005
5:39 pm
11149
We are unable to reproduce the following behavior locally, can you either provide more specific on the chart setup or send the chart to support@......
Kenneth Yuen
kenyuen2002
Offline Send Email
Jan 5, 2005
6:08 pm
11150
thx. good job the scale works. however i am interested in yesterdays H,L,O,C only , and i set the n days to 1 , but it is printing all the previous days. Am i...
Peter Bilyk
boonyapeter
Offline Send Email
Jan 5, 2005
6:08 pm
11151
try the 'close' line style, it will draw a line on the last value only acrros the entire chart _____ From: Peter Bilyk [mailto:STOCKANALYZER@...] Sent: 05...
Jonny Garrett
thepermuk
Offline Send Email
Jan 5, 2005
6:20 pm
11152
After seeing your dialogue with Lawrence last week, I had tried that except then you proposed declaring the variable ordTest as: var ordTest : IOrderObj; You...
Gregg Richter
grgricht
Offline Send Email
Jan 5, 2005
6:33 pm
11153
Actually the grey out items are for customized time frame only. So they do not ncessary match the one defined by the predefined one. In the future some more...
stnahc
Offline Send Email
Jan 5, 2005
6:40 pm
Messages 11124 - 11153 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