Formula 201

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…

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…

Jan
13

Formula 201 - #9 Using the FML Indicator

The FML indicator is one of the most useful and handy indicator in NeoTicker. Whenever you need to get some customized calculation done in a chart, it is the first tool to try out.

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…

Nov
22

Formula 201 - #7 Advanced Indicator Access

We will talk about the more advanced features in the formula language that deals with multi-plot indicators.

Continue Reading…

Nov
6

Formula 201 - #6 Local Variables and Recursion

I am going to discuss the use of Local Variables in formula indicators. I will also demonstrate the programming technique called recursion that can help resolve many problems related to indicator programming.

Continue Reading…

Nov
5

Formula 201- #5 Multiple Statements and Series Variables

So far we have worked on indicators with a single statement only. Although that can create many useful indicators, it may not be enough if we need to create indicators with multiple plots, or results that depends on multiple intermediate values.

Continue Reading…

Blog Developed
By ContentRobot