MAE_HI, MAE_LO |
Top Previous Next |
Keyword Description Moving Average Envelope (high band, low band) Class Indicator Where Legal
Syntax MAE_HI[n,%] Where n is the number of days in the study, and % is the bandwidth, in hundredths of a percent. Example Sample code COL2 = MAE_HI[90, 100] COL3 = MAE_LO[90, 100]
|