DrawArrowUp("arrow" + CurrentBar, true, -displacement, movingBase - trailingAmount - 0.5 * margin, upColor);
DrawText("BUY",true,"BUY",0, Low[1],0, Color.Blue, myFont,StringAlignment.Center , Color.AliceBlue,Color.AliceBlue,7);
after this i am getting error statement expected
how to resolve this error and how to rewrite the same kindly help me

Comment