菜鳥詢問如何匯入十大交易人資料
大家好,我是 MC 初心者。
若我有十大交易人的資料 CSV 格式,想用他來作回測!
1. 我該怎麼匯入呢,能否給我一點提示?
2. 在買賣訊號內,用什麼語法引用匯入的資料?
謝謝前輩!{:7_420:}
沒人回,能否請版上前輩給我一點提示好嗎?
幾個字都好~我真的找兩天了! "multicharts 匯入" "multicharts data2"
使用這二組關鍵字google一下就可以找到討論! multicharts 匯入 我查過了,
data2 我晚上來查! Data
Used to specify a particular data series in a multi-symbol chart; each data series in a multi-symbol chart has a unique Data Number.
Usage
DataN
Where: N - the Data Number of the data series
Or:
Data(N)
Where: N - a numerical expression specifying the Data Number of the data series
Example
High Of Data2will return the high price of a bar in the data series with the Data Number of 2
High Of Data(2) will return the high price of a bar in the data series with the Data Number of 2
我找了兩個小時,最後找到的是這個!
但是,找不到在哪裡設定 data2 是 籌碼資料!
簡單說它把它變為開高低收的報價,再來就看你語法怎麼寫... 本帖最後由 sologuitar 於 12-7-17 23:45 編輯
記得上課的時候,老師有說過因為MC有一些先天上的限制
所以要匯入十大交易人的資料時
必須要轉成像成交量這種迂迴的方式處理
小弟有個想法,但還沒實際試過,因為手上沒有十大交易人資料
給您參考看看
1.用QuoteManager匯出日線圖資料成ascii格式
2.在excel當中整合步驟1的資料與十大交易人的資料,把十大交易人的資料取代成交量
3.重新把2的資料匯入QuoteManager當中
這樣一來,只要呼叫成交量的時候,就是等於取出10大交易人的資料了
頁:
[1]