Apr
5

Open E Cry Support

Open E Cry has been working on a major revision to their API since their integration with OptionExpress.

We have been working on their new API for a while and here are some great news.

First, the new individual symbol request capability from their feed means better control of what symbol you stream from them and reduced CPU load.

Second, remoting is now some what functional means you can start NeoTicker connected to their server, then start the OEC Trader app to run alongside NeoTicker. You get to keep all the order placement features you like with OEC Trader and having NeoTicker handling the complex analytics.

(The other way around, meaning starting OEC Trader first, then launch NeoTicker, does not result in proper connection.)

OEC does not provide us with an official release date yet for the new API. Whenever they are ready to release that, NeoTicker will have the order server ready too.

Dec
25

Seasons Greetings / Holiday Hours

iStock_000018706288XSmall

Happy Holidays!

We at TickQuest wish you a prosperous New Year!

Our sales office will be closed from Monday Dec 26, 2011 to Monday Jan 2, 2012.

Jul
11

Plotting Lunar Cycle

Received a number of request on the lunar cycle plot I showed in the blog article Lunar Cycle – First Look in DaytradingBias.com

Here it is. It is done with the formula indicator with the following formula code.

$utc := datetime2utc (date + 0.5);
utc2julian ($utc, $jd, $jt);
moonphase ($jd, $jt, $mp);
$mp;

Nothing fancy. Just calling the built-in functions to do the job.

It will be a simple exercise for the readers to create a custom indicator based on the code provided.

Jun
30

Canada Day Office Hours

Our sales office will be closed on July 1 observing Canada Day.

Support will be available through email and forum.

Normal business hours resume on Monday, July 4.

Jun
16

Forums Upgrade Progress

Over the weekend we successfully upgraded our forums software to a newer version.

This will help us dealing with spam messages and other related issues.

More upgrades will be performed over the coming weekend.

Jun
12

Forums Upgrade

We are going to upgrade our forum site this weekend.
The expected duration is several hours.

Will post updated status on the upgrade progress here.

May
10

Press Release: Top Financial Technology Company Launched Cloud Analytic Service

Full Press Release at PRWeb available here

TickQuest Inc., developer of the trading platform NeoTicker, has served the professional trading community for many years and has lately expanded into offering unique trading resources for retail traders and investors through its website DaytradingBias.com. Now, in addition to the free services already provided at DaytradingBias.com, extensive cloud based odds analysis are offered thru the introduction of its premium membership services.

DaytradingBias.com is a website created to help retail traders and investors alike to make informed long and short term trading decisions. It provides a combination of proprietary analysis, traders’ chat room, trading related articles and educational ebooks to help traders better equip themselves in handling the current hectic trading environment. Analysis provided in the website emphasizes on quantifiable statistics that traders can use with confidence and clarity.

Making proprietary research reports available online through premium membership represents a natural extension of what TickQuest has been doing to serve the trading communities. Premium members gain instant access to these exclusive analysis reports from the website without first learning the operation of any trading software.

The initial set of premium trading analysis offered by DaytradingBias.com includes Intraday Cycle Projection, 3-Day Pattern Odds Table, Weekly Cycle Projection, and Hot n Cold System Tracking, with focus on Forex markets and the US stock market indices. To find out more about these analytical tools, visit http://www.daytradingbias.com.

About TickQuest

TickQuest Inc., one of the leading financial technology companies, provides trading and analytical tools to professional traders and financial institutions worldwide. Its flagship product NeoTicker is the industrial standard for custom market breadth research and analysis.

Contact Information

Lawrence Chan, Chief Blogger
TickQuest Inc.
416-777-9119
http://www.tickquest.com

Apr
27

Auto Scale Indicator

I received enough emails that I think it is a good idea to just post the indicator here.

Many users have asked what is this Auto Scale indicator that shows up in the Weekly Outlook section at daytradingbias.com

It is not a big complex indicator at all. It is designed for use on charts that are not updating in real-time.

First it is a formula indicator.

Second it employs 2 tricks – one technical and one visual.

The technical one is that the whole indicator has no valid plot value until the very last bar. At the very last bar, I used the highest and lowest value in range and expanded that by a percentage (with parameter control) to get proper scaling.

As I already know how many bars I am going to show in the screenshot, it will work fine for the job.

In fact, it will work fine for those of you interested in auto posting charts from NeoTicker to any website.

The visual technique is simply using the dot style to plot the only set of valid values at the last bar in the background color of your choice. That way they disappear from the chart.

AutoScale Indicator

Apr
22

eSignal Extended Historical Data

Great news from eSignal!

We received update information from eSignal that its extended historical data will be made available thru its standard API (the one used by NeoTicker).

My first thought – Great! We can now easily download a year of historical data from eSignal on the supported symbols.

My second thought – Is the API stable yet?

I will have to talk to my programmers right after Easter Monday to see how we are going to support this new API.

Will keep you all posted on the development of this exciting news.

Apr
4

Proper Installation of NeoTicker on Windows 7

Many users have experienced difficulties in moving their NeoTicker installation onto a new computer with Windows 7 and NeoTicker 4.40 (or higher).

Here is a short explanation of what to do.

1. Clean installation of NeoTicker 4.40 (or higher). DO NOT INSTALL AN OLD VERSION FIRST AND PERFORM AN UPGRADE. Make sure there is no other old version files there.

2. Launch NeoTicker once. It will let NeoTicker copy all the necessary data files to the user document directory.

3. DO NOT COPY your old files into NeoTicker’s application directory

4. Copy your user files like windows, groups, indicators, cache data, etc. into the newly created NeoTicker4 data folder located at the user document directory under the TickQuest folder.

The default data location is,
Libraries>Documents>TickQuest>NeoTicker4

At this point, when you launch NeoTicker, it will pick up your old settings and function properly from the default data location.

Windows 7 is not Windows XP although they share the same name. You cannot copy user data into application directory without special permissions and changes to the user authorizations from Win7.

By following Win7 standard and copy your existing user files into the document folder as outlined above, it will save you a lot of troubles from struggling with Windows 7 UAC (user access control) mess in the future.

The advantage of doing a proper installation is that all you need in the future, when you move your NeoTicker from one computer to another, is to copy the whole folder located in the documents folder onto the new computer in the same location. No more messy selection of files from within the application direcotry to copy over to the new computer.

Blog Developed
By ContentRobot