Plotting indicators from 2 Timeframes but only 1 Prtice CHart
-
Hi,
I'm using 2 timeframes (1min and 15 mins); my intention its to plot price chart on 1min data with their indicators, and some indicators for 15min BUT NOT including the price chart of 15min.When I have tried plotinfo . plot=False for the 15min data, the price chart was deactivated (fine) but their indicators also.
Is there any way to do that?
Thanks, J -
Docs - Plotting - Object-wide plotting options,
plotmaster
option -
@ab_trader but then I receive the following error:
ValueError: x and y must have same first dimension, but have shapes (360,) and (26,) -
@backlearning it looks like with mixed timeframes you need to use coupling. It is described well in the Indicators section Docs - Indicators - Timeframe Mixing.
By the way, I would recommend you read docs more, will save your time.