龙听期货论坛's Archiver

C
+
+


 微信: QQ:

龙听 发表于 2023-10-27 12:58

【SetTrailingStop_pt】当获利从最大的获利回撤指定的跳数(Amount)后,则平仓部分或所有仓位。依仓位的多空不同使用对应的停止单进行委托

SetTrailingStop_pt[table]
[tr][td]当获利从最大的获利回撤指定的跳数(Amount)后,则平仓部分或所有仓位。依仓位的多空不同使用对应的停止单进行委托。[p=30, 2, left]例如:若指定的回撤跳数是50条,若曾达到的最大获利跳数为120跳,则一旦获利回落到70跳时,会对持仓进行平仓.[/p][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] 决定SetDollarTrailing_pt 的停止单是所有仓位合并计算或每笔仓位分开计算;默认是所有仓位合并计算.[/p][p=30, 2, left]SetDollarTrailing_pt指令在Bar内就会即时触发,而不是仅仅在Bar结束时才执行,所以可以在进场的当根Bar马上出场.[/p][/td][/tr]
[/table]
[table=98%]
[tr][td][b]用法[/b][p=30, 2, left]SetDollarTrailing_pt([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][p=30, 2, left]若所有仓位一起计算,则进场价是所有同方向仓位的平均价.[/p][/td][/tr]
[/table]
[table=98%]
[tr][td][b]范例[/b][p=30, 2, left]当所有仓位的最大获利回撤指定的50个跳动后,则执行平仓所有仓位的委托:[/p][p=30, 2, left]SetStopPosition;[/p][p=30, 2, left]SetDollarTrailing_pt(50);

当每笔进场仓位的最大获利回撤指定的10跳后,则对这笔进场执行平仓委托:[/p][p=30, 2, left]SetStopContract;[/p][p=30, 2, left]SetDollarTrailing_pt(10);[/p][/td][/tr]
[/table]

页: [1]