曾永政 發表於 13-4-30 17:20 
http://www.yctseng.net/2012/02/open-tomorrow-stop.html
謝謝
另外請問一個問題
inputs:length(35);
var:ma(0);
ma=Average(close,length);
if close cross over ma then plot1(5);
if close cross over ma then begin
alert(text("price is cross over now")) ;
PlaySound("c:\ring.wma");
end;
if close cross under ma then plot2(-5);
if close cross under ma then begin
alert(text("price is cross under now"));
PlaySound("c:\ring.wma");
end;
plot3(0);
在這裡面我有設定 playsound 和alert的設定 但是 真的當close corss的時候卻沒有半點聲音或者是alart出現
是因為我的試卷商版嗎? 還是設定錯誤呢?
|