以文本方式查看主题 - 金字塔客服中心 - 专业程序化交易软件提供商 (http://weistock.com/bbs/index.asp) -- 公式模型编写问题提交 (http://weistock.com/bbs/list.asp?boardid=4) ---- 如何表达 (http://weistock.com/bbs/dispbbs.asp?boardid=4&id=71058) |
-- 作者:aliyun -- 发布时间:2014/10/16 17:38:15 -- 如何表达 到现在为止当日的开仓次数 到现在为止当日的最大回撤金额 到现在为止当日的最大盈利金额 |
-- 作者:jinzhe -- 发布时间:2014/10/17 8:51:22 -- 1. nn:count(holding判断 and 下单条件,todaybar);这句写在开仓语句之前 2. hhv(asset,todaybar)-llv(asset,todaybar) 3. hhv(openprofit,todaybar) |