|
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 ? , 請大師們指教 。
|
|