Parameters

A formula line can reference the values of parameters that are added to the ChartScript. For example:

FI: EMA(RAW, N);

This line references the value "N", which is a parameter that was added to the Chart Script. The parameters can be modified by the viewer once the chart is displayed, and the script line will re-calculate using the new value and display the new output.