Ken and Guy: Thanks for the replies, RC1 resolved the issue. To correct my last post, I was actually using Beta 11, not 10. I don't know about everyone else,...
I am trying to use indicators based on daily data with a minute based chart. I create a compressed series and create the indicators with that series. Some of...
We've received various reports about problems using eSignal's stock option data in NeoTicker. After a long invesetigation, we've found that most of the work...
d is short form for date. when defining your series, you can try prefix them with something like "my", CompressSeries(myDaily, Data1, ppDaily, 1); Plot1 :=...
One more possibility is the length of minute data as compare to the length of daily data, make sure they are of the same length. Ken ... From: Guy Puglisi...
28 trading days is not long enough for RSIndexMod to stablize. Since RSIndexMod base on exponential moving average, all exponential moving averge based...
When running a system with daily data I can see via the performance viewer that the next day's orders are generated at 16:00 (end of trading day). However,...
How does NT try to dispatch ActiveX COM dll's? I just tried writing an unmanaged application, calling and dispatching the ActiveX dll I use for NT and...
For serious study I use SimServer. But I still find it to useful for some purposes to scroll a chart back in time and then scroll right a bar at a time with...
I am not having much Joy. I downloaded 4.0 RC1 and intalled it. However, I can't get it to run, when I double click on the icon I get the hourglass for a few ...
I want to write an indicator that calculates what my stop loss should be set to on open positions. These are positions that have been manually entered into the...
I think I answered that question once. We are able to reproduce it here. But we have not figure out the reason why there is such a delay, because, from time to...
There are many users contacted us this morning about their computer refused to switch their computer clock faster by an hour. That is tracked to the eSignal...
The trade object within an indicator only deals with its own system generated trades and positions. Thus manually entered trades cannot be managed that way. ...
thansk for pointing this, for sure they get into the wish list. for 4.0, we'll see what we can do. Lawrence ... for some ... at a ... fatal flaw ... bar ... is...
... i second the motion, guys. anchor the chart at the hard right edge. otherwise there is no way to efficiently scroll through historical data or to spot...
Do you know the ActiveX server setting you have for your IDL ActiveX DLL? It could be the reason. Try using Single object, Apartment Threaded mode. From what I...
When you run your system real-time, the historical trades will not be sent to the order server because they are not part of the real-time update. Thus...
Weekend housekeeping: I just noticed that the free space on my system partition was getting low. On investigating, I found a folder in my Windows directory...
Lawrence, I don't remember receiving an answer ... but it's possible that I missed it? The Yahoo groups e-mail doesn't always seem 100% reliable. Thanks for...
Me third. I've often found that quite annoying as well. On a similar note a way to syncronise the scrolling of charts would be also be excellent. Perhaps a...
I had a similar problem a few versions ago. It turned out I had downloaded the wrong file. Make sure you grabbed the correct file that corresponds to your...
Hey Lawrence, I need to know the date, time, and the entry price. It shows this information when I draw a chart for a stock. For example: This trade was...
I tried to debug an indicator in a Quote Window by writing to a report window. Using report.addvalue etc. While this worked when I applied the indicator in a...
I notice that the Object Model contains BidPrice, AskPrice, BidSize, and AskSize. Maybe I missed it but I don't see property names for additional DOM bid/ask...