相關標簽:期貨常用止損止盈策略 、 期貨止盈止損功能 、 期貨止損止盈技巧 、 期貨止盈止損單 、 期貨交易止盈止損 、 期貨與期權套利策略 、 期貨期權組合策略 、 期貨止損止盈設置技巧 、 期貨止損止盈怎么設置 、 期貨自動止損止盈設置 、 期貨止盈止損設置方法 、 期貨怎樣設置止盈止損 、 期貨軟件如何止盈止損 、 恒指期貨如何止盈止損 、 期貨交易策略止盈 、 本帖最后由 kaizi1231 于 2017-5-10 15:07 編輯
if marketposition=1 and??OpenEntryMaxProfit>proft*bigpointvalue then sell ("slt")next bar at entryprice+OpenEntryMaxProfit/bigpointvalue*(1-trailingpoint/100) stop;
if marketposition=-1 and??OpenEntryMaxProfit>proft*bigpointvalue then buytocover ("btt")next bar at entryprice-OpenEntryMaxProfit/bigpointvalue*(1+trailingpoint/100) stop;
當中的OpenEntryMaxProfit>proft*bigpointvalue then buytocover ("btt")next bar at entryprice-OpenEntryMaxProfit/bigpointvalue*(1+trailingpoint/100)
?
?
?
公式導入教程: 【通達信公式源碼導入方法教程】 【同花順公式源碼導入方法教程】 【大智慧新一代公式源碼導入方法教程】
?