right now my efs formula displays an arrow when alert triggered:
Funtion onAction2(){
drawShapeRelative(0, low(-2), Shape.UPARROW,"",Color.RGB(0.0.0), Shape.TOP):
vLastAlert = 2;
}
I would like to draw a horizonal line form (-1) BAR to 15 bars froward instead of the arrow. Is this possible.
Thank you
Funtion onAction2(){
drawShapeRelative(0, low(-2), Shape.UPARROW,"",Color.RGB(0.0.0), Shape.TOP):
vLastAlert = 2;
}
I would like to draw a horizonal line form (-1) BAR to 15 bars froward instead of the arrow. Is this possible.
Thank you
Comment