-
I have an issue with intervals with even values e.g. 2H, 4H. So when an even interval is selected, e.g. 2H, the object in OnCrosshairMove callback contains a time that is irrelevant with the data inside the chart, the data are for every 2 hours but the time in that object has the hour as an odd value so instead of the actual candle in the collection that has time e.g. 22:00:00, the time in the object has the time 21:00:00 that doesn't exist in the data collection or anywhere else. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Do you use the same Date's object's methods to see that time? Do you see the same timezone there? Can you provide an example (jsfiddle-like)? |
Beta Was this translation helpful? Give feedback.
Do you use the same Date's object's methods to see that time? Do you see the same timezone there? Can you provide an example (jsfiddle-like)?