timeisusd 2007-12-11 14:39
请教:能否隐藏指标窗口左上方的数值
我想去掉指标窗口左上方的数值 该怎么做
[attach]14974[/attach]
xfxyldj 2007-12-11 15:20
设置SetIndexLabel( int index, string text) 其中string text的值为NULL就可以了。
如果名字也不要就再增加IndicatorShortName("");语句。
timeisusd 2007-12-11 15:28
[quote]原帖由 [i]xfxyldj[/i] 于 2007-12-11 15:20 发表 [url=http://www.onefx.net/bbs/redirect.php?goto=findpost&pid=156072&ptid=36001][img]http://www.onefx.net/bbs/images/common/back.gif[/img][/url]
设置SetIndexLabel( int index, string text) 其中string text的值为NULL就可以了。
如果名字也不要就再增加IndicatorShortName("");语句。 [/quote]
谢谢老师 搞定了 呵呵