謝謝
但是又出現編譯錯誤訊息 可以告訴我是哪兒錯嗎
23 condition2=high>=value3+20 and close cross under value3 ;
24 if condition2 then
25 sell ( "s2" ) next bar at value3 limit ;
26 end ;
---------------------------------------------------------------------------------------------------
syntax error, unexpected 'identificator', expecting 'end of file'
errLine 23, errColumn 0, errLineEnd 23, errColumnEnd 0
|