I want to create an afl where if todays date Is in a range of dates then it should give a particular output.
Like for eg .
Startdate= 1/4/2019
Enddate=10/4/2019
Todaysdate=Date();
If Todaysdate > Startdate AND if Todaysdate<= Enddate
If the above condition is true, it should print that Enddate (in this case 10/4/2019) and if not it should do nothing.
I am not a coder hence I would request if someone can help me code this in amibroker language.