mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-02 12:21:08 +00:00
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
|
||||
"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
|
||||
},
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user