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
Coding
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
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… moreThe 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
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
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
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