I have a CSV dataset that I am trying to import through the Import Wizard in AmiBroker, only problem is the fact that the timestamp column contains timestamps in the Unix format (time elapsed since 1/1/1971).
Is there any way through which I can convert those timestamps in AmiBroker recognizable format while importing them? Or, is there a way to import them and then convert them through AFL Code?
I tried searching the forum but not sure how to go about this one.
Also, I don't want to fall back to Python/Excel to do this particular job, prefer to stay in AmiBroker.
Any help will be deeply appreciated.