Thread: Data & Comments
View Single Post
  #2 (permalink)  
Old 08-16-2006, 02:01 PM
Kalenzo's Avatar
Kalenzo Kalenzo is offline
Senior Member
 
Join Date: Dec 2005
Location: Bydgoszcz - Poland
Posts: 696
Kalenzo is on a distinguished road
U should use this ones:

#property indicator_separate_window

init()
{
IndicatorShortName("MYNAME");
}
start()
{
ObjectCreate(....WindowFind("MYNAME")...);
}

I describe it shortly here becouse a few days ago I made full description on this forum on shome thread (but I don't remember the name of that thread)
__________________
You need proffesional mql coder? Contact me! I will help you!
........................................
http://www.fxservice.eu/
........................................
Reply With Quote