Merge branch 'dev'

This commit is contained in:
Miha Kralj
2026-03-13 13:47:10 -07:00
404 changed files with 2754 additions and 1763 deletions
+2 -4
View File
@@ -13,9 +13,7 @@
| **PineScript** | [eom.pine](eom.pine) |
- 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).
- **Similar:** [CMF](../cmf/Cmf.md), [EFI](../efi/Efi.md) | **Complementary:** ATR | **Trading note:** Ease of Movement; volume-normalized price displacement. High = price moves easily on low volume.
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
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.
@@ -187,4 +185,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/)