以文本方式查看主题

-  金字塔客服中心 - 专业程序化交易软件提供商  (http://weistock.com/bbs/index.asp)
--  公式模型编写问题提交  (http://weistock.com/bbs/list.asp?boardid=4)
----  输出  (http://weistock.com/bbs/dispbbs.asp?boardid=4&id=69390)

--  作者:pxmygl
--  发布时间:2014/8/29 13:54:41
--  输出

测试时如何把每日盈亏输出到每日最后一K

 


--  作者:jinzhe
--  发布时间:2014/8/29 13:56:17
--  

nn:=asset-ref(asset,todaybar);

drawtext(time=closetime(0),close,numtostr(nn,2));


--  作者:pxmygl
--  发布时间:2014/8/29 14:25:18
--  

谢谢

可否在最高盈利的位置输出最高盈利

最高回撤的位置输出最高回撤


--  作者:jinzhe
--  发布时间:2014/8/29 14:44:50
--  
drawtext(openprofit=hhv(openprofit,enterbars+1),c,numtostr(openprofit,2));