diff --git a/docs/advanced-orderflow.md b/docs/advanced-orderflow.md index 0bb0b52de..33a8e0403 100644 --- a/docs/advanced-orderflow.md +++ b/docs/advanced-orderflow.md @@ -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 }, ```