請教一開盤如何在1分K,5分K,10分K畫出開盤價,不斷延伸至收盤,隔天再繼續畫新的開盤價,一直延伸下去。
1 評論
if date<>date[1] then plotLine(1,currentBar,open,currentBar,open,"Open",add:=1);
1 評論