How can I store the date of the candle at h0 in the ZigZag indicator in a variable? I want to use this date as the first time for the Fibonacci levels (time 1). Essentially, my goal is to draw a Fibonacci level from h0 that continuously adjusts with the live market price so that I can open trades based on specific conditions when the price touches the desired levels. The 100 level should be drawn from h0, and the 0 level should move with the price.
I would greatly appreciate your guidance, as I have many questions about building this bot with this scenario.