how to plot OBV in candle form!

xsis

Active Member
#1
how to plot this simple indi (OBV) in candle form instead of by-default line form!

_SECTION_BEGIN("OBV");
Plot( OBV(), _DEFAULT_NAME(), ParamColor("Color", colorCycle ), ParamStyle("Style") );
_SECTION_END();
 

Similar threads