Hi there!
This is my first post, so I hope that anybody can help me.
I’m trying to find out the presentdate. I’ve tried everything (day, date, today, currentyear, time…) and I’m starting to worry if this simple thing is possible.
this code:
return BarIndex
plots a simple line that goes from 0 (FIRST BAR) to X (total amount of bars, plotted on the PRESENT day). I want to get the opposite, a simple line that goes from X (total amount of bars, plotted on the FIRST BAR) to 0 (PRESENT DAY).
So the problem is, considering that the scripts starts with the first bar, how to get the present day there?
Thank you very much in advance!