Hi,
I am new on the forum and would like to thank all contributors and congratulate the managers.
I have a very simple question, which I hope, has an answer.
I would like to code a simple indicator, which would show the CLOSE price EVERY SECOND, considering that if there is not such information available as a candlestick on the graph, the indicator should display the last available 1s CLOSE price.
Example :
DAX close @ 11:39:22 = 10 582 (INDICATOR returns 10582)
DAX close @ 11:39:23 = 10583 (INDICATOR returns 10583)
DAX close @ 11:39:27 = 10579 (INDICATOR returns 10583 for 11:39:24, 11:39:25,11:39:26 ; and 10579 for 11:39:27)
Hope it’s clear and manageable.
Thanks in advance,
BR,
Thomas