How to Create a Pivot Points High/Low Indicator Using Drawings Indie 5.4.0 introduced powerful drawings functionality — the ability to draw objects on charts that are not tied to time series. Let's step-by-step create an indicator to find local extre…
How to Create a Pivot Points High/Low Indicator Using Drawings Indie 5.4.0 introduced powerful drawings functionality — the ability to draw objects on charts that are not tied to time series. Let's step-by-step create an indicator to find local extre…
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…
Green/Red Bar Counts - usage example of indie.MutSeries[T] generic class
We recently released an update to Indie language 4.1 , which now includes generic series types: indie.Series[T] and indie.MutSeries[T] . The old types indie.SeriesF and indie.MutSeriesF are still available as aliases for indie.Series[float] and
We recently released an update to Indie language 4.1 , which now includes generic series types: indie.Series[T] and indie.MutSeries[T] . The old types indie.SeriesF and indie.MutSeriesF are still available as aliases for indie.Series[float] and
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…
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…