龙听期货论坛's Archiver

C
+
+


 微信: QQ:

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

【SetStopContract】指定策略出场函数

SetStopContract[table]
[tr][td]指定策略出场函数[p=30, 2, left]个别仓位分开计算: [url=https://www.multicharts.cn/powerlanguage/03_words/Strategy_Orders/SetStopLoss.htm]SetStopLoss[/url] , [url=https://www.multicharts.cn/powerlanguage/03_words/Strategy_Orders/SetProfitTarget.htm]SetProfitTarget[/url] , [url=https://www.multicharts.cn/powerlanguage/03_words/Strategy_Orders/SetBreakEven.htm]SetBreakEven[/url] , [url=https://www.multicharts.cn/powerlanguage/03_words/Strategy_Orders/SetDollarTrailing.htm]SetDollarTrailing[/url] , and [url=https://www.multicharts.cn/powerlanguage/03_words/Strategy_Orders/SetPercentTrailing.htm]SetPercentTrailing[/url].[/p][/td][/tr]
[/table]
[table=98%]
[tr][td][b]用法[/b][p=30, 2, left]SetStopContract[/p][/td][/tr]
[/table]
[table]
[tr][td][b]注意[/b][p=30, 2, left]若 SetStopPositon, SetStopContract, 和 SetStopShare 未被声明,默认出场函数,是所有仓位合并计算。[/p][p=30, 2, left]若 SetStopPositon, SetStopContract, 和 SetStopShare 被多次声明,或是在同一个图表上的不同信号分别声明,会以最后一次的声明状态为最后状态。[/p][/td][/tr]
[/table]
[table=98%]
[tr][td][b]范例[/b][p=30, 2, left]指定SetStopLoss策略出场函数是个别仓位分开计算,当个别仓位损失达10元时,产生平仓委托:[/p][p=30, 2, left]SetStopContract;[/p][p=30, 2, left]SetStopLoss(10);[/p][/td][/tr]
[/table]

页: [1]