Expression to lookup the value of an historical tag

I need some help please to correctly write an expression tag that will lookup the value of an historical tag and then subtract it from the current tag value and write the result to a new tag. Something along the lines of;

MyTag2 = {MyTag1@date.now() - MyTag1@date.now(), -15, “minute”}

Many thanks.