Blogs

Helmut Mueller

Editor's Note: In this article, Mueller expands on the Auto Fibonacci study concept covered in his August 27 article. Here he shows how to enhance the study by forcing the calculation to use… more

One of a series of interviews with traders who use CQG Integrated Client, this interview is with Robin Mesch, President of Robin Mesch Associates and Mesch Capital Management. Ms. Mesch is a… more

Helmut Mueller

We often receive questions on how to limit trading activity to certain times of day. One little extra line of code can accomplish this quite easily.

In CQG there is a very efficient… more

Helmut Mueller

Derived from contributions medieval mathematician Leonardo Fibonacci made to number theory, retracements measure the price areas where a market move is likely to pause or reverse a trend. Many… more

Helmut Mueller

If we look more closely into trend-following trading systems, sometimes the percentage of winning trades is only slightly above 50%, but the trading system still creates some nice and profitable… more

Helmut Mueller

The Average True Range (ATR) study takes the moving average of the true range over the specified period.

Definitions:

True Range = True High - True Low True High = The greater of the… more
Helmut Mueller

The Correlation function in the CQG toolbox correlates the price movement of two symbols over a defined number of bars. For example, CORREL(CL,QO,10) will return the correlation between West Texas… more

Helmut Mueller

Some of the work traders do in building trading systems can be very creative and exciting, but unfortunately some of the work is not. In most cases, traders have a specific idea in mind that they… more

Helmut Mueller

Here are some thoughts about extracting "daily" values inside an intraday market.

A common request is to calculate and plot a "daily close" value of a study based on an intraday time frame… more

Helmut Mueller

When it comes to coding your trading systems, allowing only one trade per day is by far the most frequent request.

In the example above, the session starts at 8:00 local time (see… more