Pivot Points High Lowimage
Pivot Points High Low
Displays the Pivot Points (Pivothigh and Pivotlow). The script has separate parameters for lookback (Left Bars) and lookforward (Right Bars). It also plots a "ZigZag" connecting every pivot point on the chart (though, due to the current limitations of In…
Displays the Pivot Points (Pivothigh and Pivotlow). The script has separate parameters for lookback (Left Bars) and lookforward (Right Bars). It also plots a "ZigZag" connecting every pivot point on the chart (though, due to the current limitations of In…
/indicator/pivot-points-high-low-65
MACD with various MA typesimage
MACD with various MA types
Standard MACD indicator but with various types of Moving Averages, including: SMA, EMA, RMA, VWMA, WMA and HMA
Standard MACD indicator but with various types of Moving Averages, including: SMA, EMA, RMA, VWMA, WMA and HMA
/indicator/macd-with-various-ma-types-64
Keltner Channel with EMA Indicatorimage
Keltner Channel with EMA Indicator
The Keltner Channel with EMA Indicator is a versatile tool that combines the trend-following power of the Exponential Moving Average (EMA) with the volatility measurement of the Average True Range (ATR). This advanced indicator helps traders identify m…
The Keltner Channel with EMA Indicator is a versatile tool that combines the trend-following power of the Exponential Moving Average (EMA) with the volatility measurement of the Average True Range (ATR). This advanced indicator helps traders identify m…
/indicator/keltner-channel-with-ema-indicator-0
SMA algorithm that accepts 'series' length image
SMA algorithm that accepts 'series' length
Indie’s standard  indie.algorithms.Sma  algorithm has a  length  parameter which cannot be dynamically changed. Its common usage looks like this:  Sma.new(self.close, length=12) , where the  length  parameter is typically a literal constant. While it is …
Indie’s standard  indie.algorithms.Sma  algorithm has a  length  parameter which cannot be dynamically changed. Its common usage looks like this:  Sma.new(self.close, length=12) , where the  length  parameter is typically a literal constant. While it is …
/indicator/sma-algorithm-that-accepts-series-length-29
SMA + EMAimage
SMA + EMA
Description: The SMA + EMA Indicator combines the power of Simple Moving Averages (SMA) and Exponential Moving Averages (EMA) into one easy-to-use tool. Plot four customizable SMA and EMA lines on your chart, with default lengths of 20, 50, 100, and 20…
Description: The SMA + EMA Indicator combines the power of Simple Moving Averages (SMA) and Exponential Moving Averages (EMA) into one easy-to-use tool. Plot four customizable SMA and EMA lines on your chart, with default lengths of 20, 50, 100, and 20…
/indicator/sma-ema-89
Median Algorithm (written with Indie v4 classes)image
Median Algorithm (written with Indie v4 classes)
This is an example of an Indie algorithm that uses class syntax, introduced in the language since  version 4 . We've just released a major update of our Indie language - Indie version 4 . This release is an important milestone on our way to provide draw…
This is an example of an Indie algorithm that uses class syntax, introduced in the language since  version 4 . We've just released a major update of our Indie language - Indie version 4 . This release is an important milestone on our way to provide draw…
/indicator/median-algorithm-written-with-indie-v4-classes-8