MT4
单条均线指标代码
回复:0  浏览:224
  • 楼主admin 圈主
  • 2019-05-05 14:47
#property Copyright "Author Bruce"
  #property link "QQ 61512827"
  #property indicator_chart_window
  #property indicator_buffers 1
  #property indicator_color1 Red
  double ExtMapBuffer1[];
  extern int frameperiod;
  extern int shift;