等级: 免费版
- 注册:
- 2021-6-27
- 曾用名:
|

楼主 |
发表于 2022-3-17 15:20
|
显示全部楼层
技术006 发表于 2022-3-16 19:13
xx:IF(WEEKDAY=2 and time=134000 or WEEKDAY=4 and time=105000 or WEEKDAY=5 and time=150000,CLOSE ,0); ...
老师好,有个小问题 目前源码是这样子的
ee:VALUEWHEN(WEEKDAY=2 and time=134000 or WEEKDAY=4 and time=105000 or WEEKDAY=5 and time=150000 ,c);
cc:=ref(ee,1);
partline(ee>ref(ee,1),ee,colorred),LINETHICK2;
partline(ee<ref(ee,1),ee,colorgreen),LINETHICK2;
partline(ee=ref(ee,1),ee,colorwhite),LINETHICK2;
xx:IF(WEEKDAY=2 and time=134000 or WEEKDAY=4 and time=105000 or WEEKDAY=5 and time=150000,CLOSE ,DRAWNULL );
aa:sum(xx,SUMBARS(xx>0,5))/5,colorwhite;
ff:sum(xx,SUMBARS(xx>0,125))/125,coloryellow;
我新加了一根125日均线,实际使用中,图标数据使用设置已经没有限制了,5日均线可以看到,125日均线需要拉倒很后面很后面才可以看到,盘中会浪费很多时间,请问这是数据上的问题吗,我在80分钟周期显示的,谢谢
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?
x
|