stable/freqtrade
creslin 79b5125a3b Do not run indicators on candle rows already processed.
track the last candle processed by indicators and buy/sell logic
do not pass to them for expensive processing if already processed.

current flow is we throw away incomplete candle and then pass the
same dataframe to be analysed for any change

This change will reduce CPU on host system between candles as opposed to
constantly burning a loop

it will also allow faster loop processing.
2018-08-02 12:04:13 +00:00
..
exchange Merge pull request #1115 from creslinux/candlesnottickers 2018-08-02 12:33:09 +03:00
optimize Merge pull request #1089 from freqtrade/feat/backtest_multi_strat 2018-08-02 12:35:47 +03:00
rpc Merge pull request #1069 from freqtrade/feat/movefiatconverttorpc 2018-07-26 14:25:58 +03:00
strategy Do not run indicators on candle rows already processed. 2018-08-02 12:04:13 +00:00
tests fix broken test 2018-08-02 12:57:47 +03:00
vendor drop zlma implementation 2018-06-13 16:20:13 +02:00
__init__.py bump develop to 0.17.1 2018-06-23 09:38:20 -05:00
__main__.py sort imports 2018-07-04 10:31:35 +03:00
arguments.py Store backtest-result in different vars 2018-07-31 21:04:03 +02:00
configuration.py Add testcase for --strategylist 2018-07-31 21:04:03 +02:00
constants.py Merge branch 'develop' into sandbox2 2018-07-30 20:18:48 +02:00
fiat_convert.py Catch all exceptions from fiat-convert api calls 2018-07-21 19:50:38 +02:00
freqtradebot.py renamed/refactored get_ticker_history to get_candle_history 2018-08-02 08:45:28 +00:00
indicator_helpers.py sort imports 2018-07-04 10:31:35 +03:00
main.py Add multiple verbosity levels 2018-07-19 21:12:27 +02:00
misc.py sort imports 2018-07-04 10:31:35 +03:00
persistence.py Merge pull request #1018 from freqtrade/feat/sell_reason 2018-07-24 09:09:45 +03:00
state.py implement bot reconfiguration and expose it to telegram 2018-06-09 04:29:48 +02:00