V1:=SMA(HIGH,21,2)*1.05;
rn V2:=SMA(LOW,21,2)*0.95;
rn
rn V3:=SMA(LOW,5,1);
rn V4:=SMA(CLOSE,2,1);
rn V3<V2 AND CROSS(V4,V3);
rn
rn

© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END

V1:=SMA(HIGH,21,2)*1.05;
rn V2:=SMA(LOW,21,2)*0.95;
rn
rn V3:=SMA(LOW,5,1);
rn V4:=SMA(CLOSE,2,1);
rn V3<V2 AND CROSS(V4,V3);
rn
rn

暂无评论内容