close candle price with object on chart
-
Hello my friends; How can I get the close candle price when an object (circle, arrow or...) appears on the chart? I can calculate the object price on the chart, but how can I get the close candle price?
-
Is that close candle belonging to candle ID 0 rot to any other candle ID?
-
I want exactly the price of the same candle that the object appears below or on it. The object may appear one or more times per day.
-
Then you can store the price level into a variable at the exact moment the object appears.
-
@MOHAMMAD-H tnx bro
-
You're welcome.