indicator does not work in sub chart

 

Hello, Is there anyone knowing this issue? I inserted sub chart using "Insert-Objects-Graphical-Chart" in main chart.

But my indicators does not work at sub chart. But is works correctly at my main chart. How to work it at sub chart?

Thank you

 
Chessqn:

Hello, Is there anyone knowing this issue? I inserted sub chart using "Insert-Objects-Graphical-Chart" in main chart.

But my indicators does not work at sub chart. But is works correctly at my main chart. How to work it at sub chart?

Thank you

Indicators typically do not work on sub-charts, because these sub-charts are graphical objects.

Indicators are designed to work on the main chart where they have access to the necessary price data and context.

 
Oleksandr Medviediev #:

Indicators typically do not work on sub-charts, because these sub-charts are graphical objects.

Indicators are designed to work on the main chart where they have access to the necessary price data and context.

Thank you my friend

 
Oleksandr Medviediev #:

Indicators typically do not work on sub-charts, because these sub-charts are graphical objects.

Indicators are designed to work on the main chart where they have access to the necessary price data and context.

That is not accurate.
Indicators work on sub-charts if they are invoked thru MQL5.

 
Give it a try. Replace indicator_chart_window with indicator_separate_window
 
Subwindow chart uses index 1, you might have index 0...which puts it on the main chart. Bur you didn't post any code so we can't know for sure