ajout export feather

This commit is contained in:
Jérôme Delacotte
2025-05-07 21:00:32 +02:00
parent cbcd88c48b
commit c719a887d5
3 changed files with 23 additions and 0 deletions

View File

@@ -745,6 +745,9 @@ class Zeus_8_3_2_B_4_2(IStrategy):
# if self.dp.runmode.value in ('backtest'):
# self.test_signal_success(dataframe, 0.005)
if self.dp.runmode.value in ('backtest'):
dataframe.to_feather(f"user_data/data/binance/{metadata['pair'].replace('/', '_')}_df.feather")
return dataframe
def calculateDownAndUp(self, dataframe, limit=0.0001):