Indicator Library

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.

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

Oct
5

TASC Traders’ Tips: A Smoothed RSI Inverse Fisher Transform

SVE Inverse Fisher RSI indicator featured in Oct 2010 issue of TASC magazine written by Sylvain Vervoort, formula language version of the indicator is available for download at the following link.

Download

TASC Inverse Fisher RSI

Sep
29

TASC Traders’ Tips: Swing Line

This is a formula language indicator feature in the article Getting Clear with Short Term Swing by Ron Black. Indicator is available for download at the following link, download and use indicator manager to install it.

Download

TASC Swing Lines

Jul
21

TASC Traders’ Tips: Average True Range Trailing Stops

This is indicator was featured in the article “Average True Range Trailing Stops” by Sylvain Vervoort in June 2009 issue of TASC. The indicator is named TASC modified average true range, it has two plots and three parameters. Download of indicator script is available below.

Download

TASC Modified Average True Range

Jun
30

TASC Traders’ Tips: Anchored VWAP Channel

These two indicators were featured in the article “An Anchored Vwap Channel for Congested Markets” written by Andrew Coles, in July, 2010 issue of TASC magazine. They are daily (TASC VWAP Channel) and intraday (TASC VWAP Channel Intraday) with different sensitive level settings for upper and lower bands. The two indicators accept two parameters, and will plot Vwap along with upper and lower bands on a chart.

Download

TASC VWAP Channel (TASC_PDB_daily.for)
TASC VWAP Channel Intraday (TASC_PDB_intraday.for)

Apr
14

Ichimoku Charting

Ichimoku Charting is a form of trend following trading technique. Here is an example chart group with the Ichimoku indicators.

Ichimoku Example_20100414_230809
Continue Reading…

Apr
13

McClellan Oscillator and Summation Index

Here is a set of indicators for plotting the McClellan Oscillator and Summation Index.

Intro Breadth McClellan Osc_20100413_202903
Continue Reading…

Mar
31

TASC Traders’ Tips: Empirical Mode Decomposition

These are the three indicators shown in March 2010 issue of Technical Analysis of Stocks and Commodities article Empirical Mode Decompositions. They are written in NeoTicker formula language.

Download indicator files into your local hard drive and use Indicator Manager to install the indicators.

Download

Bandpass Filter (tasc_bandpass.for).

Extracting the Trend (tasc_ext_trend.for).

Empirical Mode Decomposition (tasc_empirical.for).

Mar
30

Volume Profile in Excel

This is an enhanced version of the indicator shown at article Volume Profile in Table Format, this version update result to Excel worksheet and parameter settings allow users to select sort result in ascending or descending order.
Continue Reading…

Blog Developed
By ContentRobot