Kijun-Sen (Base Line)
Category: trend
Calculates the Kijun-sen (Base Line) from the Ichimoku Kinko Hyo system, representing the midpoint of the highest high and lowest low over a lookback period.
Formula
Kijun = (HighestHigh_n + LowestLow_n) / 2
Inputs
- Kijun (default: 26)
- alertsOn (default: false)
- alertsOnCurrent (default: true)
See signal primitives, usage in published strategies and more on WOBR StrategyVerse.