Thread: Data & Comments
View Single Post
  #4 (permalink)  
Old 08-19-2006, 11:25 AM
cja's Avatar
cja cja is offline
Senior Member
 
Join Date: Apr 2006
Posts: 676
cja is on a distinguished road
Data & Comments in a separate window

Quote:
Originally Posted by Kalenzo
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)

Hi Kalenzo - I still cannot seem to get the indicator info into the separate window, i can get a title into the window and change that but not data relevant to the indicator - do you have an indicator that already has this feature so that i can look at the code - i want to be able to put the Demark targets or Murrey Math comments into a separate window or even change the type size and colour of the comments on the chart.

Any help would be much appreciated.
Reply With Quote