
等级: 新手上路
- 注册:
- 2024-9-13
- 曾用名:
|

楼主 |
发表于 2024-9-14 10:16
|
显示全部楼层
技术009 发表于 2024-9-14 08:49
stickline(c=o and isdown and highlow,c,o,15,1,colorgreen);
vertline(c=o and isdown and highlow,h,o, ...
STICKLINE(C<O,C,O,15,1,COLORBLUE);
VERTLINE(C<O,H,O,COLORBLUE);
VERTLINE(C<O,C,L,COLORBLUE);
stickline(c=o and isdown and high<>low,c,o,15,1,colorgreen);
vertline(c=o and isdown and high<>low,h,o,colorgreen);
vertline(c=o and isdown and high<>low,c,l,colorgreen);
输入上面程序后,图中的“一字、丁字、十字”绿色阴线,没有变成蓝色(见附图),您帮忙看看,谢谢,添麻烦了
|
|