[問題] 為啥這樣的邏輯還會在同一根k線進出場

看板Trading (金融交易)作者 (GDP)時間17年前 (2008/11/12 11:20), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串1/1
如題 if close cross below av then begin if av < av[1] and slope < slope[1] then begin sell("S") at close; TL=-1; end; end; if TL <= -1 then begin if close < Downband and bias < average(bias,length)*1.01 and entryprice <> close then begin exitshort("EXS") at close; TL=0; end; end; -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 219.87.144.114

11/12 15:00, , 1F
用TS的話,同一根進出場會解決就沒啥問題...
11/12 15:00, 1F
文章代碼(AID): #196ak8Qn (Trading)
文章代碼(AID): #196ak8Qn (Trading)