if (ObjectFind(" line") != 0) {
ObjectCreate("line", OBJ_HLINE, 0, Time[30], G_price_222);
ObjectSetInteger(" line", OBJPROP_STYLE, STYLE_SOLID);
ObjectSetInteger(" line", OBJPROP_WIDTH,GridWidth);
ObjectSetInteger(" line", OBJPROP_COLOR, GridColor);
} else ObjectMove(" line", 0, Time[30], G_price_222);