How can I decrease the time scale on the bottom of a P&F chart from 30 minutes to, say 15 minutes?
I even tried creating a study using getMinute() and getSecond() and displaying in the data pane, but both functions return 0.
I want to tell at what time the bar ends, such as when using setComputeOnClose() in a script on a candlestick chart.
Thanks for your help.
I even tried creating a study using getMinute() and getSecond() and displaying in the data pane, but both functions return 0.
I want to tell at what time the bar ends, such as when using setComputeOnClose() in a script on a candlestick chart.
Thanks for your help.
Comment