我的程式如下, 是一個指標, 在IF裡使用print要顯示資料無法動作
if condition1 and condition2 and condition3 then
begin
print(date, time, value2);
plot1(low * 0.99, "顯示");
end;
我的程式如下, 是一個指標, 在IF裡使用print要顯示資料無法動作
if condition1 and condition2 and condition3 then
begin
print(date, time, value2);
plot1(low * 0.99, "顯示");
end;
你好:
請問你無法使用的狀況是?? 小幫手這邊嘗試是正常的喔
用XS編譯後, 選新增主圖壘圖在技術分析裡會出現畫線, 但print就是無法顯示任何的東西
你好:
print是將資料輸出,不會在畫面中呈現喔,請你到C:\SysJust\XQLite\XS\Print 這裡面找應該就會有了
3 評論