请教关于指标中的“水平位”问题

 

#property indicator_color1 Red
#property indicator_color2 Blue
#property indicator_level7 -15
#property indicator_level8 15

最后两句是设置"指标的水平位"的,请问什么是"指标的水平位"?

property的indicator属性是指什么?

 

Yes, you are right. See familiar lines on video


 
i can catch what you mean, Rosh, thanks.
 

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.