#property indicator_separate_window
#property indicator_buffers 2
#property indicator_plots 2
//--- plot Intersection
#property indicator_label1 "Intersection"
#property indicator_type1 DRAW_LINE
#property indicator_color1 clrBlue
#property indicator_width1 1
#property indicator_label2 "Intersection"
#property indicator_type2 DRAW_LINE
#property indicator_color2 clrRed
#property indicator_width2 1
#property indicator_separate_window
#property indicator_buffers 2
#property indicator_plots 1
//--- plot Intersection
#property indicator_label1 "Intersection"
#property indicator_type1 DRAW_FILLING
#property indicator_color1 clrRed,clrBlue
#property indicator_width1 1
本文介绍了一种配置方法,用于设定图表中交叉点的显示样式,包括使用蓝色和红色线条标识交点,并采用填充方式突出显示交点区域。
798

被折叠的 条评论
为什么被折叠?



