Rss & SiteMap

金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/

专业程序化软件提供商
共3 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:[原创]风险控制之常见手法

1楼
z7c9 发表于:2010/10/1 19:52:46

a.亏损止损:sell(enterprice-bidprice>=n*mindiff and bidprice=close,holding,limitr,bidprice);
b.连亏止损:if maxseqloss>=20 then exit;
c.低胜率止损:if totaldaytrade>=20 and percentwin<=0.5 then exit;
d.大回撤止损:if (hhv(asset,0)-asset)/hhv(asset,0)*100>=2 then exit;

2楼
solarhe2006 发表于:2011/10/24 19:25:43
hao好好的帖子 a.亏损止损:sell(enterprice-bidprice>=n*mindiff and bidprice=close,holding,limitr,bidprice); b.连亏止损:if maxseqloss>=20 then exit; c.低胜率止损:if totaldaytrade>=20 and percentwin<=0.5 then exit; d.大回撤止损:if (hhv(asset,0)-asset)/hhv(asset,0)*100>=2 then exit;
3楼
samyongq 发表于:2011/10/28 15:36:50
很好!记录一下
共3 条记录, 每页显示 10 条, 页签: [1]


Powered By Dvbbs Version 8.3.0
Processed in 0.03320 s, 3 queries.