manyung 發表於 18-10-10 18:47

每次買賣貨量的問題

if condition1 then                                             
        Buy ("Long" )125000 shares next bar at market ;
if condition2 then                           
        Sell Short ("Short" ) 125000 shares next bar at market ;
       


希望可以做到    round(MaxDD/ capital)每條trade 輸USD100,000 的 2% 的貨量來交易

是否用 Portfolio_MaxIDDrawdown / i_OpenEquity ? , 請大師們指教 。

頁: [1]
查看完整版本: 每次買賣貨量的問題