文件名称:MQL5中文参考文档
文件大小:6.63MB
文件格式:CHM
更新时间:2023-11-28 11:21:43
EA MQL5 MetaQuotes MetaTrader
MetaTrader5开发中文参考文档,版本比较新,可用实例比较多。例如: #property indicator_chart_window #property indicator_buffers 1 #property indicator_plots 1 //---- 图的线 #property indicator_label1 "Line" #property indicator_type1 DRAW_LINE #property indicator_color1 clrDarkBlue #property indicator_style1 STYLE_SOLID #prop