PureBytes Links
Trading Reference Links
|
Panos,
d=ValueWhen(DateNum()==1010125,C);
WriteVal(d);
DT
--- In amibroker@xxxx, "Panos Boufardeas" <akaraman@xxxx> wrote:
>
> Hi AB users
>
> I try this in a commentary win but I have bad args
>
>
> t = year()==2001 and month() == 1 and day()==25;
>
>
> WriteVal(ROC(C,t ));
>
>
> I want have the close of this date 2001-01-25
>
> Where is my mistake?
>
> Best regards
> ////----------------------\\\\
> akaraman@xxxx
> Panos Boufardeas
|