-
LazyBear’s Squeeze Momentum command script extended.
It now provides input parameters for source and indicator settings. The returned value is an array of SQZMOM values instead of a signal.
Usage:
local close = ClosePrices() local sqzmom = CC_SQZMOM_LB_Ext(close, 20, 2, 20, 1.5, SmaType, EmaType, EmaType) PlotHistogram(Plot(1, 'SQZMOM', sqzmom, Green), Red)