Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Applications Finance-Stock software system
Title: myMACD Download
 Description: //+ + //| Custom MACD.mq4 | //| Copyright ?2004, MetaQuotes Software Corp. | //| [url]http://www.metaquotes.net/[/url] | //+ + #property copyright Copyright ?2004, MetaQuotes Software Corp. #property link http://www.metaquotes.net/ // indicator settings #property indicator_separate_window #property indicator_buffers 4 #property indicator_color1 Blue #property indicator_color2 Yellow #property indicator_color3 Red #property indicator_color4 Green //int indicator_color3 // indicator parameters extern int FastEMA=12 extern int SlowEMA=26 extern int SignalSMA=9 // indicator buffers double ind_buffer1[] double ind_buffer2[] double ind_buffer3[] double ind_buffer4[] double temp //+ + //| Custom indicator init
 Downloaders recently: [More information of uploader chenxiao]
 To Search:
File list (Check if you may need any files):
 

myMACD.mq4
    

CodeBus www.codebus.net