@ab_trader but then I receive the following error:
ValueError: x and y must have same first dimension, but have shapes (360,) and (26,)
For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
B
Latest posts made by BackLearning
-
RE: Plotting indicators from 2 Timeframes but only 1 Prtice CHart
-
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