Commit Graph

8 Commits

Author SHA1 Message Date
Martin Molinero 52d80e74f0 Indicator extensions support all indicator types 2018-08-14 18:14:46 -03:00
jjd 354da79c04 DetrendedPriceOscillator indicator.
Small redudant code fix at CompositeIndicator.cs
2017-10-11 09:56:57 -03:00
Michael Handschuh 48673aac65 Add IndicatorResult support to CompositeIndicator 2016-04-07 06:14:18 -04:00
snugs 178c9c5519 Use latest time in composite indicator 2015-05-04 16:25:54 -04:00
mattmast b24d67e1e7 Add sum indicator and use it for the SMA and MFI. Add left and right Reset for CompositeIndicator Reset with test. Reset sum on SMA reset with test. Update test helper to parse for Volume. Update test data for MFI to include volume. 2015-03-09 22:47:37 -04:00
snugs d9051ab62b Adds some basic tests for Plus,Minus,Over,Times extensions 2015-03-01 13:37:53 -05:00
snugs cf3a399799 Updates CompositeIndicator to use push system
Removed IDataConsolidator from IndicatorBase
Renamed IndicatorBase.DataConsolidated -> Updated
ConstantIndicator is now sealed
IndicatorBase.Current is now protected set to allow ConstantIndicator to set it upon construction
CompositeIndicator wires up events on left/right to auto update himself following Updated events from both left/right (unless one is constant, this will not work with two constant indicators as left/right)
2015-03-01 13:26:26 -05:00
Jared Broad b3de520915 Initial commit 2015-01-12 12:03:33 -03:00