Hello,
Some of the indicators that come with AB are simply line indicators.
How can they be changed into a histogram? As an example,
_SECTION_BEGIN("OSCP");
r1 = Param( "Fast avg", 9, 2, 200, 1 );
r2 = Param( "Slow avg", 18, 2, 200, 1 );
Plot( OscP( r1,r2), _DEFAULT_NAME(), ParamColor( "Color", colorCycle
), ParamStyle("Style") );
_SECTION_END();
There are others I would like to change but if I can change this one
then perhaps the others can be changed in a similar fashion. Thank you
for any and all help.
Kindest regards,
Tim