if currentbar< 50 then
plot10(9180);
if currentbar >=50 and currentbar<= 55 then
noplot(10);
if currentbar >55 then
plot10(9190);

if currentbar< 50 then
plot10(9180);
if currentbar >=50 and currentbar<= 55 then
noplot(10);
if currentbar >55 then
plot10(9190);

指標程式碼如下: (股票可選 TSE日線圖(如下圖)) thanks.
SetFirstBarDate(20160801);
if currentbar< 10 then
plot10(9100);
if currentbar >=10 and currentbar<= 15 then
noplot(10);
if currentbar >15 then
plot10(9190);


謝謝.
已經5年了, 這個bug到現在還沒修正!
幫忙說一下話
這不是BUG吧,XQ畫線條的時候本來就會將所有有值的點連在一起
若想做到N/A不畫線,讓線有中斷的效果
不知道從哪一版開始,XQ也有提供"線段"的繪圖型式可供選擇
可以試試看喔
Hello GaryChiang,
您可以參考 WeiieW 的說明,將繪圖設定裡的形式調整成線段即可。
感謝 WeiieW 的熱心回覆。
8 評論