Author: cmkm-2011,[thhudu@yahoo.com].
Blank
0 Views
0 Downloads
0 Favorites
Blank
//+------------------------------------------------------------------+
//|                                                    Blank.mq4     |
//|                                         Copyright © 2011, cmkm   |
//+------------------------------------------------------------------+
#property copyright "cmkm-2011,[thhudu@yahoo.com]."
#property 		indicator_separate_window

int init() {
IndicatorShortName("");
	
	return(0);
}

int start() {

			

}

Comments