previous
this
next
contents
reference
index
search
EAS Mathematical Calculation Script Functions
In order to construct technical indicators for equity price and volume analysis, certain
types of mathematical operations are performed on a regular basis on data series. EAS
uses O-Matrix to provide add on functions for these common operations. The
add-on functions are specifically designed to operate with EAS to make creating
charts of standard or user designed TA indicators easier. The purpose of almost all
of the Math Functions is to eliminate the need for for/next and
do/while loops as this can get tedious when writing a lot of code.