EditDescription
Community.Indicators is a library of custom technical indicators. We'll accept custom indicators that require logical operations to populate the DataSeries or those that involve a minimum of 4 simple math operations. In other words, let's keep the library clear of simplistic indicators that can be created easily on the fly.
Custom indicators introduced in
Stocks & Commodities magazine should be added to the
TASCIndicators open source component.
EditDownload Project Source Code (2010.03)
The Extension file is available to download and automatic installation from our site (Wealth-Lab.com) after registration and logging in. Here you can find its zipped project file:
Community.Indicators (source archive)
Note for Visual Studio 2005 users:
To open this solution, change the top 2 lines in the
.sln file to the following:
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
EditRevision History
2010.03
2010.02
2010.01
2009.12
2009.11
2009.10
2009.09
- Added: DV2 bounded by D.Varadi (coded by Michael Bytnar)
- Added: BBandUpper2/BBandLower2 -- Bollinger Bands that allows to select calculation type: Sample or Population (by request of dansmo)
- Added: Moving Average Envelope (by request of hamblin1)
- Fixed: TII
- Change: Dropped support for versions of Wealth-Lab 5 older than 5.4
2009.08
2009.07
- Added: TrendScore by Tushar Chande (modified after WL4 code by gbeltrame)
- Added: Coppock curve
- Added: Widner Projection Bands and the companion indicators: PB Width and PB Oscillator Fast/Slow (after WL4 code by jmm & fundtimer)
- Added: Series Greater Than / Less Than Count (virtually, they are analogous to CrossOverValueBar / CrossUnderValueBar, respectively)
- Added: the complete set of Ehlers Hilbert Transform filters ported from WL4 (thanks to fundtimer): HTDCPhase, HTInPhase, HTLeadSin, HTPeriod, HTQuadrature, HTSin, HTTrendLine
- Fixed: Elder SafeZone Stop description.
- Removed: Ehlers Sine Wave indicator by DartboardTrader (deprecated, switched to fundtimer's implementation)
2009.06
2009.05+
2009.04+
2009.03
- Added: Adaptive Laguerre filter.
- Fixed: Rolled back the 2009.02 Description change for indicators that use a Bars object parameter. The change was not necessary and adversely affected the utility of the Analysis Series visualizer.
2009.02
2009.01
- Added: Density (of a Consolidation Pattern)
- Added: Gann Swing Oscillator
- Added: Ehlers Laguerre RSI
- Added: MACD_Signal3 (which is a copy of MACD_Signal where all parameters are configurable).
2008.12
2008.11
1.3+
- Added: Acceleration Bands.
- Fixed: Description for all indicators to include parameters.
- Fixed: Group glyph was missing in Indicator list.
1.0.1.0
- Added: Kase DevStop Distance with supporting TR2DSeries.
1.0.0.0
- Baseline available for download via the Extension Manager (Tools menu).