Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 649
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Coding wizards, who can help? There is a need to get the coordinates(time, price) of rectangles from other timeframes. What function can do this?
how does it differ from the current timeframe? time, price... same on all timeframes
how does it differ from the current TF? time, price... the same on all TFs
Here is my code. Maybe I didn't express it correctly...I need to get rectangle parameters from H4 and daily, for example, while being on H1.
You need to be on H1, for example, to get rectangle parameters from H4 and the diary.
I don't see any rectangles in the code. only labels
I don't see any rectangles in the code. only labels
ObjectGet retrieves rectangle parameters (supply and demand are rectangle names, for example).
Well, they did. Okay.
what's your question?
Well, they did. Okay.
What's the question?
Ok, let me try to be more specific. In my code, the data comes from rectangles on the chart of the current timeframe (H1, for example). I, being on H1 again, need to get similar data from rectangles on other timeframes (H4 and daily), while staying on the same H1.
Ok, I'll try to be more specific. In my code, the data comes from rectangles, which are on the chart of the current TF (H1, for example). I, being on H1 again, need to get similar data from rectangles on other timeframes (H4 and daily), while staying on the same H1.
Well, you've already written
ObjectGet(name, what parameter)
Well, you've already written
ObjectGet(name, what parameter)
My understanding is that it needs to get object parameters from another chart.
Isn't it easier to draw these objects on the current chart?
My understanding is that he needs to get object parameters from another chart.
If from another chart, let him use the function variant with the chart identifier.
no problem either.