LICENSE
README.rst
setup.py
backtrader/__init__.py
backtrader/analyzer.py
backtrader/broker.py
backtrader/cerebro.py
backtrader/comminfo.py
backtrader/dataseries.py
backtrader/errors.py
backtrader/feed.py
backtrader/fillers.py
backtrader/flt.py
backtrader/functions.py
backtrader/indicator.py
backtrader/linebuffer.py
backtrader/lineiterator.py
backtrader/lineroot.py
backtrader/lineseries.py
backtrader/mathsupport.py
backtrader/metabase.py
backtrader/observer.py
backtrader/order.py
backtrader/position.py
backtrader/resamplerfilter.py
backtrader/signal.py
backtrader/sizer.py
backtrader/store.py
backtrader/strategy.py
backtrader/talib.py
backtrader/timer.py
backtrader/trade.py
backtrader/tradingcal.py
backtrader/version.py
backtrader/writer.py
backtrader.egg-info/PKG-INFO
backtrader.egg-info/SOURCES.txt
backtrader.egg-info/dependency_links.txt
backtrader.egg-info/entry_points.txt
backtrader.egg-info/requires.txt
backtrader.egg-info/top_level.txt
backtrader/analyzers/__init__.py
backtrader/analyzers/annualreturn.py
backtrader/analyzers/calmar.py
backtrader/analyzers/drawdown.py
backtrader/analyzers/leverage.py
backtrader/analyzers/logreturnsrolling.py
backtrader/analyzers/periodstats.py
backtrader/analyzers/positions.py
backtrader/analyzers/pyfolio.py
backtrader/analyzers/returns.py
backtrader/analyzers/sharpe.py
backtrader/analyzers/sqn.py
backtrader/analyzers/timereturn.py
backtrader/analyzers/tradeanalyzer.py
backtrader/analyzers/transactions.py
backtrader/analyzers/vwr.py
backtrader/brokers/__init__.py
backtrader/brokers/bbroker.py
backtrader/brokers/ibbroker.py
backtrader/brokers/oandabroker.py
backtrader/brokers/vcbroker.py
backtrader/btrun/__init__.py
backtrader/btrun/btrun.py
backtrader/commissions/__init__.py
backtrader/feeds/__init__.py
backtrader/feeds/blaze.py
backtrader/feeds/btcsv.py
backtrader/feeds/chainer.py
backtrader/feeds/csvgeneric.py
backtrader/feeds/ibdata.py
backtrader/feeds/influxfeed.py
backtrader/feeds/mt4csv.py
backtrader/feeds/oanda.py
backtrader/feeds/pandafeed.py
backtrader/feeds/quandl.py
backtrader/feeds/rollover.py
backtrader/feeds/sierrachart.py
backtrader/feeds/vcdata.py
backtrader/feeds/vchart.py
backtrader/feeds/vchartcsv.py
backtrader/feeds/vchartfile.py
backtrader/feeds/yahoo.py
backtrader/filters/__init__.py
backtrader/filters/bsplitter.py
backtrader/filters/calendardays.py
backtrader/filters/datafiller.py
backtrader/filters/datafilter.py
backtrader/filters/daysteps.py
backtrader/filters/heikinashi.py
backtrader/filters/renko.py
backtrader/filters/session.py
backtrader/indicators/__init__.py
backtrader/indicators/accdecoscillator.py
backtrader/indicators/aroon.py
backtrader/indicators/atr.py
backtrader/indicators/awesomeoscillator.py
backtrader/indicators/basicops.py
backtrader/indicators/bollinger.py
backtrader/indicators/cci.py
backtrader/indicators/crossover.py
backtrader/indicators/dema.py
backtrader/indicators/deviation.py
backtrader/indicators/directionalmove.py
backtrader/indicators/dma.py
backtrader/indicators/dpo.py
backtrader/indicators/dv2.py
backtrader/indicators/ema.py
backtrader/indicators/envelope.py
backtrader/indicators/hadelta.py
backtrader/indicators/heikinashi.py
backtrader/indicators/hma.py
backtrader/indicators/hurst.py
backtrader/indicators/ichimoku.py
backtrader/indicators/kama.py
backtrader/indicators/kst.py
backtrader/indicators/lrsi.py
backtrader/indicators/mabase.py
backtrader/indicators/macd.py
backtrader/indicators/momentum.py
backtrader/indicators/ols.py
backtrader/indicators/oscillator.py
backtrader/indicators/percentchange.py
backtrader/indicators/percentrank.py
backtrader/indicators/pivotpoint.py
backtrader/indicators/prettygoodoscillator.py
backtrader/indicators/priceoscillator.py
backtrader/indicators/psar.py
backtrader/indicators/rmi.py
backtrader/indicators/rsi.py
backtrader/indicators/sma.py
backtrader/indicators/smma.py
backtrader/indicators/stochastic.py
backtrader/indicators/trix.py
backtrader/indicators/tsi.py
backtrader/indicators/ultimateoscillator.py
backtrader/indicators/vortex.py
backtrader/indicators/williams.py
backtrader/indicators/wma.py
backtrader/indicators/zlema.py
backtrader/indicators/zlind.py
backtrader/indicators/contrib/__init__.py
backtrader/indicators/contrib/vortex.py
backtrader/observers/__init__.py
backtrader/observers/benchmark.py
backtrader/observers/broker.py
backtrader/observers/buysell.py
backtrader/observers/drawdown.py
backtrader/observers/logreturns.py
backtrader/observers/timereturn.py
backtrader/observers/trades.py
backtrader/plot/__init__.py
backtrader/plot/finance.py
backtrader/plot/formatters.py
backtrader/plot/locator.py
backtrader/plot/multicursor.py
backtrader/plot/plot.py
backtrader/plot/scheme.py
backtrader/plot/utils.py
backtrader/signals/__init__.py
backtrader/sizers/__init__.py
backtrader/sizers/fixedsize.py
backtrader/sizers/percents_sizer.py
backtrader/stores/__init__.py
backtrader/stores/ibstore.py
backtrader/stores/oandastore.py
backtrader/stores/vchartfile.py
backtrader/stores/vcstore.py
backtrader/strategies/__init__.py
backtrader/strategies/sma_crossover.py
backtrader/studies/__init__.py
backtrader/studies/contrib/__init__.py
backtrader/studies/contrib/fractal.py
backtrader/utils/__init__.py
backtrader/utils/autodict.py
backtrader/utils/date.py
backtrader/utils/dateintern.py
backtrader/utils/flushfile.py
backtrader/utils/ordereddefaultdict.py
backtrader/utils/py3.py
tests/test_analyzer-sqn.py
tests/test_analyzer-timereturn.py
tests/test_comminfo.py
tests/test_data_multiframe.py
tests/test_data_replay.py
tests/test_data_resample.py
tests/test_ind_accdecosc.py
tests/test_ind_aroonoscillator.py
tests/test_ind_aroonupdown.py
tests/test_ind_atr.py
tests/test_ind_awesomeoscillator.py
tests/test_ind_bbands.py
tests/test_ind_cci.py
tests/test_ind_dema.py
tests/test_ind_demaenvelope.py
tests/test_ind_demaosc.py
tests/test_ind_dm.py
tests/test_ind_dma.py
tests/test_ind_downmove.py
tests/test_ind_dpo.py
tests/test_ind_dv2.py
tests/test_ind_ema.py
tests/test_ind_emaenvelope.py
tests/test_ind_emaosc.py
tests/test_ind_envelope.py
tests/test_ind_heikinashi.py
tests/test_ind_highest.py
tests/test_ind_hma.py
tests/test_ind_ichimoku.py
tests/test_ind_kama.py
tests/test_ind_kamaenvelope.py
tests/test_ind_kamaosc.py
tests/test_ind_kst.py
tests/test_ind_lowest.py
tests/test_ind_lrsi.py
tests/test_ind_macdhisto.py
tests/test_ind_minperiod.py
tests/test_ind_momentum.py
tests/test_ind_momentumoscillator.py
tests/test_ind_oscillator.py
tests/test_ind_pctchange.py
tests/test_ind_pctrank.py
tests/test_ind_pgo.py
tests/test_ind_ppo.py
tests/test_ind_pposhort.py
tests/test_ind_priceosc.py
tests/test_ind_rmi.py
tests/test_ind_roc.py
tests/test_ind_rsi.py
tests/test_ind_rsi_safe.py
tests/test_ind_sma.py
tests/test_ind_smaenvelope.py
tests/test_ind_smaosc.py
tests/test_ind_smma.py
tests/test_ind_smmaenvelope.py
tests/test_ind_smmaosc.py
tests/test_ind_stochastic.py
tests/test_ind_stochasticfull.py
tests/test_ind_sumn.py
tests/test_ind_tema.py
tests/test_ind_temaenvelope.py
tests/test_ind_temaosc.py
tests/test_ind_trix.py
tests/test_ind_tsi.py
tests/test_ind_ultosc.py
tests/test_ind_upmove.py
tests/test_ind_vortex.py
tests/test_ind_williamsad.py
tests/test_ind_williamsr.py
tests/test_ind_wma.py
tests/test_ind_wmaenvelope.py
tests/test_ind_wmaosc.py
tests/test_ind_zlema.py
tests/test_ind_zlind.py
tests/test_position.py
tests/test_strategy_optimized.py
tests/test_strategy_unoptimized.py
tests/test_study_fractal.py
tests/test_trade.py
tests/test_writer.py
tests/testcommon.py
tools/bt-run.py