Hi,
I would like to draw a line and that this line appears on all timeframes.
Is it possible with drawhline or any other ?
Thanks
Jerome
What do you mean on all timeframes? If you create a line with DRAWHLINE at a price coordinate, this line will stay on your chart as long as your code is applied onto it, no matter if you change the timeframe of the chart.
Thank you.
Sorry yes my request was not clear. I mean that I have several windows open showing the same asset on different timeframe.
When I draw 1 line on 1 windows/timeframe, I would like that this line appears on all windows/timeframes.
Is there a way to do that ?
Thank you
So that’s not related to a line drawn by code? But manually?
By code with drawhline for example.
ok, so if you apply the same code on all charts, that line will be plot instantly on the same exact price, but you’ll have to change that level directly in the code and not in the external settings window.
Thank you.
What do you mean by level ? “…but you’ll have to change that level directly in the code…”
My goal is to draw all supports and resistances from ICHIMOKU SSB and Kijun which are longer than 5 candles for example over the past 100 candles. (So these supports and resistances are not the same from 1 windows/timeframe to the other)
that code, applied on 1 windows, i.e. 1 time frame, works . But the line drawn does not appear on the other windows.
If I apply that code on 1 time frame, it is already a bit long to compute. If I would apply it for each chart and on 6 timeframes for example, this would be extremely slow…
Any idea ?
Sorry but do you want to plot the 1-minute timeframe levels on the other timeframes?
Good question. No I would ilke to plot the 4h, 1h and 15 min levels on the 5 and 1 min charts
Way too much tricky without the multi-timeframe indicators support in ProBuilder that will come very soon for PRT v11 (I’m actually testing it): Multi timeframe – MTF indicators for ProRealTime
Thanks Nicolas.
Then let’s wait for the v11. Any forecast date known ?