I am creating this discussion as a follow up to my previous discussion : 

The basic premise is I am trying to calculate 253 period highest close/lowest close values, for which I am trying to use Maximum/Minimum indicator classes. I have selected only one security GME as of now to explain my issue. The Minimum indicator gives the correct value when used on static universe (when used with AddEquity) , but it's not returning correct value when used with CoarseUniverseSelection function. 

107242_1657199409.jpgDebug Output

52 week low close for 2020-11-03 is shown as 3.85, which is clearly not the case when we check it on Trading view:

107242_1657199488.jpg

Can you please help me by pointing out where am I going wrong in my Algorithm?