A Laguerre Indicator has to be opened in the separate 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!
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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.