implement trade count lock for backtesting

This commit is contained in:
gcarq
2017-11-21 22:33:34 +01:00
parent f3ba3ddd54
commit 02ca2ed585
3 changed files with 17 additions and 3 deletions

View File

@@ -79,6 +79,7 @@ def populate_buy_trend(dataframe: DataFrame) -> DataFrame:
return dataframe
def populate_sell_trend(dataframe: DataFrame) -> DataFrame:
"""
Based on TA indicators, populates the sell signal for the given dataframe