PureBytes Links
Trading Reference Links
|
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
------=_NextPart_001_000C_01C0F2B7.1F7D0D80
Content-Type: text/html;
charset="iso-8859-7"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-7" http-equiv=Content-Type>
<META content="MSHTML 5.00.3013.2600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Suppose the code</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>COND1=...;<BR>COND2=...; /*truthdepending on
COND1*/<BR>COND3=...; /*truth depending on
COND1*/<BR>filter=cond3>0;<BR>numcolumns = 5;<BR>column0 =
close;<BR>COLUMN1=CUM(COND2);<BR>COLUMN2=CUM(COND3);<BR>COLUMN3=LASTVALUE(CUM(COND2));<BR>COLUMN4=LASTVALUE(CUM(COND3));<BR>COLUMN1NAME="FROM";<BR>column0name
= "CLOSE";<BR>column2name="TRUE";<BR>COLUMN3NAME="TOT FROM";<BR>COLUMN4NAME="TOT
TRUE";</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Is it possible for the results in column "TOT
FROM" and column "TOT TRUE", to appear ONLY once,</FONT></DIV>
<DIV><FONT face=Arial size=2>not all the times filter is true??</FONT></DIV>
<DIV><FONT face=Arial size=2>Please see attachment.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Dimitris Tsokakis</FONT> </DIV></BODY></HTML>
------=_NextPart_001_000C_01C0F2B7.1F7D0D80--
Attachment:
gif00054.gif
Attachment:
Description: "Description: GIF image"
|