Mathematical Operators
--------------------------------------------------------------------------------
Mathematical operators are the "glue" that binds formulas. Formulas can contain the following mathematical operators. (They also can contain advanced operators such as square root, as explained later.)
+ Addition
- Subtraction (or negative)
* Multiplication
/ Division
The following formulas illustrate the use of operators (bolded) in a formula:
( H + L ) / 2
mov(c,10,s)-mov(c,20,s) / (h + l + c)
close + ((1.02 * high)-high)