请Bull 大师进来帮忙啊

楼主  收藏   举报   帖子创建时间:  2019-05-05 05:54 回复:0 关注量:148
请牛版帮忙加一条均线,不是拉过来那种,不是tcci(6)是对cci(14)做一条均线,要有正负值的
  
  
  源码:
  
  
  //+------------------------------------------------------------------+
  //|                                              Real Woodie CCI.mq4 |
  //|                based on the code of Jason Robinson (jnrtrading). |
  //|                                                                  |
  //| After read the Woodie introductory document I started a search   |
  //| for the right coloured CCI.                                      |
  //| I can find anyone in accomplish with the explanation of Woodie |
  //| So, I take the code from another CCI, and I added                |
  //| the center LSMA line according to the official explanation.      |
  //| Everything you see is an exact copy like it explained in the   |
  //| document new_woodie_do1. Specially the colors.                   |
  //| If you have some doubts can obtain a copy                        |
  //| from http://woodiescciclub.com/                                  |
  //|                                                                  |
  //| Linuxser 2007                                                    |
  //| for any doubts or suggestions contact me on Forex-TSD forum      |
  //+------------------------------------------------------------------+
  #property copyright "Under The GNU General Public License"
  #property link      "www.gnu.org"
  
  
  #property indicator_separate_window
  #property indicator_buffers 8
  #property indicator_color1 Blue   
  #property indicator_color2 Red   //SaddleBrown
  #property indicator_color3 Gray
  #property indicator_color4 Gold
  #property indicator_color5 Black
  #property indicator_color6 Crimson  
  #property indicator_color7 Lime  //Gold
打赏