Hello,
I have been told that you may be able to help me convertiing the
following PaintBar study into esignal format....Please let me know if
you need any clarification on the formula....
Thank you
Inputs: Criteria(Close < Low of 4 bar ago), Length(19), Occur(13),
ShowText(True), TxtColor(Yellow);
Variables: Txt(0);
IF Criteria AND CountIF(Criteria, Length) >= Occur Then Begin ;
Value1 = HIGH ;
Value2 = LOW ;
PlotPaintBar( Value1, Value2, "SimplePB" ) ;
Alert ;
end ;
I have been told that you may be able to help me convertiing the
following PaintBar study into esignal format....Please let me know if
you need any clarification on the formula....
Thank you
Inputs: Criteria(Close < Low of 4 bar ago), Length(19), Occur(13),
ShowText(True), TxtColor(Yellow);
Variables: Txt(0);
IF Criteria AND CountIF(Criteria, Length) >= Occur Then Begin ;
Value1 = HIGH ;
Value2 = LOW ;
PlotPaintBar( Value1, Value2, "SimplePB" ) ;
Alert ;
end ;
Comment