├── .gitignore ├── Indicators.sln ├── README.md └── Technical ├── ACBW.cs ├── ACDC.cs ├── ACR.cs ├── AD.cs ├── ADF.cs ├── ADR.cs ├── ADX.cs ├── ADXR.cs ├── AMA.cs ├── AO.cs ├── ATR.cs ├── ATRN.cs ├── AccountInfoDisplay.cs ├── ActiveVolume.cs ├── AdaptiveBinaryWaveMA.cs ├── AdaptiveRsiAverage.cs ├── Alligator.cs ├── Angle.cs ├── AroonIndicator.cs ├── AroonOscillator.cs ├── AskBidBars.cs ├── AverageDelta.cs ├── AveragePriceBar.cs ├── BOP.cs ├── BWMA.cs ├── BalanceOI.cs ├── BandsEnvelope.cs ├── BarDifference.cs ├── BarNumbering.cs ├── BarRange.cs ├── BarTimer.cs ├── BarVolumeFilter.cs ├── BarsPattern.cs ├── BidAsk.cs ├── BidAskVR.cs ├── BlockMA.cs ├── BollingerBands.cs ├── BollingerBandsBandwidth.cs ├── BollingerBandsPercent.cs ├── BollingerSqueeze.cs ├── BollingerSqueezeV2.cs ├── BollingerSqueezeV3.cs ├── CAV.cs ├── CBI.cs ├── CCI.cs ├── CFO.cs ├── CMF.cs ├── CMO.cs ├── CMS.cs ├── CamarillaPivots.cs ├── CandleStatistics.cs ├── ChaikinOscillator.cs ├── ChandeMomentum.cs ├── ClusterSearch.Models.cs ├── ClusterSearch.SeriesHandling.cs ├── ClusterSearch.cs ├── ClusterStatistic.cs ├── ColorBarHighLow.cs ├── ColorBarOpenClose.cs ├── CoppockCurve.cs ├── CotHigh.cs ├── CumulativeDailyVolume.cs ├── CumulativeDelta.cs ├── CurrentPrice.cs ├── DEMA.cs ├── DINeg.cs ├── DIPos.cs ├── DMI.cs ├── DOM.cs ├── DX.cs ├── DailyChange.cs ├── DailyHighLow.cs ├── DailyLines.cs ├── DeMarker.cs ├── DeTrended.cs ├── DeTrendedDi.cs ├── Delta.cs ├── DeltaColoredCandles.cs ├── DeltaStrength.cs ├── DeltaTurnaround.cs ├── Demand.cs ├── Dispersion.cs ├── DividedByPrice.cs ├── DmIndex.cs ├── DmOscillator.cs ├── DomPower.cs ├── DomStrength.cs ├── DomV3 ├── Function.cs ├── MainIndicator.cs ├── MboGridController.cs └── Setting.cs ├── Donchian.cs ├── DoubleStochastic.cs ├── DoubleStochasticBressert.cs ├── DtOscillator.cs ├── DynamicLevels.cs ├── DynamicLevelsChannel.cs ├── EMA.cs ├── EMV.cs ├── Editors ├── CustomView.Common.cs ├── CustomView.xaml ├── CustomView.xaml.cs ├── LevelSettingsEditor.Common.cs ├── LevelSettingsEditor.xaml ├── LevelSettingsEditor.xaml.cs ├── RangeEditor.Common.cs ├── RangeEditor.xaml ├── RangeEditor.xaml.cs ├── SampleEditor.Common.cs ├── SampleEditor.xaml └── SampleEditor.xaml.cs ├── ElderRay.cs ├── Ergodic.cs ├── Exhaustion.cs ├── Extensions ├── CrossColorExtensions.Common.cs ├── CrossColorExtensions.Windows.cs └── CrossColorExtensions.cs ├── ExternalCharts.cs ├── FCV.cs ├── FairValueGap.cs ├── FisherTransform.cs ├── FisherTransformInverse.cs ├── FisherTransformInverseRsi.cs ├── ForceIndex.cs ├── Fractals.cs ├── GMMA.cs ├── Gaps.cs ├── GlobalUsings.cs ├── GreatestSwing.cs ├── HMA.cs ├── HRanges.cs ├── HVR.cs ├── HeikenAshi.cs ├── HeikenAshiSmoothed.cs ├── HerrickPayoff.cs ├── HighLow.cs ├── Highest.cs ├── HurstExponent.cs ├── Ichimoku.cs ├── ImbalanceRatio.cs ├── Indicators.Technical.csproj ├── Indicators.Technical.csproj.DotSettings ├── Indicators.csproj ├── Inertia.cs ├── Inertia2.cs ├── InitialBalance.cs ├── InsideEqualsBar.cs ├── KAMA.cs ├── KDJ.cs ├── KdFast.cs ├── KdSlow.cs ├── KeltnerChannel.cs ├── Kurtosis.cs ├── LinRegChannel.cs ├── LinRegSlope.cs ├── LinearReg.cs ├── Logo.cs ├── Lowest.cs ├── MACD.cs ├── MFI.cs ├── MMed.cs ├── MSI.cs ├── MaDifference.cs ├── MaEnvelope.cs ├── MacdBbImproved.cs ├── MacdBbStandart.cs ├── MacdLeader.cs ├── MacdVW.cs ├── MarginZones.cs ├── MarketFacilitation.cs ├── MarketPower.cs ├── MaxLevels.cs ├── McClellanOscillator.cs ├── MeanDeviation.cs ├── Momentum.cs ├── MomentumOscillator.cs ├── MomentumTrend.cs ├── MovingAverage.cs ├── MultiMarketPower.cs ├── MurrayMath.cs ├── MutualFundBars.cs ├── OBV.cs ├── OHLCPlus.cs ├── OIAnalyzer.cs ├── OSMA.cs ├── OpenInterest.cs ├── OpenLine.cs ├── OrderBlock.cs ├── OrderBookAlerts.cs ├── OrderFlow.cs ├── OutsideBar.cs ├── ParabolicSAR.cs ├── PercentagePrice.cs ├── Pivots.cs ├── PolarizedFractal.cs ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs ├── Resources.de-DE.resx ├── Resources.resx └── Resources.ru-ru.resx ├── QQE.cs ├── QStick.cs ├── RMI.cs ├── RMO.cs ├── ROC.cs ├── RSI.cs ├── RVI.cs ├── RVI2.cs ├── RWI.cs ├── Ratio.cs ├── RelativeVigorIndex.cs ├── RelativeVolume.cs ├── Repulse.cs ├── RolloverDates.cs ├── RoundNr.cs ├── SMA.cs ├── SMMA.cs ├── SPVO.cs ├── SWWMA.cs ├── SZMA.cs ├── SampleCustomViewIndicator.cs ├── SampleProperties.cs ├── SchaffTrendCycle.cs ├── SessionColor.cs ├── SpeedOfTape.cs ├── SpreadVolume.cs ├── SqueezeMomentum.cs ├── StackedImbalance.cs ├── StarcBands.cs ├── StdDev.cs ├── StdDevBands.cs ├── StdErrBands.cs ├── Stochastic.cs ├── StochasticDiNapoli.cs ├── StochasticMomentum.cs ├── StochasticRsi.cs ├── StohasticPercentile.cs ├── SuperTrend.cs ├── SwingHighLow.cs ├── SyntheticVix.cs ├── T3.cs ├── TDSequential.cs ├── TEMA.cs ├── TMA.cs ├── TRIX.cs ├── TSI.cs ├── TVI.cs ├── TapePattern.cs ├── TradesOnChart.cs ├── TrueRange.cs ├── UltimateOscillator.cs ├── UnfinishedAuction.cs ├── UpDownVolumeRatio.cs ├── VBRR.cs ├── VPF.cs ├── VWAP.cs ├── VerticalGrid.cs ├── VerticalHorizontalFilter.cs ├── VolatilityChaikins.cs ├── VolatilityHist.cs ├── VolatilityTrend.cs ├── Volume.cs ├── VolumeIndex.cs ├── VolumeOnChart.cs ├── VolumePerTrade.cs ├── VolumeSupResZones.cs ├── VolumeTrend.cs ├── VolumeZone.cs ├── Vortex.cs ├── VsaBetterVolume.cs ├── VsaWsd.cs ├── WAD.cs ├── WAO.cs ├── WMA.cs ├── WPR.cs ├── WWMA.cs ├── Watermark.cs ├── Wavetrend.cs ├── WeissWave.cs ├── WilliamsR.cs ├── WoodiesCCI.cs ├── ZLEMA.cs ├── ZScore.cs └── Zigzag.cs /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/.gitignore -------------------------------------------------------------------------------- /Indicators.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Indicators.sln -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/README.md -------------------------------------------------------------------------------- /Technical/ACBW.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ACBW.cs -------------------------------------------------------------------------------- /Technical/ACDC.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ACDC.cs -------------------------------------------------------------------------------- /Technical/ACR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ACR.cs -------------------------------------------------------------------------------- /Technical/AD.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/AD.cs -------------------------------------------------------------------------------- /Technical/ADF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ADF.cs -------------------------------------------------------------------------------- /Technical/ADR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ADR.cs -------------------------------------------------------------------------------- /Technical/ADX.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ADX.cs -------------------------------------------------------------------------------- /Technical/ADXR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ADXR.cs -------------------------------------------------------------------------------- /Technical/AMA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/AMA.cs -------------------------------------------------------------------------------- /Technical/AO.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/AO.cs -------------------------------------------------------------------------------- /Technical/ATR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ATR.cs -------------------------------------------------------------------------------- /Technical/ATRN.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ATRN.cs -------------------------------------------------------------------------------- /Technical/AccountInfoDisplay.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/AccountInfoDisplay.cs -------------------------------------------------------------------------------- /Technical/ActiveVolume.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ActiveVolume.cs -------------------------------------------------------------------------------- /Technical/AdaptiveBinaryWaveMA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/AdaptiveBinaryWaveMA.cs -------------------------------------------------------------------------------- /Technical/AdaptiveRsiAverage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/AdaptiveRsiAverage.cs -------------------------------------------------------------------------------- /Technical/Alligator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Alligator.cs -------------------------------------------------------------------------------- /Technical/Angle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Angle.cs -------------------------------------------------------------------------------- /Technical/AroonIndicator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/AroonIndicator.cs -------------------------------------------------------------------------------- /Technical/AroonOscillator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/AroonOscillator.cs -------------------------------------------------------------------------------- /Technical/AskBidBars.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/AskBidBars.cs -------------------------------------------------------------------------------- /Technical/AverageDelta.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/AverageDelta.cs -------------------------------------------------------------------------------- /Technical/AveragePriceBar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/AveragePriceBar.cs -------------------------------------------------------------------------------- /Technical/BOP.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/BOP.cs -------------------------------------------------------------------------------- /Technical/BWMA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/BWMA.cs -------------------------------------------------------------------------------- /Technical/BalanceOI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/BalanceOI.cs -------------------------------------------------------------------------------- /Technical/BandsEnvelope.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/BandsEnvelope.cs -------------------------------------------------------------------------------- /Technical/BarDifference.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/BarDifference.cs -------------------------------------------------------------------------------- /Technical/BarNumbering.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/BarNumbering.cs -------------------------------------------------------------------------------- /Technical/BarRange.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/BarRange.cs -------------------------------------------------------------------------------- /Technical/BarTimer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/BarTimer.cs -------------------------------------------------------------------------------- /Technical/BarVolumeFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/BarVolumeFilter.cs -------------------------------------------------------------------------------- /Technical/BarsPattern.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/BarsPattern.cs -------------------------------------------------------------------------------- /Technical/BidAsk.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/BidAsk.cs -------------------------------------------------------------------------------- /Technical/BidAskVR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/BidAskVR.cs -------------------------------------------------------------------------------- /Technical/BlockMA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/BlockMA.cs -------------------------------------------------------------------------------- /Technical/BollingerBands.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/BollingerBands.cs -------------------------------------------------------------------------------- /Technical/BollingerBandsBandwidth.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/BollingerBandsBandwidth.cs -------------------------------------------------------------------------------- /Technical/BollingerBandsPercent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/BollingerBandsPercent.cs -------------------------------------------------------------------------------- /Technical/BollingerSqueeze.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/BollingerSqueeze.cs -------------------------------------------------------------------------------- /Technical/BollingerSqueezeV2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/BollingerSqueezeV2.cs -------------------------------------------------------------------------------- /Technical/BollingerSqueezeV3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/BollingerSqueezeV3.cs -------------------------------------------------------------------------------- /Technical/CAV.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/CAV.cs -------------------------------------------------------------------------------- /Technical/CBI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/CBI.cs -------------------------------------------------------------------------------- /Technical/CCI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/CCI.cs -------------------------------------------------------------------------------- /Technical/CFO.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/CFO.cs -------------------------------------------------------------------------------- /Technical/CMF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/CMF.cs -------------------------------------------------------------------------------- /Technical/CMO.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/CMO.cs -------------------------------------------------------------------------------- /Technical/CMS.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/CMS.cs -------------------------------------------------------------------------------- /Technical/CamarillaPivots.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/CamarillaPivots.cs -------------------------------------------------------------------------------- /Technical/CandleStatistics.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/CandleStatistics.cs -------------------------------------------------------------------------------- /Technical/ChaikinOscillator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ChaikinOscillator.cs -------------------------------------------------------------------------------- /Technical/ChandeMomentum.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ChandeMomentum.cs -------------------------------------------------------------------------------- /Technical/ClusterSearch.Models.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ClusterSearch.Models.cs -------------------------------------------------------------------------------- /Technical/ClusterSearch.SeriesHandling.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ClusterSearch.SeriesHandling.cs -------------------------------------------------------------------------------- /Technical/ClusterSearch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ClusterSearch.cs -------------------------------------------------------------------------------- /Technical/ClusterStatistic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ClusterStatistic.cs -------------------------------------------------------------------------------- /Technical/ColorBarHighLow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ColorBarHighLow.cs -------------------------------------------------------------------------------- /Technical/ColorBarOpenClose.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ColorBarOpenClose.cs -------------------------------------------------------------------------------- /Technical/CoppockCurve.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/CoppockCurve.cs -------------------------------------------------------------------------------- /Technical/CotHigh.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/CotHigh.cs -------------------------------------------------------------------------------- /Technical/CumulativeDailyVolume.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/CumulativeDailyVolume.cs -------------------------------------------------------------------------------- /Technical/CumulativeDelta.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/CumulativeDelta.cs -------------------------------------------------------------------------------- /Technical/CurrentPrice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/CurrentPrice.cs -------------------------------------------------------------------------------- /Technical/DEMA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DEMA.cs -------------------------------------------------------------------------------- /Technical/DINeg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DINeg.cs -------------------------------------------------------------------------------- /Technical/DIPos.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DIPos.cs -------------------------------------------------------------------------------- /Technical/DMI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DMI.cs -------------------------------------------------------------------------------- /Technical/DOM.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DOM.cs -------------------------------------------------------------------------------- /Technical/DX.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DX.cs -------------------------------------------------------------------------------- /Technical/DailyChange.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DailyChange.cs -------------------------------------------------------------------------------- /Technical/DailyHighLow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DailyHighLow.cs -------------------------------------------------------------------------------- /Technical/DailyLines.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DailyLines.cs -------------------------------------------------------------------------------- /Technical/DeMarker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DeMarker.cs -------------------------------------------------------------------------------- /Technical/DeTrended.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DeTrended.cs -------------------------------------------------------------------------------- /Technical/DeTrendedDi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DeTrendedDi.cs -------------------------------------------------------------------------------- /Technical/Delta.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Delta.cs -------------------------------------------------------------------------------- /Technical/DeltaColoredCandles.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DeltaColoredCandles.cs -------------------------------------------------------------------------------- /Technical/DeltaStrength.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DeltaStrength.cs -------------------------------------------------------------------------------- /Technical/DeltaTurnaround.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DeltaTurnaround.cs -------------------------------------------------------------------------------- /Technical/Demand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Demand.cs -------------------------------------------------------------------------------- /Technical/Dispersion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Dispersion.cs -------------------------------------------------------------------------------- /Technical/DividedByPrice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DividedByPrice.cs -------------------------------------------------------------------------------- /Technical/DmIndex.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DmIndex.cs -------------------------------------------------------------------------------- /Technical/DmOscillator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DmOscillator.cs -------------------------------------------------------------------------------- /Technical/DomPower.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DomPower.cs -------------------------------------------------------------------------------- /Technical/DomStrength.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DomStrength.cs -------------------------------------------------------------------------------- /Technical/DomV3/Function.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DomV3/Function.cs -------------------------------------------------------------------------------- /Technical/DomV3/MainIndicator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DomV3/MainIndicator.cs -------------------------------------------------------------------------------- /Technical/DomV3/MboGridController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DomV3/MboGridController.cs -------------------------------------------------------------------------------- /Technical/DomV3/Setting.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DomV3/Setting.cs -------------------------------------------------------------------------------- /Technical/Donchian.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Donchian.cs -------------------------------------------------------------------------------- /Technical/DoubleStochastic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DoubleStochastic.cs -------------------------------------------------------------------------------- /Technical/DoubleStochasticBressert.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DoubleStochasticBressert.cs -------------------------------------------------------------------------------- /Technical/DtOscillator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DtOscillator.cs -------------------------------------------------------------------------------- /Technical/DynamicLevels.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DynamicLevels.cs -------------------------------------------------------------------------------- /Technical/DynamicLevelsChannel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/DynamicLevelsChannel.cs -------------------------------------------------------------------------------- /Technical/EMA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/EMA.cs -------------------------------------------------------------------------------- /Technical/EMV.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/EMV.cs -------------------------------------------------------------------------------- /Technical/Editors/CustomView.Common.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Editors/CustomView.Common.cs -------------------------------------------------------------------------------- /Technical/Editors/CustomView.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Editors/CustomView.xaml -------------------------------------------------------------------------------- /Technical/Editors/CustomView.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Editors/CustomView.xaml.cs -------------------------------------------------------------------------------- /Technical/Editors/LevelSettingsEditor.Common.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Editors/LevelSettingsEditor.Common.cs -------------------------------------------------------------------------------- /Technical/Editors/LevelSettingsEditor.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Editors/LevelSettingsEditor.xaml -------------------------------------------------------------------------------- /Technical/Editors/LevelSettingsEditor.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Editors/LevelSettingsEditor.xaml.cs -------------------------------------------------------------------------------- /Technical/Editors/RangeEditor.Common.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Editors/RangeEditor.Common.cs -------------------------------------------------------------------------------- /Technical/Editors/RangeEditor.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Editors/RangeEditor.xaml -------------------------------------------------------------------------------- /Technical/Editors/RangeEditor.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Editors/RangeEditor.xaml.cs -------------------------------------------------------------------------------- /Technical/Editors/SampleEditor.Common.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Editors/SampleEditor.Common.cs -------------------------------------------------------------------------------- /Technical/Editors/SampleEditor.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Editors/SampleEditor.xaml -------------------------------------------------------------------------------- /Technical/Editors/SampleEditor.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Editors/SampleEditor.xaml.cs -------------------------------------------------------------------------------- /Technical/ElderRay.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ElderRay.cs -------------------------------------------------------------------------------- /Technical/Ergodic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Ergodic.cs -------------------------------------------------------------------------------- /Technical/Exhaustion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Exhaustion.cs -------------------------------------------------------------------------------- /Technical/Extensions/CrossColorExtensions.Common.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Extensions/CrossColorExtensions.Common.cs -------------------------------------------------------------------------------- /Technical/Extensions/CrossColorExtensions.Windows.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Extensions/CrossColorExtensions.Windows.cs -------------------------------------------------------------------------------- /Technical/Extensions/CrossColorExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Extensions/CrossColorExtensions.cs -------------------------------------------------------------------------------- /Technical/ExternalCharts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ExternalCharts.cs -------------------------------------------------------------------------------- /Technical/FCV.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/FCV.cs -------------------------------------------------------------------------------- /Technical/FairValueGap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/FairValueGap.cs -------------------------------------------------------------------------------- /Technical/FisherTransform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/FisherTransform.cs -------------------------------------------------------------------------------- /Technical/FisherTransformInverse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/FisherTransformInverse.cs -------------------------------------------------------------------------------- /Technical/FisherTransformInverseRsi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/FisherTransformInverseRsi.cs -------------------------------------------------------------------------------- /Technical/ForceIndex.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ForceIndex.cs -------------------------------------------------------------------------------- /Technical/Fractals.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Fractals.cs -------------------------------------------------------------------------------- /Technical/GMMA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/GMMA.cs -------------------------------------------------------------------------------- /Technical/Gaps.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Gaps.cs -------------------------------------------------------------------------------- /Technical/GlobalUsings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/GlobalUsings.cs -------------------------------------------------------------------------------- /Technical/GreatestSwing.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/GreatestSwing.cs -------------------------------------------------------------------------------- /Technical/HMA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/HMA.cs -------------------------------------------------------------------------------- /Technical/HRanges.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/HRanges.cs -------------------------------------------------------------------------------- /Technical/HVR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/HVR.cs -------------------------------------------------------------------------------- /Technical/HeikenAshi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/HeikenAshi.cs -------------------------------------------------------------------------------- /Technical/HeikenAshiSmoothed.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/HeikenAshiSmoothed.cs -------------------------------------------------------------------------------- /Technical/HerrickPayoff.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/HerrickPayoff.cs -------------------------------------------------------------------------------- /Technical/HighLow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/HighLow.cs -------------------------------------------------------------------------------- /Technical/Highest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Highest.cs -------------------------------------------------------------------------------- /Technical/HurstExponent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/HurstExponent.cs -------------------------------------------------------------------------------- /Technical/Ichimoku.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Ichimoku.cs -------------------------------------------------------------------------------- /Technical/ImbalanceRatio.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ImbalanceRatio.cs -------------------------------------------------------------------------------- /Technical/Indicators.Technical.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Indicators.Technical.csproj -------------------------------------------------------------------------------- /Technical/Indicators.Technical.csproj.DotSettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Indicators.Technical.csproj.DotSettings -------------------------------------------------------------------------------- /Technical/Indicators.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Indicators.csproj -------------------------------------------------------------------------------- /Technical/Inertia.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Inertia.cs -------------------------------------------------------------------------------- /Technical/Inertia2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Inertia2.cs -------------------------------------------------------------------------------- /Technical/InitialBalance.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/InitialBalance.cs -------------------------------------------------------------------------------- /Technical/InsideEqualsBar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/InsideEqualsBar.cs -------------------------------------------------------------------------------- /Technical/KAMA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/KAMA.cs -------------------------------------------------------------------------------- /Technical/KDJ.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/KDJ.cs -------------------------------------------------------------------------------- /Technical/KdFast.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/KdFast.cs -------------------------------------------------------------------------------- /Technical/KdSlow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/KdSlow.cs -------------------------------------------------------------------------------- /Technical/KeltnerChannel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/KeltnerChannel.cs -------------------------------------------------------------------------------- /Technical/Kurtosis.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Kurtosis.cs -------------------------------------------------------------------------------- /Technical/LinRegChannel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/LinRegChannel.cs -------------------------------------------------------------------------------- /Technical/LinRegSlope.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/LinRegSlope.cs -------------------------------------------------------------------------------- /Technical/LinearReg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/LinearReg.cs -------------------------------------------------------------------------------- /Technical/Logo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Logo.cs -------------------------------------------------------------------------------- /Technical/Lowest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Lowest.cs -------------------------------------------------------------------------------- /Technical/MACD.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/MACD.cs -------------------------------------------------------------------------------- /Technical/MFI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/MFI.cs -------------------------------------------------------------------------------- /Technical/MMed.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/MMed.cs -------------------------------------------------------------------------------- /Technical/MSI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/MSI.cs -------------------------------------------------------------------------------- /Technical/MaDifference.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/MaDifference.cs -------------------------------------------------------------------------------- /Technical/MaEnvelope.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/MaEnvelope.cs -------------------------------------------------------------------------------- /Technical/MacdBbImproved.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/MacdBbImproved.cs -------------------------------------------------------------------------------- /Technical/MacdBbStandart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/MacdBbStandart.cs -------------------------------------------------------------------------------- /Technical/MacdLeader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/MacdLeader.cs -------------------------------------------------------------------------------- /Technical/MacdVW.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/MacdVW.cs -------------------------------------------------------------------------------- /Technical/MarginZones.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/MarginZones.cs -------------------------------------------------------------------------------- /Technical/MarketFacilitation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/MarketFacilitation.cs -------------------------------------------------------------------------------- /Technical/MarketPower.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/MarketPower.cs -------------------------------------------------------------------------------- /Technical/MaxLevels.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/MaxLevels.cs -------------------------------------------------------------------------------- /Technical/McClellanOscillator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/McClellanOscillator.cs -------------------------------------------------------------------------------- /Technical/MeanDeviation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/MeanDeviation.cs -------------------------------------------------------------------------------- /Technical/Momentum.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Momentum.cs -------------------------------------------------------------------------------- /Technical/MomentumOscillator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/MomentumOscillator.cs -------------------------------------------------------------------------------- /Technical/MomentumTrend.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/MomentumTrend.cs -------------------------------------------------------------------------------- /Technical/MovingAverage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/MovingAverage.cs -------------------------------------------------------------------------------- /Technical/MultiMarketPower.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/MultiMarketPower.cs -------------------------------------------------------------------------------- /Technical/MurrayMath.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/MurrayMath.cs -------------------------------------------------------------------------------- /Technical/MutualFundBars.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/MutualFundBars.cs -------------------------------------------------------------------------------- /Technical/OBV.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/OBV.cs -------------------------------------------------------------------------------- /Technical/OHLCPlus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/OHLCPlus.cs -------------------------------------------------------------------------------- /Technical/OIAnalyzer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/OIAnalyzer.cs -------------------------------------------------------------------------------- /Technical/OSMA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/OSMA.cs -------------------------------------------------------------------------------- /Technical/OpenInterest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/OpenInterest.cs -------------------------------------------------------------------------------- /Technical/OpenLine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/OpenLine.cs -------------------------------------------------------------------------------- /Technical/OrderBlock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/OrderBlock.cs -------------------------------------------------------------------------------- /Technical/OrderBookAlerts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/OrderBookAlerts.cs -------------------------------------------------------------------------------- /Technical/OrderFlow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/OrderFlow.cs -------------------------------------------------------------------------------- /Technical/OutsideBar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/OutsideBar.cs -------------------------------------------------------------------------------- /Technical/ParabolicSAR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ParabolicSAR.cs -------------------------------------------------------------------------------- /Technical/PercentagePrice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/PercentagePrice.cs -------------------------------------------------------------------------------- /Technical/Pivots.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Pivots.cs -------------------------------------------------------------------------------- /Technical/PolarizedFractal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/PolarizedFractal.cs -------------------------------------------------------------------------------- /Technical/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Technical/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Technical/Properties/Resources.de-DE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Properties/Resources.de-DE.resx -------------------------------------------------------------------------------- /Technical/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Properties/Resources.resx -------------------------------------------------------------------------------- /Technical/Properties/Resources.ru-ru.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Properties/Resources.ru-ru.resx -------------------------------------------------------------------------------- /Technical/QQE.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/QQE.cs -------------------------------------------------------------------------------- /Technical/QStick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/QStick.cs -------------------------------------------------------------------------------- /Technical/RMI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/RMI.cs -------------------------------------------------------------------------------- /Technical/RMO.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/RMO.cs -------------------------------------------------------------------------------- /Technical/ROC.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ROC.cs -------------------------------------------------------------------------------- /Technical/RSI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/RSI.cs -------------------------------------------------------------------------------- /Technical/RVI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/RVI.cs -------------------------------------------------------------------------------- /Technical/RVI2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/RVI2.cs -------------------------------------------------------------------------------- /Technical/RWI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/RWI.cs -------------------------------------------------------------------------------- /Technical/Ratio.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Ratio.cs -------------------------------------------------------------------------------- /Technical/RelativeVigorIndex.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/RelativeVigorIndex.cs -------------------------------------------------------------------------------- /Technical/RelativeVolume.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/RelativeVolume.cs -------------------------------------------------------------------------------- /Technical/Repulse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Repulse.cs -------------------------------------------------------------------------------- /Technical/RolloverDates.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/RolloverDates.cs -------------------------------------------------------------------------------- /Technical/RoundNr.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/RoundNr.cs -------------------------------------------------------------------------------- /Technical/SMA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/SMA.cs -------------------------------------------------------------------------------- /Technical/SMMA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/SMMA.cs -------------------------------------------------------------------------------- /Technical/SPVO.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/SPVO.cs -------------------------------------------------------------------------------- /Technical/SWWMA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/SWWMA.cs -------------------------------------------------------------------------------- /Technical/SZMA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/SZMA.cs -------------------------------------------------------------------------------- /Technical/SampleCustomViewIndicator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/SampleCustomViewIndicator.cs -------------------------------------------------------------------------------- /Technical/SampleProperties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/SampleProperties.cs -------------------------------------------------------------------------------- /Technical/SchaffTrendCycle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/SchaffTrendCycle.cs -------------------------------------------------------------------------------- /Technical/SessionColor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/SessionColor.cs -------------------------------------------------------------------------------- /Technical/SpeedOfTape.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/SpeedOfTape.cs -------------------------------------------------------------------------------- /Technical/SpreadVolume.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/SpreadVolume.cs -------------------------------------------------------------------------------- /Technical/SqueezeMomentum.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/SqueezeMomentum.cs -------------------------------------------------------------------------------- /Technical/StackedImbalance.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/StackedImbalance.cs -------------------------------------------------------------------------------- /Technical/StarcBands.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/StarcBands.cs -------------------------------------------------------------------------------- /Technical/StdDev.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/StdDev.cs -------------------------------------------------------------------------------- /Technical/StdDevBands.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/StdDevBands.cs -------------------------------------------------------------------------------- /Technical/StdErrBands.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/StdErrBands.cs -------------------------------------------------------------------------------- /Technical/Stochastic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Stochastic.cs -------------------------------------------------------------------------------- /Technical/StochasticDiNapoli.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/StochasticDiNapoli.cs -------------------------------------------------------------------------------- /Technical/StochasticMomentum.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/StochasticMomentum.cs -------------------------------------------------------------------------------- /Technical/StochasticRsi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/StochasticRsi.cs -------------------------------------------------------------------------------- /Technical/StohasticPercentile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/StohasticPercentile.cs -------------------------------------------------------------------------------- /Technical/SuperTrend.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/SuperTrend.cs -------------------------------------------------------------------------------- /Technical/SwingHighLow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/SwingHighLow.cs -------------------------------------------------------------------------------- /Technical/SyntheticVix.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/SyntheticVix.cs -------------------------------------------------------------------------------- /Technical/T3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/T3.cs -------------------------------------------------------------------------------- /Technical/TDSequential.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/TDSequential.cs -------------------------------------------------------------------------------- /Technical/TEMA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/TEMA.cs -------------------------------------------------------------------------------- /Technical/TMA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/TMA.cs -------------------------------------------------------------------------------- /Technical/TRIX.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/TRIX.cs -------------------------------------------------------------------------------- /Technical/TSI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/TSI.cs -------------------------------------------------------------------------------- /Technical/TVI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/TVI.cs -------------------------------------------------------------------------------- /Technical/TapePattern.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/TapePattern.cs -------------------------------------------------------------------------------- /Technical/TradesOnChart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/TradesOnChart.cs -------------------------------------------------------------------------------- /Technical/TrueRange.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/TrueRange.cs -------------------------------------------------------------------------------- /Technical/UltimateOscillator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/UltimateOscillator.cs -------------------------------------------------------------------------------- /Technical/UnfinishedAuction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/UnfinishedAuction.cs -------------------------------------------------------------------------------- /Technical/UpDownVolumeRatio.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/UpDownVolumeRatio.cs -------------------------------------------------------------------------------- /Technical/VBRR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/VBRR.cs -------------------------------------------------------------------------------- /Technical/VPF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/VPF.cs -------------------------------------------------------------------------------- /Technical/VWAP.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/VWAP.cs -------------------------------------------------------------------------------- /Technical/VerticalGrid.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/VerticalGrid.cs -------------------------------------------------------------------------------- /Technical/VerticalHorizontalFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/VerticalHorizontalFilter.cs -------------------------------------------------------------------------------- /Technical/VolatilityChaikins.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/VolatilityChaikins.cs -------------------------------------------------------------------------------- /Technical/VolatilityHist.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/VolatilityHist.cs -------------------------------------------------------------------------------- /Technical/VolatilityTrend.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/VolatilityTrend.cs -------------------------------------------------------------------------------- /Technical/Volume.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Volume.cs -------------------------------------------------------------------------------- /Technical/VolumeIndex.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/VolumeIndex.cs -------------------------------------------------------------------------------- /Technical/VolumeOnChart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/VolumeOnChart.cs -------------------------------------------------------------------------------- /Technical/VolumePerTrade.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/VolumePerTrade.cs -------------------------------------------------------------------------------- /Technical/VolumeSupResZones.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/VolumeSupResZones.cs -------------------------------------------------------------------------------- /Technical/VolumeTrend.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/VolumeTrend.cs -------------------------------------------------------------------------------- /Technical/VolumeZone.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/VolumeZone.cs -------------------------------------------------------------------------------- /Technical/Vortex.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Vortex.cs -------------------------------------------------------------------------------- /Technical/VsaBetterVolume.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/VsaBetterVolume.cs -------------------------------------------------------------------------------- /Technical/VsaWsd.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/VsaWsd.cs -------------------------------------------------------------------------------- /Technical/WAD.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/WAD.cs -------------------------------------------------------------------------------- /Technical/WAO.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/WAO.cs -------------------------------------------------------------------------------- /Technical/WMA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/WMA.cs -------------------------------------------------------------------------------- /Technical/WPR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/WPR.cs -------------------------------------------------------------------------------- /Technical/WWMA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/WWMA.cs -------------------------------------------------------------------------------- /Technical/Watermark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Watermark.cs -------------------------------------------------------------------------------- /Technical/Wavetrend.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Wavetrend.cs -------------------------------------------------------------------------------- /Technical/WeissWave.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/WeissWave.cs -------------------------------------------------------------------------------- /Technical/WilliamsR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/WilliamsR.cs -------------------------------------------------------------------------------- /Technical/WoodiesCCI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/WoodiesCCI.cs -------------------------------------------------------------------------------- /Technical/ZLEMA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ZLEMA.cs -------------------------------------------------------------------------------- /Technical/ZScore.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/ZScore.cs -------------------------------------------------------------------------------- /Technical/Zigzag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AtasPlatform/Indicators/HEAD/Technical/Zigzag.cs --------------------------------------------------------------------------------