//+------------------------------------------------------------------+ //| Blank.mq4 | //| Copyright © 2011, cmkm | //+------------------------------------------------------------------+ #property copyright "cmkm-2011,[thhudu@yahoo.com]." #property indicator_separate_window int init() { IndicatorShortName(""); return(0); } int start() { }