Attach Custom Indicator

 

I'm having trouble attaching an indicator to the main chart that jumps to window 1. For example I amtrying to attach a Laguerre Indicator to my main chart. Any help is appreciated.

 
A Laguerre Indicator has to be opened in the separate window.
 
Roger:
A Laguerre Indicator has to be opened in the separate window.

I'm making some progress....I opened a new window with MACD and added the Laguerre indicator......how do I add the price data to that window?

 
merl4:

I'm making some progress....I opened a new window with MACD and added the Laguerre indicator......how do I add the price data to that window?

I guess my problem is when I open the LaGuerre in a separate window, I don't receive the "Apply to Box" in the properties window. If I open a MA that box appears. I'm trying to attach this indicator to the main chart. This is just something I would like to learn how to do. This is in my custom indicator list.

 
It's not a good idea, but if you want it so much...
Open indicator in MetaEditor and replace:
#property indicator_separate_window
to
and compile.
 
Roger:
It's not a good idea, but if you want it so much...
Open indicator in MetaEditor and replace:
#property indicator_separate_window
to
#property indicator_chart_window
and compile.

Thanks Roger for your help!

Reason: