Login Form



Members

Please contact support
(top right button)
if you need any assistance,
including service cancellation,
technical issues,
help building scans
and new indicator requests.

Indicators - Moving Average

sma
===
Usage: sma(tradeValue, period)[-daysAgo] 5

Parameters:

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
sma(volume, 100) > 100000

 

ema
===
Usage: ema(tradeValue, period)[-daysAgo] 5

Parameters:

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:

ema(close, 10)>200
ema(volume, 100) > 100000