I need help making a check for my strategy, essentially I want to check if 2 conditions are true in order to be able to run my strategy. I want to check if today's date is later than any date I set (ex: 2/25/2022) AND check their machine id to see if it matches a string I can enter in.
So I can give this strategy in a protected assembly, it has to be a specific machine id in order to run and it cant be later than the expiration date. This way I can distribute it to testers and only their machine id can use it for x period of days.
How would this code look?
Thank you!!

Comment