Fix comments in config sample
This commit is contained in:
@@ -22,9 +22,9 @@ This guide walks you through utilizing public trade data for advanced orderflow
|
|||||||
```json
|
```json
|
||||||
"orderflow": {
|
"orderflow": {
|
||||||
"scale": 0.5,
|
"scale": 0.5,
|
||||||
"stacked_imbalance_range": 3, # needs at least this amount of imblance next to each other
|
"stacked_imbalance_range": 3, // needs at least this amount of imblance next to each other
|
||||||
"imbalance_volume": 1, # filters out below
|
"imbalance_volume": 1, // filters out below
|
||||||
"imbalance_ratio": 300 # filters out ratio lower than
|
"imbalance_ratio": 300 // filters out ratio lower than
|
||||||
},
|
},
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user