请教关于指标中的“水平位”问题 新评论 [删除] 2008.10.31 09:54 #property indicator_color1 Red #property indicator_color2 Blue #property indicator_level7 -15 #property indicator_level8 15 最后两句是设置"指标的水平位"的,请问什么是"指标的水平位"? property的indicator属性是指什么? 请教这个自己编写的超前指标为什么不显示啊? XP Moving Average! #property what does that mean and how can use it Rashid Umarov 2008.10.31 10:04 #1 Yes, you are right. See familiar lines on video [删除] 2008.10.31 10:34 #2 i can catch what you mean, Rosh, thanks. Rashid Umarov 2008.10.31 12:40 #3 Take the custom CCI.mq4 indicator, add this lines: #property indicator_level1 50 #property indicator_level2 50 and rename as myCCI.mq4. Then compile new indicator and attach to chart. You will see. 新评论 您错过了交易机会: 免费交易应用程序 8,000+信号可供复制 探索金融市场的经济新闻 注册 登录 拉丁字符(不带空格) 密码将被发送至该邮箱 发生错误 使用 Google 登录 您同意网站政策和使用条款 如果您没有帐号,请注册 可以使用cookies登录MQL5.com网站。 请在您的浏览器中启用必要的设置,否则您将无法登录。 忘记您的登录名/密码? 使用 Google 登录
#property indicator_color1 Red
#property indicator_color2 Blue
#property indicator_level7 -15
#property indicator_level8 15
最后两句是设置"指标的水平位"的,请问什么是"指标的水平位"?
property的indicator属性是指什么?