Update README.md
Browse files
README.md
CHANGED
|
@@ -2,4 +2,4 @@
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
| 5 |
-
The RDBS (range divided by spread) indicator. Is calculated for the current candle, no window/offset, `RDBSin_value = (high - low) / spread`, and true for all
|
|
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
| 5 |
+
The RDBS (range divided by spread) indicator. Is calculated for the current candle, no window/offset, `RDBSin_value = (high - low) / spread`, and true for all individual candles.
|