[MultiCharts] MDD (最大虧損下架) 的範例程式碼

input:MDD(300000)  // 數值可以根據策略回測得最大虧損去抓


vars:_maxprofit(0),DD(0)


if netprofit > _maxprofit then _maxprofit = netprofit ;

DD = _maxprofit  -  netprofit  ;


進場條件的 if  那行街上  and DD < MDD

於是之後就不會再進場策略了





 













留言

這個網誌中的熱門文章

[Angular] 閒置登出作法

[Angular] 回到最上面 goTop按鈕作法

[SQL] 如何快速搜尋整個 SQL Server 資料庫中所有表格所有欄位中的所有資料