📊Built-In Indicators
This page goes over all the basic built-in indicators to embrace a sandbox environment. Some of the indicators haven't been rigorously tested with the new DSL changes, so they may change.
Moving Average (SMA)
sma_command = SMACommand(start="2023-01-01", end="2023-06-30", period=14)
sma_result = sma_command.execute(data_provider)Relative Strength Index (RSI)
Moving Average Convergence Divergence (MACD)
Bollinger Bands
Exponential Moving Average (EMA)
Average True Range (ATR)
Volume Weighted Average Price (VWAP)
Last updated