This commit is contained in:
Jérôme Delacotte
2025-05-06 13:13:58 +02:00
parent 014289c2a0
commit 0bb7271121
3 changed files with 40 additions and 3 deletions

3
tools/test_pkl.py Normal file
View File

@@ -0,0 +1,3 @@
import pandas as pd
df = pd.read_pickle("backtest-result-2025-04-06_21-30-24_signals.pkl")
print(df.head())