Formula 201

Jan
4

Formula 201 – #18 Memory Effect

This example show how formula language store value in a specific time of day, or when a specific condition occur. These two coding examples can be used in place of BarSince or Reftime indicator which takes up more resources, implementation is done by utilizing if function and a single slot holder local variable.

What the code does is monitor specific condition with if function, when condition is valid replace value stored in holder variable else retain previous value.
Continue Reading…

Aug
8

Formula 201 – #17 Relative Price Indicator

Relative Price indicator is an example indicator demonstrating one of the less known technical analysis techniques called Relative Price Analysis.

I will explain what Relative Price Analysis is with several examples.

You can download the indicator here, relativeprice.for
Continue Reading…

Aug
6

Formula 201- #16 Multi Time Frame Inside Bars

This formula indicator example show how to conduct multiple time frame statistic research, with printed format result output to report window.
Continue Reading…

Jun
23

Formula 201 – #15 TP Candle Formula Indicator

Here is an example indicator that combines the use of meta style and tick precise concept for the visualization of tick level data behaviour.

Complete Indicator

tp_candle_formula
Continue Reading…

Jun
10

Formula 201 – #14 Color Formula

We have been talking about the spectacular performance of various stock market indices during May in our office. I then suggested that as far as my memory goes, the month of May in general goes sideway and what we just witnessed is something very unusual. Since it is hard to just talk about history without an actual picture of what I meant, I have produced a chart that highlights the month of May every year to illustrate my point.
Continue Reading…

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…

Feb
23

Formula 201 – #13 Meta Style

In writing indicators, there is a special technique called Meta Style that change the way how an indicator is displayed based on the number of plots it has. It is a very useful technique in providing display styles that are not possible with traditional lines and histograms.

Continue Reading…

Feb
6

Formula 201 – #12 Writing Tick Precise Indicator

I am going to demonstrate the programming techniques for writing Tick Precise indicators. These techniques are equally applicable to those who like to implement TP indicators using scripts (DelphiScript or VBScript) or regular programming language through the ActiveX based IDL object model.

Continue Reading…

Jan
24

Formula 201 – #11 Writing Quote Formula Indicator

I am going to cover a few common techniques related to writing indicators that are updated by tick. Specifically, indicators in quote formulas are updated by tick all the time. Thus it is important that we know what to do so that the indicators we have written are updated properly in the quote windows, dynamic tables, etc.

Continue Reading…

Jan
20

Formula 201 – #10 Update Scheme (By Tick vs. On Bar Completion)

All the tutorials so far focus on how to write indicator. However, there are some fundamental options related to indicators that we have to cover now.

Continue Reading…

Blog Developed
By ContentRobot