This commit is contained in:
Jérôme Delacotte
2025-05-08 11:20:39 +02:00
parent 4d7c8d4ee9
commit e3e8c691f8
3 changed files with 63 additions and 27 deletions

View File

@@ -122,7 +122,6 @@ def get_chart_data():
print(path)
indicators = request.args.get('indicators', '').split(',')
df = pd.read_feather(path)
print(df)
# # Calculs conditionnels
# if 'sma' in indicators: