PureBytes Links
Trading Reference Links
|
Tomasz,
If I reduce the range to the most recent quotation, i.e.From 11/6 To
11/6, nothing is coming out. The last occurence is 7/6/2001.
Am I missing something?
Best regards
Dimitris Tsokakis
--- In amibroker@xxxx, "Tomasz Janeczko" <tj@xxxx> wrote:
> Hi,
>
> Yes, it is possible -
> just reduce the range to the most recent quotation.
>
> Best regards,
> Tomasz Janeczko
> ===============
> AmiBroker - the comprehensive share manager.
> http://www.amibroker.com
>
> ----- Original Message -----
> From: Dimitris Tsokakis
> To: amibroker@xxxx
> Sent: Monday, June 11, 2001 7:43 PM
> Subject: [amibroker] A QUESTION
>
>
> Suppose the code
>
> COND1=...;
> COND2=...; /*truth depending on COND1*/
> COND3=...; /*truth depending on COND1*/
> filter=cond3>0;
> numcolumns = 5;
> column0 = close;
> COLUMN1=CUM(COND2);
> COLUMN2=CUM(COND3);
> COLUMN3=LASTVALUE(CUM(COND2));
> COLUMN4=LASTVALUE(CUM(COND3));
> COLUMN1NAME="FROM";
> column0name = "CLOSE";
> column2name="TRUE";
> COLUMN3NAME="TOT FROM";
> COLUMN4NAME="TOT TRUE";
>
> Is it possible for the results in column "TOT FROM" and
column "TOT TRUE", to appear ONLY once,
> not all the times filter is true??
> Please see attachment.
>
> Dimitris Tsokakis
>
> Yahoo! Groups Sponsor
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
|