trying to Compare 2 Columns lag2open to MGC=F and return if it is higher and returning it as Higher than 0
using GCClose["Higher than 0"] = [GCClose.columns[1]]>= [GCClose.columns[0]] it always returns True, while the validation column diff doesn't support that idea
