你可以在大概跟我說一下嗎??
我不了解你目前的階段到哪裡了
請問資料源或是歷史資料已經備妥了嗎
資料已經匯入 是用import wizard的方式匯入 在開啟 chart 之後安插可以畫出 k 線的 AFL 就能顯示了
大大,請問上述不分是要如何操作 獨孤求勝 發表於 14-8-30 15:56 static/image/common/back.gif
在開啟 chart 之後安插可以畫出 k 線的 AFL 就能顯示了
大大,請問上述不分是要如何操作 ...
你要寫 N 個 AFL
在每個 AFL 的開頭第一行加入 setforeign("symbol");
這樣就可以了
---
範例:
setforeign("TXF_HOT");
SetChartOptions(0,chartShowArrows|chartShowDates);
Plot( C, "Close", ParamColor("Color", colorDefault ), styleNoTitle | ParamStyle("Style") | GetPriceStyle() );
把紅字的部分改成你要顯示的商品代號就可以了
kilroy 發表於 14-8-30 16:46 static/image/common/back.gif
你要寫 N 個 AFL
在每個 AFL 的開頭第一行加入 setforeign("symbol");
大大可以了,真的很感謝你 [ 在同一個畫面比較兩種商品,不是分兩個畫面 ]
用setforeign。
長知識了。 AFL 就是 Amibroker Formula Language (有些關鍵字搜尋一下 User's Guide 會有的)
使用 Amibroker 不看英文真的只有放棄了..(英文字可查字典)
Assume that your symbol name = EXFI4
step1) File-->new-->blank pane
step2) Window-->charts-->drag 'Price' from the 'Basic charts' & drop on this pane
step3) Mouse right-click on this pane, then choose 'Edit formula'
step4) Add following AFL into the formula: SetForeign("EXFI4"); //電子期
step5) File-->save
step6) Now you can see the chart of EXFI4 on this pane.
頁:
1
[2]