Home
last modified time | relevance | path

Searched refs:chkind (Results 1 – 25 of 103) sorted by relevance

12345

/dports/finance/py-backtrader/backtrader-1.9.74.123/tests/
H A Dtestcommon.py121 chkind=[],
130 ind = self.p.chkind[0]
132 chkind = [self.p.chkind]
134 chkind = self.p.chkind
137 self.ind = chkind[0](*self.p.inddata, **self.p.chkargs)
139 self.ind = chkind[0](self.data, **self.p.chkargs)
141 for ind in chkind[1:]:
145 chkind[0](data, **self.p.chkargs)
147 for ind in chkind[1:]:
H A Dtest_ind_accdecosc.py34 chkind = bt.ind.AccelerationDecelerationOscillator variable
43 chkind=chkind,
H A Dtest_ind_awesomeoscillator.py34 chkind = bt.ind.AO variable
43 chkind=chkind,
H A Dtest_ind_rmi.py34 chkind = bt.ind.RMI variable
43 chkind=chkind,
H A Dtest_ind_heikinashi.py37 chkind = bt.ind.HeikinAshi variable
47 chkind=chkind,
H A Dtest_ind_ultosc.py34 chkind = bt.indicators.UltimateOscillator variable
43 chkind=chkind,
H A Dtest_study_fractal.py36 chkind = bt.studies.Fractal variable
45 chkind=chkind,
H A Dtest_ind_bbands.py37 chkind = btind.BBands variable
46 chkind=chkind,
H A Dtest_ind_cci.py35 chkind = btind.CCI variable
44 chkind=chkind,
H A Dtest_ind_dema.py35 chkind = btind.DEMA variable
44 chkind=chkind,
H A Dtest_ind_demaenvelope.py37 chkind = btind.DEMAEnvelope variable
46 chkind=chkind,
H A Dtest_ind_emaosc.py35 chkind = btind.EMAOsc variable
44 chkind=chkind,
H A Dtest_ind_kamaosc.py35 chkind = btind.KAMAOsc variable
44 chkind=chkind,
H A Dtest_ind_pctchange.py35 chkind = btind.PctChange variable
44 chkind=chkind,
H A Dtest_ind_roc.py35 chkind = btind.ROC variable
44 chkind=chkind,
H A Dtest_ind_rsi.py35 chkind = btind.RSI variable
44 chkind=chkind,
H A Dtest_ind_rsi_safe.py35 chkind = btind.RSI_Safe variable
44 chkind=chkind,
H A Dtest_ind_smaenvelope.py37 chkind = btind.SMAEnvelope variable
46 chkind=chkind,
H A Dtest_ind_smmaosc.py35 chkind = btind.SMMAOsc variable
44 chkind=chkind,
H A Dtest_ind_temaenvelope.py37 chkind = btind.TEMAEnvelope variable
46 chkind=chkind,
H A Dtest_ind_aroonupdown.py36 chkind = btind.AroonUpDown variable
45 chkind=chkind,
H A Dtest_ind_atr.py35 chkind = btind.ATR variable
44 chkind=chkind,
H A Dtest_ind_dm.py38 chkind = btind.DM variable
47 chkind=chkind,
H A Dtest_ind_dma.py36 chkind = btind.DMA variable
45 chkind=chkind,
H A Dtest_ind_downmove.py35 chkind = btind.DownMove variable
44 chkind=chkind,

12345