tengallen 發表於 22-9-7 17:21

plot畫線顏色

各位大大, 新手小弟, 有以下問題
網上範例學習 plot畫線顏色設定


inputs:len1(5),len2(20);
vars:ma1(0),ma2(0);ma1=average(close,len1);
ma2=average(close,len2);if absvalue(ma1-ma2)>100 then SetPlotColor(1, white);plot1(ma1);
plot2(ma2);
結果編譯錯誤setplotcolor is not applicable to this type of studyline 0, column 0Keyword "Plot**" can't been used in this type of studyline 0, column 0
可否指點錯在哪裡?感激

jackthetan 發表於 22-9-7 23:24

你的 code 我 compile 沒問題,
但你的MC軟體有問題, 請見
https://redjay1383.pixnet.net/blog/post/150931841-multicharts-%E7%B5%95%E7%97%87%E4%B9%8B%E9%A6%96-compile-%E7%B7%A8%E8%AD%AF%E9%8C%AF%E8%AA%A4

tengallen 發表於 22-9-8 19:12

jackthetan 發表於 22-9-7 23:24
你的 code 我 compile 沒問題,
但你的MC軟體有問題, 請見
https://redjay1383.pixnet.net/blog/post/15093 ...

謝謝回覆:
我的版本 WIN 10 , MC 12

已嘗試以下方式:
LEVEL 1
LEVEL 2
LEVEL 3
LEVEL 4
LEVEL 5
全部無效, 錯誤訊息仍然出現...............

救人啊!!

jackthetan 發表於 22-9-8 21:07

你安裝MC時有用管理員權限嗎?
如果都無解決, windows 重灌一定可以。

c8c886 發表於 22-9-9 09:05

你是不是寫到訊號那裏去了不是寫在指標的

tengallen 發表於 22-9-9 20:04

c8c886 發表於 22-9-9 09:05
你是不是寫到訊號那裏去了不是寫在指標的

對..........................

謝謝大大的指點
改成指標, 一切正常了
頁: [1]
查看完整版本: plot畫線顏色