[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to obliterate the last day !!



PureBytes Links

Trading Reference Links

Unfortunately this message was sent some hours ago, lost in Internet 
spacetime.
O.K. Tomasz, I did not know 3.50 detail re datenum().
So, I was correct:I am not a juggler !
(But,... IŽd always like to be).
Dimitris Tsokakis
--- In amibroker@xxxx, "Dimitris Tsokakis" <TSOKAKIS@xxxx> wrote:
> I am not a juggler, but the last day disappeared.!!
> Any idea ??
> The "magic" code:
> 
> FILTER=1;
> NUMCOLUMNS=2;
> COLUMN0=100*MONTH()+day();
> COLUMN1=10000*YEAR()+100*MONTH()+DAY();
> 
> Dimitris Tsokakis