怎样把MT5里的MACD改成咱们熟悉的样子?小韭菜来教你

2022-6-29 19:25| 发布者: admin| 查看: 330| 评论: 0

很久很久以前写过一篇文章,关于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_color1  Silver#property indicator_width1  2
修改为
#property indicator_separate_window#property indicator_buffers 5#property indicator_plots   3#property indicator_type1   DRAW_HISTOGRAM#property indicator_color1  Silver#property indicator_width1  2#property indicator_type2   DRAW_LINE#property indicator_color2  Red#property indicator_width2  1#property indicator_type3   DRAW_LINE#property indicator_color3  Green#property indicator_width3  1#property indicator_label1  "柱子"#property indicator_label2  "MACD"#property indicator_label3  "Signal"
然后呢?就没有然后了。这就完事了。是不是比上一次小韭菜教大家的简单几百倍。哈哈哈。

最后看看效果。




改好以后的MACD

#外汇##股票##A股##交易##期货#
回复

使用道具 举报

上一篇:今年能看的恐怖片都在这了,收藏起来,慢慢看

下一篇:用好这个短线神器,震荡行情也能变“送钱行情”

sitemap.txt | sitemap.xml | sitemap.html |Archiver|手机版|小黑屋|创业那点事 ( 湘ICP备17022177号-2 )

GMT+8, 2025-1-6 03:47 , Processed in 0.415445 second(s), 26 queries .

快速回复 返回顶部 返回列表