设为首页收藏本站

 找回密码
 注册
楼主: thjyqr
打印 上一主题 下一主题

请教nopain,写了5小时,实在是很为难啊。 [复制链接]

Rank: 4

精华
0
UID
4372
积分
278
帖子
17
主题
6
阅读权限
50
注册时间
2009-5-12
最后登录
2019-3-24
1#
发表于 2010-4-26 22:22:24 |显示全部楼层

回复 3# 高架桥 的帖子

If(MarketPosition==1)
{
        MaxProfit = HigherAfterEntry-AvgEntryPrice;
        Commentary("MaxProfit="+Text(MaxProfit));
        If(MaxProfit > 60*MinPoint)问题1::这里是指盈利有60个点吗?
        {
                StopLine = HigherAfterEntry-MaxProfit*0.4;问题2:这里是最高价回撤40%吗?需要计算各个品种吗?
                Commentary("启动二级跟踪");
        }        }Else
        {
                StopLine = AvgEntryPrice - StopLoss*MinPoint;问题3:StopLoss这里指什么意思?
                Commentary("启动原始止损");
        }
        
     请回答,谢谢!

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

bottom

静态版|手机版|联系我们|交易开拓者 ( 粤ICP备07044698   

GMT+8, 2024-5-12 10:14

Powered by Discuz! X2 LicensedChrome插件扩展

© 2011-2012 交易开拓者 Inc.

回顶部