限制一根K线只开仓一次
限制一根K线只开仓一次bool Fun_New_Bar()
{
static datetime New_Time = 0;
bool New_Bar = false;
if (New_Time!= Time)
{
New_Time = Time;
New_Bar = true;
}
return(New_Bar);
}
bool isNewBar()
{ static datetime TimeBar=0;
bool flag=false;
if(TimeBar!=Time)
{
TimeBar=Time;
flag=true;
}
return (flag);
}
可以,应该得行 感谢分享{:1_179:} 广东快乐十分https://1680380.com/view/klsf/klsf_index.html 江苏快3https://1680380.com/view/kuai3/kuai3_index.html 体彩七星彩https://1680380.com/view/tc7xc/index.html幸运飞艇https://www.1680380.com/view/xingyft/pk10kai.html谢谢分享,支持下我们的! 如何使用,放在开仓前还后呢
页:
[1]