doc headers

This commit is contained in:
Miha Kralj
2026-02-27 07:48:12 -08:00
parent 8a1ba95173
commit 4ab3a7fb53
389 changed files with 6682 additions and 468 deletions
+18 -1
View File
@@ -1,5 +1,22 @@
# EOM: Ease of Movement
| Property | Value |
| ---------------- | -------------------------------- |
| **Category** | Volume |
| **Inputs** | OHLCV bar (TBar) |
| **Parameters** | `period` (default 14), `volumeScale` (default 10000) |
| **Outputs** | Single series (Eom) |
| **Output range** | Unbounded |
| **Warmup** | `period + 1` bars |
### TL;DR
- Ease of Movement (EOM) quantifies how easily price moves relative to volume.
- Parameterized by `period` (default 14), `volumescale` (default 10000).
- Output range: Unbounded.
- Requires `period + 1` bars of warmup before first valid output (IsHot = true).
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
> "Ease of Movement reveals when price advances effortlessly versus when it struggles against resistance. It's the market's accelerometer." — Richard W. Arms Jr.
Ease of Movement (EOM) quantifies how easily price moves relative to volume. High positive values indicate price is advancing with little resistance (low volume relative to price range), while high negative values reveal price declining easily. Values near zero suggest price is meeting resistance, requiring substantial volume to produce movement.
@@ -171,4 +188,4 @@ Note: External library implementations vary in their handling of volume scaling
- Arms, R.W. Jr. (1994). "Trading Without Fear." John Wiley & Sons.
- StockCharts. "Ease of Movement (EMV)." [Technical Indicators](https://school.stockcharts.com/doku.php?id=technical_indicators:ease_of_movement_emv)
- Investopedia. "Ease of Movement Indicator." [Technical Analysis](https://www.investopedia.com/terms/e/easeofmovement.asp)
- TradingView Wiki. "Ease of Movement." [Pine Script Reference](https://www.tradingview.com/pine-script-reference/)
- TradingView Wiki. "Ease of Movement." [Pine Script Reference](https://www.tradingview.com/pine-script-reference/)