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

Re: System tester question



PureBytes Links

Trading Reference Links

<x-html>
<!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 size=2>Reading dissabillities ?</FONT></DIV>
<DIV><FONT size=2></FONT><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>About time to upgrade to a modern mailer.........or set your 
current&nbsp;mailer settings correct.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>{it only&nbsp;uses&nbsp;up 1 kb more in mail size, but it 
is&nbsp;shown the modern way,&nbsp;comes with all sorts </FONT><FONT 
size=2>of</FONT></DIV>
<DIV><FONT size=2>immediate visable </FONT><FONT size=2>highlighting 
expressional advantages over the plain version, that what </FONT><FONT 
size=2>alone</FONT></DIV>
<DIV><FONT size=2>would take up &gt;1 kb to be </FONT><FONT size=2>expressed in 
writing&nbsp;when using it in the primitive&nbsp; </FONT><FONT size=2>-old 
60-80's-&nbsp;</FONT><FONT size=2>way}</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Regards,<BR>Ton Maas<BR></FONT><A 
href="mailto:ms-irb@xxxxxxxxxxxxxxxx";><FONT 
size=2>ms-irb@xxxxxxxxxxxxxxxx</FONT></A><BR><FONT size=2>Dismiss the ".nospam" 
bit (including the dot) when replying.<BR>Homepage&nbsp; </FONT><A 
href="http://home.planet.nl/~anthmaas";><FONT 
size=2>http://home.planet.nl/~anthmaas</FONT></A></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>
<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">----- Oorspronkelijk bericht ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>Van:</B> 
  Dave Nadeau </DIV>
  <DIV style="FONT: 10pt arial"><B>Aan:</B> <A title=metastock@xxxxxxxxxxxxx 
  href="mailto:metastock@xxxxxxxxxxxxx";>metastock@xxxxxxxxxxxxx</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Verzonden:</B> maandag 18 september 2000 
  16:44</DIV>
  <DIV style="FONT: 10pt arial"><B>Onderwerp:</B> Re: System tester 
  question</DIV>
  <DIV><BR></DIV>Demir, 
  <P>I don't have time to validate it this morning, but you would want to use 
  the <BR>ValueWhen(...) function. 
  <P>Under the Buy tab, for example, you will have some conditions to buy. 
  <BR>Code the BUY signal into an expression that you can cut and paste into 
  your Close Position tab. 
  <P>So the form would be something like this: 
  <P><U>Close Position Tab</U><U></U> 
  <P>BuyCond:=<I>&lt;your conditions for buying expressed here&gt;;</I> 
  <BR>Close&gt;=1.05*(ValueWhen(1,BuyCond,C) 
  <P>Please realize that your choice of entry points, delay, and entry at Open 
  or Close of bar under Options... will affect the ultimate exit 
  percentage.&nbsp; (i.e. You won't exit at the exact 105% price, but rather on 
  the Open or Close (or H or L) of the bar or bar following.) 
  <P>Dave Nadeau <BR>&nbsp; 
  <P>Demir Dinc wrote: 
  <BLOCKQUOTE TYPE="CITE"><FONT size=-1>I would like to know if the following 
    rule is possible:</FONT><FONT size=-1>Close Long:When&nbsp; C= 105 % of the 
    BUY Price(...% profit)</FONT><FONT size=-1>If the answer is yes the syntax 
    please.</FONT>&nbsp;<FONT size=-1>Thanks</FONT>&nbsp;<FONT size=-1>Demir 
    Dinc</FONT></BLOCKQUOTE></BLOCKQUOTE></FONT><FONT size=2></FONT></DIV>
<DIV><FONT size=2>----- Oorspronkelijk bericht ----- </FONT>
<DIV><FONT size=2>Van: "Christian Baude" &lt;</FONT><A 
href="mailto:BAUDECB@xxxxxxxxxxxxx";><FONT 
size=2>BAUDECB@xxxxxxxxxxxxx</FONT></A><FONT size=2>&gt;</FONT></DIV>
<DIV><FONT size=2>Aan: &lt;</FONT><A href="mailto:metastock@xxxxxxxxxxxxx";><FONT 
size=2>metastock@xxxxxxxxxxxxx</FONT></A><FONT size=2>&gt;</FONT></DIV>
<DIV><FONT size=2>Verzonden: dinsdag 19 september 2000 0:59</FONT></DIV>
<DIV><FONT size=2>Onderwerp: Re: System tester question</FONT></DIV></DIV>
<DIV><FONT size=2><BR></FONT></DIV><FONT size=2>&gt; On Mon, 18 Sep 2000 
07:44:18 -0700, you wrote:<BR>&gt; <BR>&gt; &gt; &lt;!doctype html public 
"-//w3c//dtd html 4.0 transitional//en"&gt;<BR>&gt; &gt; &lt;html&gt;<BR>&gt; 
&gt; &lt;body text="#000000" bgcolor="#FFFFFF" link="#004080" vlink="#8080FF" 
alink="#FF0000"&gt;<BR>&gt; &gt; Demir,<BR>&gt; &gt; &lt;r&gt;I don't have time 
to validate it this morning, but you would want to<BR>&gt; &gt; use the<BR>&gt; 
&gt; &lt;pr&gt;ValueWhen(...) function.<BR>&gt; &gt; &lt;r&gt;Under the Buy tab, 
for example, you will have some conditions to buy.<BR>&gt; &gt; &lt;pr&gt;Code 
the BUY signal into an expression that you can cut and paste into<BR>&gt; &gt; 
your Close Position tab.<BR>&gt; &gt; &lt;r&gt;So the form would be something 
like this:<BR>&gt; &gt; &lt;r&gt;&lt;u&gt;Close Position 
Tab&lt;/u&gt;&lt;u&gt;&lt;/u&gt;<BR>&gt; &gt; 
&lt;r&gt;BuyCond:=&lt;i&gt;&amp;lt;your conditions for buying expressed 
here&gt;;&lt;/i&gt;<BR>&gt; &gt; 
&lt;pr&gt;Close&gt;=1.05*(ValueWhen(1,BuyCond,C)<BR>&gt; &gt; &lt;r&gt;Please 
realize that your choice of entry points, delay, and entry at<BR>&gt; &gt; Open 
or Close of bar under Options... will affect the ultimate exit 
percentage.&amp;nbsp;<BR>&gt; &gt; (i.e. You won't exit at the exact 105% price, 
but rather on the Open or<BR>&gt; &gt; Close (or H or L) of the bar or bar 
following.)<BR>&gt; &gt; &lt;r&gt;Dave Nadeau<BR>&gt; &gt; 
&lt;pr&gt;&amp;nbsp;<BR>&gt; &gt; &lt;r&gt;Demir Dinc wrote:<BR>&gt; &gt; 
&lt;blockquote TYPE=CITE&gt;&lt;font size=-1&gt;I would like to know if the 
following<BR>&gt; &gt; rule is possible:&lt;/font&gt;&lt;font size=-1&gt;Close 
Long:When&amp;nbsp; C= 105 % of<BR>&gt; &gt; the BUY Price(...% 
profit)&lt;/font&gt;&lt;font size=-1&gt;If the answer is yes the<BR>&gt; &gt; 
syntax please.&lt;/font&gt;&amp;nbsp;&lt;font 
size=-1&gt;Thanks&lt;/font&gt;&amp;nbsp;&lt;font size=-1&gt;Demir<BR>&gt; &gt; 
Dinc&lt;/font&gt;&lt;/blockquote&gt;<BR>&gt; &gt; <BR>&gt; &gt; 
&lt;/body&gt;<BR>&gt; &gt; &lt;/html&gt;<BR>&gt; <BR>&gt; Great....</FONT> 
</BODY></HTML>

</x-html>