Do you want 77 bars from now, or calendar days from now? If bars, just use Ref with a positive value.
e.g. something like (untested) Ref(DateTime(), 77); http://www.amibroker.com/guide/afl/afl_view.php?id=122 http://www.amibroker.com/guide/afl/afl_view.php?id=196 If you want calendar days, you will have to figure something out using DaysSince1900. http://www.amibroker.com/guide/afl/afl_view.php?id=357 Mike --- In [email protected], "Kusnady" <saw...@...> wrote: > > Dear Friends, > > Could you help me to calculate what is the date of 77 days from today? > > Thanks & Regards > Sawios >
