Hello everyone, how can we change signal size to be larger.
usually they come with a fixed size.
how to change FONT in the two particular formulas ??
< shape=IIf(g,shapeDownTriangle*(x==t1),shapeUpTriangle*(x ==t11));
Color=IIf(g,colorRed,colorGreen); >
<PlotShapes( IIf( Buy, shapeSmallUpTriangle, shapeNone ), colorWhite, layer = 0,yposition = HaLow, offset = -30);
//PlotShapes( IIf( Buy, shapeSmallCircle, shapeNone ), colorWhite, layer = 0,yposition = HaLow, offset = -8); >
Thanks in advance