关于返回bar数据形成excel表格的问题 [开拓者 TB]
- 咨询内容:
求各位大神帮我看看哪里有问题!
Begin
If(CurrentBar==0)
{
FileAppend("c:\\输出每根K线的 Bar数据.csv","CurrentTime,Date,Time,0pen,High,Low,Close,CurrentBar,BarStatus");
}
FileAppend("C:\\输出每根K线的bar数据.csv",
DateTimeToString(CurrentDate+CurrentTime)+","+DateToString(date)+","+ TimeToString(time)+","+Text(0pen)+","+ Text(High)+","+ Text(Low)+","+ Text(Close)+","+Text(CurrentBar)+","+ Text(BarStatus));
End - TB技术人员: 显示是编译错误的
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 511411198 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容