could this be done?

[Deleted]  

Hi all

I want to put envelope from chart window into INDICATOR WINDOW but i don't know how to do it. can someone show me how to do it. very much appreciated

 

Use this

#property indicator_separate_window

at the start of the indicator file instead of the similar command already there, namely

#property indicator_chart_window
[Deleted]  
dabbler:

Use this

at the start of the indicator file instead of the similar command already there, namely

Thank you dabbler