怎样把MT5里的MACD改成咱们熟悉的样子?小韭菜来教你
很久很久以前写过一篇文章,关于MT5中MACD的问题。<MT5中MACD有坑,千万别用错>
当时说,MT5中的MACD与咱们平时用的文华财经、大智慧等的MACD不是一回事。
这样就造成许多从股票期货转战外汇平台的小伙伴们很不舒服。
因为MT5中的MACD分成了两个东西,一个是在“震荡”文件夹中有一个MACD,有一条线和柱子,然而这个柱子却并非咱们常用的文华或者大智慧里MACD的柱子,其实是他的另外一条线。
另外一个是在“examples”里的OSMA,这个东西才是咱们熟悉的柱子。
知道的朋友们就会加载两个指标一起看着用了,两个组合起来就是咱们常用的MACD。
不知道的朋友就将计就计,直接拿“震荡”文件夹中的MACD用了,用的也是十分的愉快。
上次教了朋友们用“震荡”文件夹里的MACD改成咱们喜欢的样子,写了很多东西。
对于不太懂编程或者看着密密麻麻的代码脑袋就头疼的朋友实在没有什么可行性。
那么这次小韭菜就教大家怎么用OSMA改一个咱们熟悉的MACD。
1.右键点击OSMA,然后选择修改。
2.编辑器打开后找到OSMA,右键点击打开文件夹,复制一个新的出来,万一你没改对,还有个备份。
3.打开复制好的OSMA.
4.将12行到17行的代码如下
#property indicator_separate_window#property indicator_buffers 5#property indicator_plots 1#property indicator_type1 DRAW_HISTOGRAM#property indicator_color1Silver#property indicator_width12
修改为
#property indicator_separate_window#property indicator_buffers 5#property indicator_plots 3#property indicator_type1 DRAW_HISTOGRAM#property indicator_color1Silver#property indicator_width12#property indicator_type2 DRAW_LINE#property indicator_color2Red#property indicator_width21#property indicator_type3 DRAW_LINE#property indicator_color3Green#property indicator_width31#property indicator_label1"柱子"#property indicator_label2"MACD"#property indicator_label3"Signal"
然后呢?就没有然后了。这就完事了。是不是比上一次小韭菜教大家的简单几百倍。哈哈哈。
最后看看效果。
改好以后的MACD
#外汇##股票##A股##交易##期货#
声明:以上内容来源于网络,如有侵权请联系我们(123@shiyan.com)删除! MT5是做期货的吧
页:
[1]