stable/freqtrade/strategy
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
..
__init__.py refactor Analyze class methods to base Strategy class 2018-07-16 08:23:39 +03:00
default_strategy.py Switch from pair(str) to metadata(dict) 2018-07-29 20:56:23 +02:00
interface.py Do not run indicators on candle rows already processed. 2018-08-02 12:04:13 +00:00
resolver.py Merge branch 'develop' into BASE64 2018-08-01 07:26:13 +02:00