|
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/
........................................
|