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...
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....
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...
... 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,...
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....
... 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...
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...
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 ... ...
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...
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....
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...
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...
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...
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...
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...
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...
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...
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...
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 =...
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...
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...
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...
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...