Indicator/System Experiments

Mar
14

Programming the Time Distribution Analysis Indicator

In the article An Introduction to Time Distribution Analysis, I introduced an indicator that can be used to generate reports based on user defined criteria. This indicator is a very good example that illustrates the cross language development capability in NeoTicker.

(Lawrence – this article requires some basic knowledge in at least one of the programming languages supported by NeoTicker. e.g. Delphi, VB, VC++, VC#, VB.NET, C++ Builder, or NeoTicker’s built-in scripting language, Delphi Script.)

Continue Reading…

Nov
27

Formula 201 – #8 Multiple Time Frame Access

One of the unique capabilities of NeoTicker indicator is its ability to process multiple time frame (MTF) information easily. I am going to explore the basic techniques of using MTF within formula indicator.

Continue Reading…

Oct
26

Moving Average Is More Than What You Think – Part 4

The trading system presented in Formula 301 #3 is a moving average based trading system that works year after year.

Continue Reading…

Sep
12

Profile Average Indicator

NeoTicker’s indicator object model has the ability to manage profiles and produce statistics of the profiles easily. Here is an example on utilizing the object constructs for a foundational indicator, Profile Average.

Continue Reading…

Sep
11

Dynamic Support Resistance Band Indicator

Many traders use band type indicators, like Bollinger bands, Donchian Channels, etc. to analysis the direction of the current price movements. It is a very common form of technical analysis. The issue is, when plotting such indicators, both lines are plotted all the time and for many power users, they would like to focus on the line reflecting the proper direction of the market at the time only. I am going to introduce an indicator that can be used to display any bands with the ability to show only the significant line.

Continue Reading…

Aug
25

Advance Issues Momentum – An Update

I and Louis have written an article called Advance Issues Momentum published in the Technical Analysis of Stocks and Commodities magazine, August 2004 issue. Here is an update about this interesting indicator.

Continue Reading…

Aug
1

Trading System Example: Jeff Cooper 1234

This trading system example is based on chapter 6 of the book Hit and Run Trading by Jeff Cooper, in this example we will separate signal generation part of indicator code from trading system part of indicator code. The benefit of this coding style beside making code more readable is signal generator can be easily replace with another signal generator to make a completely different trading system, also use signal generate part of the code when used in pattern scanner can find trading signals for a basket of symbols.
Continue Reading…

Jul
29

Moving Average Is More Than What You Think – Part 3

Some readers are very forthcoming, they simply email me and complained to me for wasting their time in talking about moving average as something that is useful at all. I replied through email asking for their patience and wrapped up this third instalment as soon as I can.

Moving average based trading systems still exist and work very well still, even today. Here is a basic scalping setup based on average range channel, which in turn is based on simple moving average, that works very well for many years.

Continue Reading…

Jul
15

Trading System Example : Jeff Cooper Expansion Breakouts

The ideas of the system Jeff Cooper Expansion Breakouts Part 1 come from chapter 5 Expansion Breakouts of Hit and Run Trading by Jeff Cooper, it includes both breakout and breakdown trades (i.e. long and short side), it will only trade one side at a time and there are no stop and reverse orders, it requires daily data series as base data series.

Continue Reading…

Jul
11

Moving Average Is More Than What You Think – Part 2

We now know that moving average can be measured more effectively when average bar range is used as the yardstick. How do we utilitize this information?

Continue Reading…

Blog Developed
By ContentRobot