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...
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...
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...
Re: V4b8 I am writing some formula indicators with internal sound alerts. "islastbar > 0" and "samebarupdate(data1)" statements are included within my...
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...
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...
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...
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...
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...
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...
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...
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...
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,...
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...
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...
There is another mesg about disconnect issue with eSignal, which in combination to what you reported, could be some incompatibilities between the eSignal files...
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...
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...
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...
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...
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...