编辑: 山南水北 | 2019-07-05 |
ObjectSet(myType+TimeToStr(Time[myBarPos]),OBJPROP_COLOR,myColor);
ObjectSet(myType+TimeToStr(Time[myBarPos]),OBJPROP_ARROWCODE,mySymbol);
} if (myType== HLine ) { ObjectCreate(myType+TimeToStr(Time[myBarPos]),OBJ_HLINE,0,Time[myBarPos],myPrice);
ObjectSet(myType+TimeToStr(Time[myBarPos]),OBJPROP_COLOR,myColor);
} if (myType== VLine ) { ObjectCreate(myType+TimeToStr(Time[myBarPos]),OBJ_VLINE,0,........