2024-10-21 14:06:54 +00:00
|
|
|
# Internal Bar Strength
|
|
|
|
|
2024-10-22 13:10:11 +00:00
|
|
|
The **Internal Bar Strength (IBS)** indicator measures the relative strength of a bar's close compared to its range.
|
|
|
|
|
|
|
|
The formula for calculating the IBS is as follows:
|
|
|
|
|
|
|
|
```
|
|
|
|
IBS = (Close - Low) / (High - Low)
|
|
|
|
```
|
|
|
|
|
|
|
|
The value of the IBS ranges between 0 and 1.
|
|
|
|
|
|
|
|
If the close of the bar is at the low, the value will be 0, and if the close is at the high, it will be 1.
|
|
|
|
|
2024-10-22 13:11:09 +00:00
|
|
|
## Parameters
|
|
|
|
|
|
|
|
N/A
|
|
|
|
|
2024-10-22 13:15:14 +00:00
|
|
|
## Plots
|
|
|
|
|
|
|
|
**Internal Bar Strength**: The relative strength of a bar's close compared to its range. (Default: Yellow Solid Line 3px)
|
|
|
|
|
2024-10-22 13:19:06 +00:00
|
|
|
## Screenshots
|
|
|
|
|
|
|
|
![Internal Bar Strength](https://static.moshington.com/images/indicators/internal-bar-strength/internal-bar-strength.png)
|
|
|
|
|
2024-10-22 13:31:15 +00:00
|
|
|
## Strategies
|
|
|
|
|
2024-11-16 17:45:43 +00:00
|
|
|
The following strategies are based on this indicator:
|
|
|
|
|
|
|
|
* [Internal Bar Strength](https://moshferatu.dev/moshferatu/ninjatrader/src/branch/main/strategies/internal-bar-strength)
|
|
|
|
* [Internal Bar Strength Band](https://moshferatu.dev/moshferatu/ninjatrader/src/branch/main/strategies/internal-bar-strength-band)
|
2024-11-25 17:45:28 +00:00
|
|
|
* [IBS + RSI](https://moshferatu.dev/moshferatu/ninjatrader/src/branch/main/strategies/ibs-rsi)
|
2024-10-22 13:31:15 +00:00
|
|
|
|
2024-10-21 14:06:54 +00:00
|
|
|
---
|