小幫手好
最近在看法人買賣超數據,發現歷史數據有很大問題,
指標匯出跟雷達print出來的買賣超數據是一樣的,但是交易模組Print出來的數據不同,
比較了兩檔股票,都是發生在2018/6/25~2019/10/21 (見附加檔案)
請儘速修正

採用的是周線圖,Print指令如下
if weekOfyear(date)<>weekOfyear(date)[1] and currenttime=090000 then print(date,getfield("法人買賣超張數", "W")[1]);
2 評論