Merge pull request #131 from gcarq/feature/backtesting-max-open-trades

implement trade count lock for backtesting
This commit is contained in:
Janne Sinivirta
2017-11-23 16:16:43 +02:00
committed by GitHub
5 changed files with 48 additions and 10 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