v2
Updated:
f_simpleLowHigh(_high, _low, _close)
f_localLowHigh(_high, _low, _close)
f_enhancedSimpleLowHigh(_high, _low, _close)
f_trueLowHigh(_high, _low, _close)
Added the following parameters:
_high (float): - the bar high price. Defaults to the chart high.
_low (float): - the bar low price. Defaults to the chart low.
_close (float): - the bar close price. Defaults to the chart close.
This allows you to supply custom OHLC values, for example, from a security() call to force a standard ticker.