作者ainor (><)
看板Trading
标题Re: [问题] TS停损要怎麽设 "%" 的
时间Sat Sep 20 00:30:47 2008
If MarketPosition = 1 Then
ExitLong ("多单停损") next Bar at EntryPrice*0.98 stop;
If MarketPosition = -1 Then
Exitshort ("空单停损") next Bar at EntryPrice*1.02 stop;
ps: "XX停损" 在程式里我是用英文打,只是要PO上来才改一下
这刚试出来的,请问有没有问题,我看了一下应该OK @@?
※ 引述《timwen (没有我的新竹)》之铭言:
: if marketposition>0 and c<0.98*entryprice(0) then begin 多停损
: if marketposition<0 and c>1.02*entryprice(0) then begin 空停损
: entryprice 是进场价格的函数
: (0) 是最近一口
: (1) 前一口 .....以此类推
: ※ 引述《ainor (><)》之铭言:
: : 应该说是这口单"进场价格"的几%
: : 例如今天多单建在5000点 停损2% 则跌到4900 就停损
: : 或 空单建在9000点 停损2% 则涨到9180时才停损
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 124.218.61.79
※ 编辑: ainor 来自: 124.218.61.79 (09/20 00:35)
1F:推 timwen:在TS记得不要用中文就好 09/20 01:08