客服热线:18391752892

11月15日 MT4授课 对象的编程【课堂函数源码】

   日期:2019-01-12     浏览:492    
马上注册,结交更多好友,下载更多资源

您需要 登录 才可以下载或查看,没有帐号?注册 MT4编程授课-对象的编程
 

void writetext(string Labelname,string data,int x,int y,color ColorValue,int FontSize)//通过Object写文字
{
ObjectDelete(Labelname);
ObjectCreate(Labelname, OBJ_LABEL, 0, 0, 0);
ObjectSetText(Labelname, data, FontSize, Arial , ColorValue);
ObjectSet(Labelname, OBJPROP_CORNER, 0);
ObjectSet(Labelname, OBJPROP_XDISTANCE, x);
ObjectSet(Labelname, OBJPROP_YDISTANCE, y);
}
void CreatText(string objName,int i,double data,string Chars)//画K线文字
{
ObjectDelete(objName);
ObjectCreate(objName, OBJ_TEXT, 0, Time, data);
ObjectSetText(objName, Chars, 10, Arial ,DodgerBlue);
}
void CreatLine(string objName,double Data,color Cl)
{
ObjectDelete(objName);
ObjectCreate(objName,OBJ_HLINE,0,Time[0],Data);
ObjectSet(objName,OBJPROP_COLOR,Cl);}

外汇交易有很大的风险性,本站所有资源均来自网络,请选择使用,如若出现亏损,本站不承担任何责任!


特别提示:本信息由相关企业自行提供,真实性未证实,仅供参考。请谨慎采用,风险自负。


0相关评论
相关行情
推荐行情
点击排行