TakeProfit's Cover image
TakeProfit
Jul 18, 2024
Pivot Points High/Low (Simplified)image
Pivot Points High/Low (Simplified)
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…
/indicator/pivot-points-high-low-simplified-46
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
Green/Red Bar Counts - usage example of indie.MutSeries[T] generic classimage
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
/indicator/green-red-bar-counts-usage-example-of-indie-mutseries-t-generic-class-94
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
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