manyung 發表於 18-9-3 10:52

this bar at high stop 的問題

當條件成立, 並想在同一支bar穿頂時買入, 請問怎樣寫?

圖1 = 想做的
圖2 = 以下code 做到的


sma1 = AverageFC( Close, 4 ) ;
sma2 = AverageFC( Close, 5 ) ;
sma4 = AverageFC( Close, 10 ) ;


condition1= sma2>sma4 and low<sma1 ;

if condition1 then                                                                  
        Buy ("Long" ) next bar at high stop ;



whatrichme 發表於 18-9-3 22:43

這個需要用到 intrabarordergeneration, 這個不好說, 因為牽涉的東西很多, 建議爬爬文

但這類策略遇著 stop hunting 的大哥就會給吃掉, 不建議哦

manyung 發表於 18-9-11 12:01

thanks, 加 intrabarordergeneration, setting 改一改, 就解決了
頁: [1]
查看完整版本: this bar at high stop 的問題