... That information is not available from inside the indicator as you can scale / rescale the chart anytime. ... If you need dynamic real-time display of...
One thing users don't often see is the development side for a feed (nor they should). Some feeds are more difficult to develop and is poorly supported on the...
I just stumbled across a little problem - I think it is a bug- with fractional values. I show US -Bonds - ZN - in fractions (1/64). When subtracting two ...
I would like to be able to establish "virtual" Superposition bars with a Price Range style without having to insert multiple time series in the chart (and...
I hope you guys are able to get a blog up sometime, describing the way Compressseries works and giving a lot of examples how it can be used in a trading system...
I need to export data and indicators from an entire time chart with subgraphs that use superposition data. What is the easiest way to send it to a spread...
Kenneth Yuen wrote: Please send us a screeshot of the problem to support@... . We have tried zn 1/64 base display on quote window and dynamic grid, ...
Bernd Krbs wrote: But today this stuff works - all I did was restart my computer and NT of course. Ha! That was a very premature answer. Just could reproduce...
We are also be able to reproduce the problem. Initially we have show bas turn on at format tab, when it turn off the minus sign didn't show. Thank you for...
Select the data series or indicator you want to export, right click on it and select Export Series from the popup menu. You can choose from exporting as text...
4.1 b4 open a quote window, add 2 net columns, change the formatting in the second net column, the formatting changes in the first net column too open a quote...
1. same column share the same formatting - part of the original design. 2. Close is not a valid term in the quote window unless you provide the necessary time...
Open , high and low are data vendor terms and refer to daily bars . If you want the high or low a 5 minute bar , then high(m5) for example . ... From: Terry...
Hi, I used to calculate TICK16 on a 10 instruments using MBT feed. Their values were giving good range till yesterday. This morning, it somehow went into a...
I was able to use SetSeries(...) for the first time successfully. I used it on a chart with small bars and SET a new SERIES at each bar that met some criteria....
I don't want to burden you with still another thing when I think the optimizer is at the top of the MUST HAVE queue.... But this is a very useful thing... TS...
I wrote an automation client that does exactly this. It's a bit crude but works, its design suited its purpose at the time. I will redesign it sometime as the...
When i add a trend line to a chart it always sets the symbol it is attached to as $NDX, other drawing objects too. $NDX is data2, the symbol i would like to...
Jonny, If you get the time that would be great. It strikes me that this would be a feature that Neoticker should formally implement as it would be very useful...
My support staff mentioned that you asked about this issue through support email. They are investigating the issue and can reproduce your problem. For now, we...
Hi All I am trying to incorporate the momentum indicator into my strategy and use it's value to determine the market direction. I am using the following line...
Hi, I'm using NT 4.0 and IQFeed (iqfeed_client_4_0_0_2.exe downloaded from NT customer area) and I can't download any tick or minute data. I've talked to the...
Anybody out there willing to help a newbie out with compresseries? Basically I have a few indicators and would like to use them in a trading system. But the...
If the following is what you have in your code then parameter will also have to be string. Ex: Momvalue := itself.makeindicator('mo1', 'mo', ['1'], ['10']); ...