Hi,

I have an algo which trades GLD on specific breakout levels. It enters 2 minutes before market close if certain criteria is met. Now the entry signal uses the ADX(25) on daily bars. Upon entry 2 minutes before market close, the ADX(25) only has data from the previous days. I'd like to also consider todays upcoming close price. Since only two minutes are left at this point, it is relatively safe to assume, it will be in the current ballpark. So how can I add this data to the daily ADX(25)?

How can this be done?

Thanks,

David