Rss & SiteMap

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

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

标题:请教

1楼
hbxfxj 发表于:2014/12/23 17:11:32
麻烦帮我编一个公式现实开盘价,在K线图上自动画个线,加上数字显示线的位置,谢谢
2楼
jinzhe 发表于:2014/12/23 17:16:40

oo:=valuewhen(todaybar=1,open);

drawtext(todaybar=1,open+5*mindiff,numtostr(oo,2));


drawsl(todaybar=1,open,0,ref(todaybar,todaybar),3);

3楼
hbxfxj 发表于:2014/12/23 17:24:04
非常谢谢

4楼
hbxfxj 发表于:2014/12/23 17:43:55
还想麻烦下您,帮我把线和数字都改成黄色可以吗
5楼
jinzhe 发表于:2014/12/24 8:55:58

oo:=valuewhen(todaybar=1,open);

drawtext(todaybar=1,open+5*mindiff,numtostr(oo,2)),coloryellow;


drawsl(todaybar=1,open,0,ref(todaybar,todaybar),3),coloryellow;

共5 条记录, 每页显示 10 条, 页签: [1]


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