你好:
沒用過,盤中想測試 retsound
結果連觸發都不會,請教這是什麼原因?
variable:BSflag(0),xlastbar(0);
settotalbar(400);
if date <> currentdate then return;
if date <>date[1] then begin BSflag =0; xlastbar =0; end;
if xlastbar =0 then
if islastbar then xlastbar =currentbar
else begin
if BSflag =0 then begin
BSflag =1;
ret=1; retsound ="C:\DDE Sound\horse.wav";
end;
end;
我雷達頻率設 一分鐘,逐筆洗價,謝謝!
2 評論