Indicator Library

Oct
31

VB.NET Trading System Example

This is a moving average crossover portfolio system written in VB.NET.

This system buy when fast moving average cross over slow moving average and stop and reverse when fast moving average cross below slow moving average for all data series on chart.
Continue Reading…

Aug
19

Zig Zag Delphi Source

The following is ZigZag Delphi Script Source, right click on the link and save the file to your local drive then use indicator manager to install it into NeoTicker.

Name of this indicator will be show up as Example zigzag Delhpi source in add indicator window in NeoTicker.

Jul
11

Uptick Volume, Downtick Volume and Delta

This is a tick percise formula language indicator example that plot up tick volume, down tick volume and their difference.
Continue Reading…

Jul
4

Formula 301 – #7 Random Entry System

Unlike the previous tutorials that we focus on how to write a trading system, we are going to explore a special kind of trading systems – the ones that utilize randomization.

Continue Reading…

Jun
25

VWAP Based Pivots

Volume Weighted Average Price (VWAP) is widely used by many traders as a reference tool to gauge the market condition. It is also an important tool for traders who execute orders from clients with large blocks. Due to its common usage, VWAP is a very useful indicator for day traders. The odd thing is that not many technical analysis articles talk about VWAP based indicators at all. I will present a few interesting ones here.

Continue Reading…

May
30

Darva’s Box

These are formula indicators that plot the high/ low levels of Darva’s box and buy/sell signals generated by Darva’s box
Continue Reading…

May
29

Managed Series – Part 1 Point and Figure

Most trading platforms can draw multiple charting styles – bar chart, candlestick, line, square, etc. For the more advanced ones, you can even plot point and figure charts, renko, kagi, momentum bars, volume bars, etc. Of course, NeoTicker can do all these charting styles, with the ability to varies the underlying data series through our superposition technology. The problem is, such charting styles can involves the use of retraction that retracts the bars that are already drawn, due to the fact that the latest price update is not the actual last price print for the underlying data series. For a visual trader, that is not a problem at all, because they already understand that retraction can happen and it is expected. For a system trader, however, that affects the fundamental operation of a trading system because the data series retract. Managed Series is our solution to this issue.

Continue Reading…

May
18

Weighted Index Source Code

This is a source code for weighted index build-in indicator.

A different name “Weighted Index Source” is given to this source indicator to prevent over riding the existing build-in indicator after installation. Other than the name parameters and link series is the same as the build in indicator.

Right click here and save the indicator file to your local drive and use Script Manager to install the indicator into NeoTicker.

May
3

Understanding the Pivot Points

Pivot Points, Floor Trader Pivots, Support / Resistance Levels, etc. are all names for the same set of price levels derived from the previous day, week, or month. They are heavily publicized by financial news channels since the late 1990s as the stock market indices seem to react to these prices magically. I am going to discuss the general usage of this technical analysis technique, and some interesting characteristics that has never been discussed publicly.

Continue Reading…

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…

Blog Developed
By ContentRobot