HI Lawrence, Thanks for the suggestion, I was aware of the metastyle. I wanted to colour the actual price bars themselves based on criteria within the script....
Further to Johns wish list item for the day break display could we perhaps be able to set the time that the day break occurs? It would also be nice to have two...
One of the features that several people have requested in the past is to keep constant bar spacing when maximising a window (display more bars). Noticed this...
MessageAfter some investigation, it turns out to be quite hard to do. So it didn't make to 3.0. We still want to implement it in 3.X. ... Louis Lin TickQuest...
Messagewill this affect current zooming? Meaning, I like the way it is, so I hope this new zooming will be optional? :) ... Regards, Raymond Deux **Join the...
I am having some computer upgrade going on these few days thus I have only limited access to my email. If you have questions you need immediate attention, ...
John, Thanks for the input I am always on the lookout for new and better data
feeds. Thanks, Larry ... From: neoticker@yahoogroups.com Date: Tuesday, April 29,...
MessageIt will be optional. The code change for constant space zoom would be very tedious and there wasn't enough time in 3.0. We will start to put in new...
In Delphi script I can access link series 1 and 2 fine but not 3 is there a limit of two series? The Script editor dosen't turn "data3.close[0]" green either....
Excellent, Thank You. ... From: stnahc [mailto:stnahc@...] Sent: 01 May 2003 21:27 To: neoticker@yahoogroups.com Subject: [neoticker] Re: Link Series ...
Can somebody give me the advantages and disadvantages of NeoT when compared to Fibonaccitrader. I am only interested in the MTF feature of both programs. Many...
I assume you are talking about multiple time frame capability. Many features are correlated thus you cannot isolate just MTF as a feature to talk about :) 1....
I've been trying to convert a VBS indicator to IDL, but I'm running into trouble with my supporting routines. In my VBS indicator version, I have a Sub that is...
You can pass the objects as parameters. You will have to declare the parameters in a style identical to the main entrance. They will work. If you continue to...
Hello there, I'm brand new to neoticker EOD 2 and I tried to import a ascii file. I think I'm doing something wrong because I can't fix it. Can somebody help...
The text file format is not compatible with NeoTicker EOD. In the NeoTicker EOD manaul, there is information about text file importing under Advance Usage...
Hi! I just downloaded the demo version of Neoticker and tried out the Replay by Tick Feature. As feed, i am using QCharts. When i press the Replay button it...
Loading 5/3 should be very fast because there simply is no data. If it stucks on 5/3, most likely it is a QCharts server problem. Try switching to another...
Hello Louis, I saw the attached file was scrambled. A new file is attached. I did just the way the manual describes but it didn't work. (Importing the...
The text file is not a compatible format. You have to convert the text file to a form NeoTicker accepts before the file can be imported. PS. I can read the...
Hello Louis, I really don't understand. The file was saved as a ascii file. (plain text) Is the format off notepad the right format? Is the ascii format, which...
Ascii files are simply plain text files. It's not structured and can contain any information in it. The file must obey certain rules before it can be read by...
Hello: I am running NT EOD on a 466 celeron w/256 ram and win 98 2nd ed. It runs, but not well. Very prone to crashing and running low on resources. What is...
This is a well discussed issue here, next time you may want to try searching for the answer first. Most important consideration is to use Windows 2000, XP or ...
I recently converted a VBS indicator (trading system) to an IDL version (Visual Basic ActiveX DLL). I have been running simulations and comparing the results...
Do you know what your fill style setting is? Set it to Exact. If the setting is Worst Case, it will refuse to fill at high tick or low tick because that is...
We are working on releasing NeoTicker EOD 3 in about 2 weeks. Here are some highlights: - Last major release for NeoTicker EOD is in last September. There...
Lawrence, I was using Worst Case fill for both versions of the indicator, but I just tried it using Exact or Average and I got the same results e.g. the P/L...
Can I access previous values of PrevDAverage indicator in a formula like this: assuming PrevDAverage(data1) = todays value can I get the value of the...