假設我用日K bar, 並算出一組數字x, 那麼今日盤中若往上漲破x就買進
tradestation要怎麼寫呢?
if high>=x then begin
buy this bar at x stop;
end;
這樣嗎?
可是tradestation顯示stop 跟 limit can be only placed for the next bar
要怎麼解決??
--
tradestation要怎麼寫呢?
if high>=x then begin
buy this bar at x stop;
end;
這樣嗎?
可是tradestation顯示stop 跟 limit can be only placed for the next bar
要怎麼解決??
--
All Comments