外汇EA功能性的脚本-含源码
2012-05-04 13:28:04 来源: 作者:
能显示你在图表上画的水平线距离现价的点数,只要把它拖到你使的图表中即可!
我写过的脚本太多了。
比如在图表上画一条水平线然后系统判断所处位置自动挂单,如果移动线的位置挂单的价格也会跟着改变。
如果订单盈利后只要移动线就能移动止损和止赢!哈哈,太多了。
#property copyright "外汇联盟 www.FXunion.com QQ群144033"
#property link ""
string _verName="LOCLinePips";
string _ver="v2.0";
extern color _textColor=Lime;
extern int _sleepTimeMS=50;
bool _isRunning=false;
string _fullName;
string _objPref="LOCLinePips";
int start()
{
}
void DoJob(){
}
void Iterate() {
}
void CreateText(string name, datetime time1, double price,color boxcolor, string text){
}
void DeleteLabels(string objPref){
}
//+------------------------------------------------------------------+