|
本帖最後由 kilroy 於 11-12-16 11:40 AM 編輯
*
用 AB 的大大可以用這個唷
小弟只會簡單的語法
- PriceScale=ParamList("Price Scale as","1/1,1/10000",0);
- if(PriceScale=="1/1")
- {
- PS=1;
- }
- if(PriceScale=="1/10000")
- {
- PS=10000;
- }
- PlotOHLC( PS*Open, PS* High, PS* Low, PS* Close, "", colorLime, styleBar );
複製代碼
參考看看了~ 祝操作順心  |
|