PureBytes Links
Trading Reference Links
|
Hello,
Is there a way to plot a shape or something similar when the ApplyStop
function is triggered? The following code plots a shape at every bar
because the ApplyStop always returns a "1".
Stop=ApplyStop(stopTypeNBar,stopModeBars,Barstop,0,False,0);
PlotShapes(IIf(Stop,shapeHollowDownArrow,shapeNone),colorBlue,5,H,-12);
With thanks,
Pavel.
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.26/670 - Release Date: 2/5/2007 2:04 PM
|