K线波动检测:K线开始发疯了
K线波动检测:K线开始发疯了#property strict
#property indicator_chart_window
#propertyindicator_chart_window
input double CRPoint = 100;
int init()
{
return(0);
}
int start()
{
if((High - Low) / Point > CRPoint)
{
Alert("K线开始发疯了");
}
//Print((High - Low) / Point);
return(0);
}
大家在看了小编以上对"K线波动检测:K线开始发疯了"的介绍后应该都清楚了吧,希望对大家做单有所帮助。如果大家还想要下载更多有关"K线波动检测:K线开始发疯了"的相关EA源码,敬请关注汇探网下载。我们会持续更新交易系统,EA源码。
页:
[1]