Indicators

sma

Simple Moving Average (SMA) is a technical indicator that calculates the average price of a security over a specified number of periods. It helps identify trends and potential support/resistance levels.

sma (tick)

Simple Moving Average (SMA) is a technical indicator that calculates the average price of a security over a specified number of periods. It helps identify trends and potential support/resistance levels.

Input parameters

PropTypeDefaultDescription
minutes*number14The number of minutes to calculate the SMA

SQL example

TICK sma WITH minutes=14 > 50.25 THEN order SET size=100, price=51.00, transmit=true

On this page