From 5fab733bff0619c8a15948d837fd260390bdd293 Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Fri, 12 Jan 2024 21:52:02 +0000 Subject: [PATCH] build based on f5b809d --- dev/.documenter-siteinfo.json | 2 +- dev/index.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 0562fe9..df69edb 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.9.4","generation_timestamp":"2024-01-12T21:49:25","documenter_version":"1.2.1"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-01-12T21:52:00","documenter_version":"1.2.1"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index eb24235..9db412f 100644 --- a/dev/index.html +++ b/dev/index.html @@ -186,7 +186,7 @@ 2020-01-21T16:00:00 100.0 97.1424 2020-01-21T17:00:00 70.2795 87.2356 2020-01-21T18:00:00 67.5883 79.2893 - 2020-01-21T19:00:00 35.0649 57.6443

API Documentation

Indicators (alphabetically ordered)

IncTA.ADXType
ADX{Tohlcv}(; di_period = 14, adx_period = 14, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The ADX type implements an Average Directional Index indicator.

source
IncTA.ALMAType
ALMA{T}(; period = ALMA_PERIOD, offset = ALMA_OFFSET, sigma = ALMA_SIGMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The ALMA type implements an Arnaud Legoux Moving Average indicator.

source
IncTA.AOType
AO{Tohlcv}(; fast_period = AO_FAST_PERIOD, slow_period = AO_SLOW_PERIOD, fast_ma = SMA, slow_ma = SMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The AO type implements an Awesome Oscillator indicator.

source
IncTA.ATRType
ATR{Tohlcv}(; period = ATR_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The ATR type implements an Average True Range indicator.

source
IncTA.AccuDistType
AccuDist{Tohlcv}(input_filter = always_true, input_modifier = identity)

The AccuDist type implements an Accumulation and Distribution indicator.

source
IncTA.AroonType
Aroon{Tohlcv}(; period = Aroon_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The Aroon type implements an Aroon indicator.

source
IncTA.BBType
BB{T}(; period = BB_PERIOD, std_dev_mult = BB_STD_DEV_MULT, ma = SMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The BB type implements Bollinger Bands indicator.

source
IncTA.BOPType
BOP{Tohlcv}(input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The BOP type implements a Balance Of Power indicator.

source
IncTA.CCIType
CCI{Tohlcv}(; period=CCI_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The CCI type implements a Commodity Channel Index.

source
IncTA.CHOPType
CHOP{Tohlcv}(; period = CHOP_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The CHOP type implements a Choppiness Index indicator.

source
IncTA.ChaikinOscType
ChaikinOsc{Tohlcv}(; fast_period = ChaikinOsc_FAST_PERIOD, slow_period = ChaikinOsc_SLOW_PERIOD, fast_ma = EMA, slow_ma = EMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The ChaikinOsc type implements a Chaikin Oscillator.

source
IncTA.ChandeKrollStopType
ChandeKrollStop{Tohlcv}(; atr_period = ChandeKrollStop_ATR_PERIOD, atr_mult = ChandeKrollStop_ATR_MULT, period = ChandeKrollStop_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The ChandeKrollStop type implements a ChandeKrollStop indicator.

source
IncTA.CoppockCurveType
CoppockCurve{T}(; fast_roc_period = CoppockCurve_FAST_ROC_PERIOD, slow_roc_period = CoppockCurve_SLOW_ROC_PERIOD, wma_period = CoppockCurve_WMA_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The CoppockCurve type implements a Coppock Curve indicator.

source
IncTA.DEMAType
DEMA{T}(; period = DEMA_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The DEMA type implements a Double Exponential Moving Average indicator.

source
IncTA.DPOType
DPO{T}(; period = DPO_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The DPO type implements a Detrended Price Oscillator indicator.

source
IncTA.DonchianChannelsType
DonchianChannels{Tohlcv}(; period = DonchianChannels_ATR_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The DonchianChannels type implements a Donchian Channels indicator.

source
IncTA.EMAType
EMA{T}(; period = EMA_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The EMA type implements an Exponential Moving Average indicator.

source
IncTA.EMVType
EMV{Tohlcv}(; period = EMV_PERIOD, volume_div = EMV_VOLUME_DIV, ma = SMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The EMV type implements a Ease of Movement indicator.

source
IncTA.ForceIndexType
ForceIndex{Tohlcv}(; period = ForceIndex_PERIOD, ma = EMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The ForceIndex type implements a Force Index indicator.

source
IncTA.HMAType
HMA{T}(; period = HMA_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The HMA type implements a Hull Moving Average indicator.

source
IncTA.KAMAType
KAMA{T}(; period = KAMA_PERIOD, fast_ema_constant_period = KAMA_FAST_EMA_CONSTANT_PERIOD, slow_ema_constant_period = KAMA_SLOW_EMA_CONSTANT_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The KAMA type implements a Kaufman's Adaptive Moving Average indicator.

source
IncTA.KSTType
KST{T}(;
+ 2020-01-21T19:00:00   35.0649        57.6443

API Documentation

Indicators (alphabetically ordered)

IncTA.ADXType
ADX{Tohlcv}(; di_period = 14, adx_period = 14, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The ADX type implements an Average Directional Index indicator.

source
IncTA.ALMAType
ALMA{T}(; period = ALMA_PERIOD, offset = ALMA_OFFSET, sigma = ALMA_SIGMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The ALMA type implements an Arnaud Legoux Moving Average indicator.

source
IncTA.AOType
AO{Tohlcv}(; fast_period = AO_FAST_PERIOD, slow_period = AO_SLOW_PERIOD, fast_ma = SMA, slow_ma = SMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The AO type implements an Awesome Oscillator indicator.

source
IncTA.ATRType
ATR{Tohlcv}(; period = ATR_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The ATR type implements an Average True Range indicator.

source
IncTA.AccuDistType
AccuDist{Tohlcv}(input_filter = always_true, input_modifier = identity)

The AccuDist type implements an Accumulation and Distribution indicator.

source
IncTA.AroonType
Aroon{Tohlcv}(; period = Aroon_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The Aroon type implements an Aroon indicator.

source
IncTA.BBType
BB{T}(; period = BB_PERIOD, std_dev_mult = BB_STD_DEV_MULT, ma = SMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The BB type implements Bollinger Bands indicator.

source
IncTA.BOPType
BOP{Tohlcv}(input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The BOP type implements a Balance Of Power indicator.

source
IncTA.CCIType
CCI{Tohlcv}(; period=CCI_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The CCI type implements a Commodity Channel Index.

source
IncTA.CHOPType
CHOP{Tohlcv}(; period = CHOP_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The CHOP type implements a Choppiness Index indicator.

source
IncTA.ChaikinOscType
ChaikinOsc{Tohlcv}(; fast_period = ChaikinOsc_FAST_PERIOD, slow_period = ChaikinOsc_SLOW_PERIOD, fast_ma = EMA, slow_ma = EMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The ChaikinOsc type implements a Chaikin Oscillator.

source
IncTA.ChandeKrollStopType
ChandeKrollStop{Tohlcv}(; atr_period = ChandeKrollStop_ATR_PERIOD, atr_mult = ChandeKrollStop_ATR_MULT, period = ChandeKrollStop_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The ChandeKrollStop type implements a ChandeKrollStop indicator.

source
IncTA.CoppockCurveType
CoppockCurve{T}(; fast_roc_period = CoppockCurve_FAST_ROC_PERIOD, slow_roc_period = CoppockCurve_SLOW_ROC_PERIOD, wma_period = CoppockCurve_WMA_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The CoppockCurve type implements a Coppock Curve indicator.

source
IncTA.DEMAType
DEMA{T}(; period = DEMA_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The DEMA type implements a Double Exponential Moving Average indicator.

source
IncTA.DPOType
DPO{T}(; period = DPO_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The DPO type implements a Detrended Price Oscillator indicator.

source
IncTA.DonchianChannelsType
DonchianChannels{Tohlcv}(; period = DonchianChannels_ATR_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The DonchianChannels type implements a Donchian Channels indicator.

source
IncTA.EMAType
EMA{T}(; period = EMA_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The EMA type implements an Exponential Moving Average indicator.

source
IncTA.EMVType
EMV{Tohlcv}(; period = EMV_PERIOD, volume_div = EMV_VOLUME_DIV, ma = SMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The EMV type implements a Ease of Movement indicator.

source
IncTA.ForceIndexType
ForceIndex{Tohlcv}(; period = ForceIndex_PERIOD, ma = EMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The ForceIndex type implements a Force Index indicator.

source
IncTA.HMAType
HMA{T}(; period = HMA_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The HMA type implements a Hull Moving Average indicator.

source
IncTA.KAMAType
KAMA{T}(; period = KAMA_PERIOD, fast_ema_constant_period = KAMA_FAST_EMA_CONSTANT_PERIOD, slow_ema_constant_period = KAMA_SLOW_EMA_CONSTANT_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The KAMA type implements a Kaufman's Adaptive Moving Average indicator.

source
IncTA.KSTType
KST{T}(;
     roc1_period = KST_ROC1_PERIOD,
     roc1_ma_period = KST_ROC1_MA_PERIOD,
     roc2_period = KST_ROC2_PERIOD,
@@ -200,7 +200,7 @@
     input_filter = always_true,
     input_modifier = identity,
     input_modifier_return_type = T
-)

The KST type implements Know Sure Thing indicator.

source
IncTA.KVOType
KVO{Tohlcv}(; fast_period = KVO_FAST_PERIOD, slow_period = KVO_SLOW_PERIOD, ma = EMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The KVO type implements a Klinger Volume Oscillator.

source
IncTA.KeltnerChannelsType
KeltnerChannels{Tohlcv}(; ma_period = KeltnerChannels_MA_PERIOD, atr_period = KeltnerChannels_ATR_PERIOD, atr_mult_up = KeltnerChannels_ATR_MULT_UP, atr_mult_down = KeltnerChannels_ATR_MULT_DOWN, ma = EMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The KeltnerChannels type implements a Keltner Channels indicator.

source
IncTA.MACDType
MACD{T}(; fast_period = MACD_FAST_PERIOD, slow_period = MACD_SLOW_PERIOD, signal_period = MACD_SIGNAL_PERIOD, ma = EMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The MACD type implements Moving Average Convergence Divergence indicator.

source
IncTA.MassIndexType
MassIndex{T}(; ma_period = MassIndex_MA_PERIOD, ma_ma_period = MassIndex_MA_MA_PERIOD, ma_ratio_period = MassIndex_MA_RATIO_PERIOD, ma = EMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The MassIndex type implements a Commodity Channel Index.

source
IncTA.McGinleyDynamicType
McGinleyDynamic{T}(; period = McGinleyDynamic_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The McGinleyDynamic type implements a McGinley Dynamic indicator.

source
IncTA.MeanDevType
MeanDev{T}(; period = MeanDev_PERIOD, ma = SMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The MeanDev type implements a Mean Deviation indicator.

source
IncTA.OBVType
OBV{Tohlcv}(input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The OBV type implements On Balance Volume indicator.

source
IncTA.ParabolicSARType
ParabolicSAR{Tohlcv}(; atr_period = ParabolicSAR_ATR_PERIOD, mult = ParabolicSAR_MULT, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The ParabolicSAR type implements a Super Trend indicator.

source
IncTA.PivotsHLType
PivotsHL{Tohlcv}(; high_period = PivotsHL_HIGH_PERIOD, low_period = PivotsHL_LOW_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The PivotsHL type implements a High/Low Pivots Indicator.

source
IncTA.ROCType
ROC{T}(; period = ROC_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The ROC type implements a Rate Of Change indicator.

source
IncTA.RSIType
RSI{T}(; period = SMA_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The RSI type implements a Relative Strength Index indicator.

source
IncTA.SFXType
SFX{Tohlcv}(; atr_period = SFX_ATR_PERIOD, std_dev_period = SFX_STD_DEV_PERIOD, std_dev_smoothing_period = SFX_STD_DEV_SMOOTHING_PERIOD, ma = SMA, , input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The SFX type implements a SFX indicator.

source
IncTA.SMAType
SMA{T1}(; period = SMA_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T2)

The SMA type implements a Simple Moving Average indicator.

fit!(o, val) with o of type SMA will catch val of type T1

input val will be filtered using input_filter function (true means that val will be provided to o)

input val will be modified/transformed using input_modifier function (default is identity function which means that val won't be modified)

input_modifier_return_type is the type T2 of return of the input_modifier function it's also type of indicator value

by default T2 = T1

IN = false means that indicator is of "single input" type IN = true means that indicator is of "multiple input" (candle) type

source
IncTA.SMMAType
SMMA{T}(; period = SMMA_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The SMMA type implements a SMoothed Moving Average indicator.

source
IncTA.SOBVType
SOBV{Tohlcv}(; period = SOBV_PERIOD, ma = SMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The SOBV type implements a Smoothed On Balance Volume indicator.

source
IncTA.STCType
STC{T}(; fast_macd_period = STC_FAST_MACD_PERIOD, slow_macd_period = STC_SLOW_MACD_PERIOD, stoch_period = STC_STOCH_PERIOD, stoch_smoothing_period = STC_STOCH_SMOOTHING_PERIOD, ma = SMA, , input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The STC type implements a Schaff Trend Cycle indicator.

source
IncTA.StdDevType
StdDev{T}(; period = StdDev_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The StdDev type implements a Standard Deviation indicator.

source
IncTA.StochType
Stoch{Tohlcv}(; period = STOCH_PERIOD, smoothing_period = STOCH_SMOOTHING_PERIOD, ma = SMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The Stoch type implements the Stochastic indicator.

source
IncTA.StochRSIType
StochRSI{T}(; fast_period = StochRSI_FAST_PERIOD, slow_period = StochRSI_SLOW_PERIOD, signal_period = StochRSI_SIGNAL_PERIOD, ma = EMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The StochRSI type implements Moving Average Convergence Divergence indicator.

source
IncTA.SuperTrendType
SuperTrend{Tohlcv}(; atr_period = SuperTrend_ATR_PERIOD, mult = SuperTrend_MULT, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The SuperTrend type implements a Super Trend indicator.

source
IncTA.T3Type
T3{T}(; period = T3_PERIOD, factor = T3_FACTOR, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The T3 type implements a T3 Moving Average indicator.

source
IncTA.TEMAType
TEMA{T}(; period = TEMA_PERIOD, ma = EMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The TEMA type implements a Triple Exponential Moving Average indicator.

source
IncTA.TRIXType
TRIX{T}(; period = TRIX_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The TRIX type implements a TRIX Moving Average indicator.

source
IncTA.TSIType
TSI{T}(; fast_period = TSI_FAST_PERIOD, slow_period = TSI_SLOW_PERIOD, ma = EMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The TSI type implements a True Strength Index indicator.

source
IncTA.TTMType
TTM{Tohlcv}(; atr_period = TTM_ATR_PERIOD, std_dev_period = TTM_STD_DEV_PERIOD, std_dev_smoothing_period = TTM_STD_DEV_SMOOTHING_PERIOD, ma = SMA)

The TTM type implements a TTM indicator.

source
IncTA.UOType
UO{Tohlcv}(; fast_period = UO_FAST_PERIOD, mid_period = UO_MID_PERIOD, slow_period = UO_SLOW_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The UO type implements an Ultimate Oscillator.

source
IncTA.VTXType
VTX{Tohlcv}(; period = VTX_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The VTX type implements a Vortex Indicator.

source
IncTA.VWAPType
VWAP{Tohlcv}(input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The VWAP type implements a Volume Weighted Moving Average indicator.

source
IncTA.VWMAType
VWMA{Tohlcv}(; period = VWMA_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The VWMA type implements a Volume Weighted Moving Average indicator.

source
IncTA.WMAType
WMA{T}(; period = WMA_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The WMA type implements a Weighted Moving Average indicator.

source
IncTA.ZLEMAType
ZLEMA{T}(; period=ZLEMA_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The ZLEMA type implements a Zero Lag Exponential Moving Average indicator.

source

Other

IncTA.StatLagType
StatLag(stat, b)

Track a moving window (previous b copies) of stat.

Example

fit!(StatLag(Mean(), 10), 1:20)
source
IncTA.TechnicalIndicatorIteratorType
TechnicalIndicatorIterator(indicator_type, iterable_input, args...; kwargs...)

Returns an iterator.

Example

using IncTA
+)

The KST type implements Know Sure Thing indicator.

source
IncTA.KVOType
KVO{Tohlcv}(; fast_period = KVO_FAST_PERIOD, slow_period = KVO_SLOW_PERIOD, ma = EMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The KVO type implements a Klinger Volume Oscillator.

source
IncTA.KeltnerChannelsType
KeltnerChannels{Tohlcv}(; ma_period = KeltnerChannels_MA_PERIOD, atr_period = KeltnerChannels_ATR_PERIOD, atr_mult_up = KeltnerChannels_ATR_MULT_UP, atr_mult_down = KeltnerChannels_ATR_MULT_DOWN, ma = EMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The KeltnerChannels type implements a Keltner Channels indicator.

source
IncTA.MACDType
MACD{T}(; fast_period = MACD_FAST_PERIOD, slow_period = MACD_SLOW_PERIOD, signal_period = MACD_SIGNAL_PERIOD, ma = EMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The MACD type implements Moving Average Convergence Divergence indicator.

source
IncTA.MassIndexType
MassIndex{T}(; ma_period = MassIndex_MA_PERIOD, ma_ma_period = MassIndex_MA_MA_PERIOD, ma_ratio_period = MassIndex_MA_RATIO_PERIOD, ma = EMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The MassIndex type implements a Commodity Channel Index.

source
IncTA.McGinleyDynamicType
McGinleyDynamic{T}(; period = McGinleyDynamic_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The McGinleyDynamic type implements a McGinley Dynamic indicator.

source
IncTA.MeanDevType
MeanDev{T}(; period = MeanDev_PERIOD, ma = SMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The MeanDev type implements a Mean Deviation indicator.

source
IncTA.OBVType
OBV{Tohlcv}(input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The OBV type implements On Balance Volume indicator.

source
IncTA.ParabolicSARType
ParabolicSAR{Tohlcv}(; atr_period = ParabolicSAR_ATR_PERIOD, mult = ParabolicSAR_MULT, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The ParabolicSAR type implements a Super Trend indicator.

source
IncTA.PivotsHLType
PivotsHL{Tohlcv}(; high_period = PivotsHL_HIGH_PERIOD, low_period = PivotsHL_LOW_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The PivotsHL type implements a High/Low Pivots Indicator.

source
IncTA.ROCType
ROC{T}(; period = ROC_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The ROC type implements a Rate Of Change indicator.

source
IncTA.RSIType
RSI{T}(; period = SMA_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The RSI type implements a Relative Strength Index indicator.

source
IncTA.SFXType
SFX{Tohlcv}(; atr_period = SFX_ATR_PERIOD, std_dev_period = SFX_STD_DEV_PERIOD, std_dev_smoothing_period = SFX_STD_DEV_SMOOTHING_PERIOD, ma = SMA, , input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The SFX type implements a SFX indicator.

source
IncTA.SMAType
SMA{T1}(; period = SMA_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T2)

The SMA type implements a Simple Moving Average indicator.

fit!(o, val) with o of type SMA will catch val of type T1

input val will be filtered using input_filter function (true means that val will be provided to o)

input val will be modified/transformed using input_modifier function (default is identity function which means that val won't be modified)

input_modifier_return_type is the type T2 of return of the input_modifier function it's also type of indicator value

by default T2 = T1

IN = false means that indicator is of "single input" type IN = true means that indicator is of "multiple input" (candle) type

source
IncTA.SMMAType
SMMA{T}(; period = SMMA_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The SMMA type implements a SMoothed Moving Average indicator.

source
IncTA.SOBVType
SOBV{Tohlcv}(; period = SOBV_PERIOD, ma = SMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The SOBV type implements a Smoothed On Balance Volume indicator.

source
IncTA.STCType
STC{T}(; fast_macd_period = STC_FAST_MACD_PERIOD, slow_macd_period = STC_SLOW_MACD_PERIOD, stoch_period = STC_STOCH_PERIOD, stoch_smoothing_period = STC_STOCH_SMOOTHING_PERIOD, ma = SMA, , input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The STC type implements a Schaff Trend Cycle indicator.

source
IncTA.StdDevType
StdDev{T}(; period = StdDev_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The StdDev type implements a Standard Deviation indicator.

source
IncTA.StochType
Stoch{Tohlcv}(; period = STOCH_PERIOD, smoothing_period = STOCH_SMOOTHING_PERIOD, ma = SMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The Stoch type implements the Stochastic indicator.

source
IncTA.StochRSIType
StochRSI{T}(; fast_period = StochRSI_FAST_PERIOD, slow_period = StochRSI_SLOW_PERIOD, signal_period = StochRSI_SIGNAL_PERIOD, ma = EMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The StochRSI type implements Moving Average Convergence Divergence indicator.

source
IncTA.SuperTrendType
SuperTrend{Tohlcv}(; atr_period = SuperTrend_ATR_PERIOD, mult = SuperTrend_MULT, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The SuperTrend type implements a Super Trend indicator.

source
IncTA.T3Type
T3{T}(; period = T3_PERIOD, factor = T3_FACTOR, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The T3 type implements a T3 Moving Average indicator.

source
IncTA.TEMAType
TEMA{T}(; period = TEMA_PERIOD, ma = EMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The TEMA type implements a Triple Exponential Moving Average indicator.

source
IncTA.TRIXType
TRIX{T}(; period = TRIX_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The TRIX type implements a TRIX Moving Average indicator.

source
IncTA.TSIType
TSI{T}(; fast_period = TSI_FAST_PERIOD, slow_period = TSI_SLOW_PERIOD, ma = EMA, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The TSI type implements a True Strength Index indicator.

source
IncTA.TTMType
TTM{Tohlcv}(; atr_period = TTM_ATR_PERIOD, std_dev_period = TTM_STD_DEV_PERIOD, std_dev_smoothing_period = TTM_STD_DEV_SMOOTHING_PERIOD, ma = SMA)

The TTM type implements a TTM indicator.

source
IncTA.UOType
UO{Tohlcv}(; fast_period = UO_FAST_PERIOD, mid_period = UO_MID_PERIOD, slow_period = UO_SLOW_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The UO type implements an Ultimate Oscillator.

source
IncTA.VTXType
VTX{Tohlcv}(; period = VTX_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The VTX type implements a Vortex Indicator.

source
IncTA.VWAPType
VWAP{Tohlcv}(input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The VWAP type implements a Volume Weighted Moving Average indicator.

source
IncTA.VWMAType
VWMA{Tohlcv}(; period = VWMA_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = Tohlcv)

The VWMA type implements a Volume Weighted Moving Average indicator.

source
IncTA.WMAType
WMA{T}(; period = WMA_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The WMA type implements a Weighted Moving Average indicator.

source
IncTA.ZLEMAType
ZLEMA{T}(; period=ZLEMA_PERIOD, input_filter = always_true, input_modifier = identity, input_modifier_return_type = T)

The ZLEMA type implements a Zero Lag Exponential Moving Average indicator.

source

Other

IncTA.StatLagType
StatLag(stat, b)

Track a moving window (previous b copies) of stat.

Example

fit!(StatLag(Mean(), 10), 1:20)
source
IncTA.TechnicalIndicatorIteratorType
TechnicalIndicatorIterator(indicator_type, iterable_input, args...; kwargs...)

Returns an iterator.

Example

using IncTA
 using IncTA.SampleData: CLOSE_TMPL

SISO indicator

itr = TechnicalIndicatorIterator(SMA, CLOSE_TMPL; period = 3)
 
 println("First iteration")
@@ -226,4 +226,4 @@
 println(collect(itr))
 
 println("")

SIMO indicator

itr = TechnicalIndicatorIterator(BB, CLOSE_TMPL)
-println(collect(itr))
source
+println(collect(itr))source