PureBytes Links
Trading Reference Links
|
There is an EMPTY_VAL constant defined in the Plugin.h header file.
You should assign the EMPTY_VAL to the resulting array until the values
are valid:
for( i = 0; i < nSize; i++ )
{
if( i < 20 ) result.array[ i ] = EMPTY_VAL
else
{
...
}
}
Best regards,
Tomasz Janeczko
===============
AmiBroker - the comprehensive share manager.
http://www.amibroker.com
----- Original Message -----
From: S.C.
To: amibroker@xxxxxxxxxxxxxxx
Sent: Wednesday, November 21, 2001 9:10 AM
Subject: [amibroker] gaussian dll
Tomacz,
here is a release of gaussian dll,
have you an idea how to remove in a code the data until the MA is available
------=_NextPart_001_0092_01C17279.0217AD80
Content-Type: text/html;
charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4134.600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Tahoma size=2>Dear Stephane,</FONT></DIV>
<DIV><FONT face=Tahoma size=2></FONT> </DIV>
<DIV><FONT face=Tahoma size=2>There is an EMPTY_VAL constant defined inthe
Plugin.h header file.</FONT></DIV>
<DIV><FONT face=Tahoma size=2>You should assign the EMPTY_VAL to the resulting
array until the values</FONT></DIV>
<DIV><FONT face=Tahoma size=2>are valid:</FONT></DIV>
<DIV><FONT face=Tahoma size=2></FONT> </DIV>
<DIV><FONT face=Tahoma size=2>for( i = 0; i < nSize; i++ )</FONT></DIV>
<DIV><FONT face=Tahoma size=2>{</FONT></DIV>
<DIV><FONT face=Tahoma size=2> if( i < 20 ) result.array[ i ] =
EMPTY_VAL</FONT></DIV>
<DIV><FONT face=Tahoma size=2> else</FONT></DIV>
<DIV><FONT face=Tahoma size=2> {</FONT></DIV>
<DIV><FONT face=Tahoma size=2> ...</FONT></DIV>
<DIV><FONT face=Tahoma size=2> }</FONT></DIV>
<DIV><FONT face=Tahoma size=2>}</FONT></DIV>
<DIV><FONT face=Tahoma size=1></FONT> </DIV>
<DIV><FONT face=Tahoma size=1></FONT> </DIV>
<DIV>Best regards,<BR>Tomasz Janeczko<BR>===============<BR>AmiBroker - the
comprehensive share manager.<BR><A
href="http://www.amibroker.com">http://www.amibroker.com</A><BR></DIV>
<BLOCKQUOTE dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial ce">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial ce; font-color: black"><B>From:</B>
S.C. </DIV>
<DIV style="FONT: 10pt arial ce"><B>To:</B> <A title=amibroker@xxxxxxxxxxxxx
href="mailto:amibroker@xxxxxxxxxxxxxxx">amibroker@xxxxxxxxxxxxxxx</A> </DIV>
<DIV style="FONT: 10pt arial ce"><B>Sent:</B> Wednesday, November 21, 2001
9:10 AM</DIV>
<DIV style="FONT: 10pt arial ce"><B>Subject:</B> [amibroker] gaussian
dll</DIV>
<DIV><BR></DIV>
<DIV><FONT face=Arial color=#0000ff size=2>Tomacz,</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>here is a release of gaussian
dll,</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2>have you an idea how to remove in a
code the data until the MA is available</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><IMG alt="" hspace=0
src="cid:009001c17270$a0427ca0$dae063d9@xxxx" align=baseline
border=0></FONT></DIV></BLOCKQUOTE></BODY></HTML>
------=_NextPart_001_0092_01C17279.0217AD80--
Attachment:
Description: ""
|