Indicators - Moving Average
sma tradeValue is the value on which the formula is applied. It can be one of open, high, low, close. daysAgo - by default the calculations are done using the date specified in the filter definition, but optionally another parameter can be added to move the starting date a number of days relative to the specified date Examples: sma(close, 10)>200
ema tradeValue is the value on which the formula is applied. It can be one of open, high, low, close.
Examples: ema(close, 10)>200
|
