Hide subwindow of indicator in mt4

 

MT4

I have an indicator that is displayed in a subwindow like example an rsi for argument sake. This same indicator displays arrows on my chart. Is there a way for me to permanently hide the sub window so I only see the arrows on my chart. I take it the following command has something to do with it.

#property indicator_separate_window

 
  1. Why did you post your MT4 question in the MT5 General section instead of the MQL4 section, (bottom of the Root page)?
              General rules and best pratices of the Forum. - General - MQL5 programming forum?
    Next time post in the correct place. The moderators will likely move this thread there soon.

  2. Replace it with indicator_chart_window and comment out assignments of all displayed buffers.