Fix comments in config sample

This commit is contained in:
Matthias
2024-03-16 19:03:56 +01:00
parent b5307f8281
commit 7e387f96ab

View File

@@ -22,9 +22,9 @@ This guide walks you through utilizing public trade data for advanced orderflow
```json
"orderflow": {
"scale": 0.5,
"stacked_imbalance_range": 3, # needs at least this amount of imblance next to each other
"imbalance_volume": 1, # filters out below
"imbalance_ratio": 300 # filters out ratio lower than
"stacked_imbalance_range": 3, // needs at least this amount of imblance next to each other
"imbalance_volume": 1, // filters out below
"imbalance_ratio": 300 // filters out ratio lower than
},
```