【SetStopLoss】当损失达到指定金额时,平仓部分或全部的仓位;会依仓位的多空产生对应的停止单。
SetStopLoss[table][tr][td]当损失达到指定金额时,平仓部分或全部的仓位;会依仓位的多空产生对应的停止单。[p=30, 2, left]由[url=https://www.multicharts.cn/powerlanguage/03_words/Strategy_Orders/setstopposition.htm]SetStopPosition[/url] 和 [url=https://www.multicharts.cn/powerlanguage/03_words/Strategy_Orders/setstopcontract.htm]SetStopContract[/url] 或 [url=https://www.multicharts.cn/powerlanguage/03_words/Strategy_Orders/setstopshare.htm]SetStopShare[/url] 决定停损是所有仓位合并计算或是个别仓位分开计算;默认是所有仓位合并计算。[/p][p=30, 2, left]指令是在Bar内就会即时触发,而不是仅仅在Bar结束时才执行,所有可以在进场的当根Bar马上出场。[/p][/td][/tr]
[/table]
[table=98%]
[tr][td][b]用法[/b][p=30, 2, left]SetStopLoss([i]Amount[/i])[/p][p=30, 2, left]参数说明: [i]Amount[/i] —— 数值表达式,指定停损的金额[/p][/td][/tr]
[/table]
[table]
[tr][td][b]注意[/b][p=30, 2, left]此函数只能在信号中使用。[/p][/td][/tr]
[/table]
[table=98%]
[tr][td][b]范例[/b][p=30, 2, left]当整体仓位损失达100元时,平仓所有仓位:[/p][p=30, 2, left]SetStopPosition;[/p][p=30, 2, left]SetStopLoss(100);
[/p][p=30, 2, left]当个别仓位损失达10元时,平仓出场:[/p][p=30, 2, left]SetStopContract;[/p][p=30, 2, left]SetStopLoss(10);[/p][/td][/tr]
[/table]
页:
[1]