因為很多前輩說過this bar at close有隱藏著很多的問題, 都建議使用next bar at market
但是如果程式是中進場的點為需要用到觸價單,能使用this bar at close or higher嗎?
如果我要的是觸及前一天的某個價位進場,該怎麼表達比較好?
Parameter:Price(Close), slow(100)
if marketposition<=0 and close cross over average(close,slow) then
Buy("買進") this bar at close or higher
end If
謝謝!