Squeeze Momentumimage
Squeeze Momentum
This indicator is an adaptation of John Carter's "TTM Squeeze" volatility indicator, described in chapter 11 of his book Mastering the Trade. Unlike Carter's original method, which uses a simple momentum indicator, this version applies a linear regressio…
This indicator is an adaptation of John Carter's "TTM Squeeze" volatility indicator, described in chapter 11 of his book Mastering the Trade. Unlike Carter's original method, which uses a simple momentum indicator, this version applies a linear regressio…
/indicator/squeeze-momentum-75
MACD + Histogramimage
MACD + Histogram
Boost your Trading Insights with the MACD + Histogram Indicator The MACD + Histogram indicator is your powerful tool for identifying trend shifts and gauging momentum strength in real-time. Combining the MACD Line, Signal Line, and dynamic Histogram, thi…
Boost your Trading Insights with the MACD + Histogram Indicator The MACD + Histogram indicator is your powerful tool for identifying trend shifts and gauging momentum strength in real-time. Combining the MACD Line, Signal Line, and dynamic Histogram, thi…
/indicator/macd-histogram-33
Custom VWAP - usage example of indie.Schedule classimage
Custom VWAP - usage example of indie.Schedule class
We have recently released an update to Indie language 4.4 , which now includes new types for managing time periods: indie.schedule.ScheduleRule ,  indie.schedule.Schedule  and  indie.TradingSession . The "Custom VWAP" indicator demonstrates the usage o…
We have recently released an update to Indie language 4.4 , which now includes new types for managing time periods: indie.schedule.ScheduleRule ,  indie.schedule.Schedule  and  indie.TradingSession . The "Custom VWAP" indicator demonstrates the usage o…
/indicator/custom-vwap-usage-example-of-indie-schedule-class-23
Sma-Ema Crossover - usage example of indie.Var[T]image
Sma-Ema Crossover - usage example of indie.Var[T]
With the recent update to  Indie language 4.3 , we've introduced the  indie.Var[T]  container. This new container type functions similarly to  indie.MutSeries[T] , but it has a single-value history depth, making it ideal for storing and updating the curr…
With the recent update to  Indie language 4.3 , we've introduced the  indie.Var[T]  container. This new container type functions similarly to  indie.MutSeries[T] , but it has a single-value history depth, making it ideal for storing and updating the curr…
/indicator/sma-ema-crossover-usage-example-of-indie-var-t-90
Green/Red Bar Count - usage example of indie.Var[T]image
Green/Red Bar Count - usage example of indie.Var[T]
This update of  "Green/Red Bar Counts"  indicator showcases the latest feature in  Indie language 4.3 , the  indie.Var[T]  container. In this implementation: State Tracking : The  indie.Var[T]  container counts consecutive green (up) or red (down) bars w…
This update of  "Green/Red Bar Counts"  indicator showcases the latest feature in  Indie language 4.3 , the  indie.Var[T]  container. In this implementation: State Tracking : The  indie.Var[T]  container counts consecutive green (up) or red (down) bars w…
/indicator/green-red-bar-count-usage-example-of-indie-var-t-93
ZLEMAimage
ZLEMA
ZLEMA ZLEMA stands for Zero Lag Exponential Moving Average, developed by John Ehlers and Rick Way. Unlike a standard Exponential Moving Average, ZLEMA aims to minimize the inherent lag typically associated with moving averages and other trend-following i…
ZLEMA ZLEMA stands for Zero Lag Exponential Moving Average, developed by John Ehlers and Rick Way. Unlike a standard Exponential Moving Average, ZLEMA aims to minimize the inherent lag typically associated with moving averages and other trend-following i…
/indicator/zlema-14