如題,只需要該天出現圖示即可,XS該怎麼寫?
1 評論
Hello KKing,
XS指標只能夠在當下那根Bar繪圖,故無法做到向前標示20天的位置。
除非您在腳本中寫死,像是 if date = 20230810 then plot1(high); 這樣。
1 評論