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.3825.1300" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face="Courier New" size=2>The following was coded for TS2000i
and not TS4</FONT></DIV>
<DIV><FONT face="Courier New" size=2>so I am only including the text of the
code. TS4 users</FONT></DIV>
<DIV><FONT face="Courier New" size=2>may be able to convert.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>I found this interesting to look for zones
of below</FONT></DIV>
<DIV><FONT face="Courier New" size=2>average range values and also to look for
range values</FONT></DIV>
<DIV><FONT face="Courier New" size=2>much greater than average.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>Look at this with MinPerc values from as
low as 70 to</FONT></DIV>
<DIV><FONT face="Courier New" size=2>as high as 140 and see what you
find.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>Clyde</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>= = = = = = = = = = = Begin of Code = = = =
= = = = = = = = = = =</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New"
size=2>{*******************************************************************<BR>Description :
This type paints bars where (H-L)/ATR*100 is
greater<BR>
than some min% value.
<BR> <BR>
On a bar when this is true and not true on
prior <BR> bar
then the current bar is painted BLUE.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New"
size=2>
On any bar following Blue bar (or Red bar), if range
<BR>
on this bar exceeds min% then color is set to RED.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>Provided By : Clyde Lee (c) Copyright
2000<BR>********************************************************************}</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>Inputs:
MinPerc(130),ATRBars(21);</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>Vars:
DeltaHL((H-L)/AvgTrueRange(AtrBars)*100);</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><BR><FONT face="Courier New"
size=2>DeltaHL=(H-L)/AvgTrueRange(AtrBars)*100;</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>If DeltaHL>=MinPerc Then
Begin<BR> PlotPaintBar(High, Low, "hl>mn%");<BR> If
DeltaHL[1]<MinPerc then begin<BR> {Alert("Range greater than
MinRange");}<BR> SetPlotColor(1,
Blue);<BR> SetPlotColor(2, Blue);<BR> End<BR> Else
begin<BR> SetPlotColor(1,Red);<BR> SetPlotColor(2,Red);<BR> End;<BR>End<BR>Else
Begin<BR> {Both NoPlot statements must be
included}<BR> NoPlot(1);<BR> NoPlot(2);<BR>End;<BR></FONT><FONT
face="Courier New" size=2></FONT></DIV>
<DIV><FONT face="Courier New" size=2>
<DIV><FONT face="Courier New" size=2>= = = = = = = = = = = End of Code = =
= = = = = = = = = = = = =</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV></FONT></DIV>
<DIV><FONT face="Courier New" size=2>- - - - - - - - - - - - - - - - - - - - - -
- - - - - - - -<BR>Clyde Lee
Chairman/CEO (Home of
SwingMachine)<BR>SYTECH
Corporation
email: <</FONT><A href="mailto:clydelee@xxxxxxx"><FONT
face="Courier New" size=2>clydelee@xxxxxxx</FONT></A><FONT face="Courier New"
size=2>> <BR>7910 Westglen, Suite 105
Work: (713) 783-9540<BR>Houston, TX
77063
Fax: (713) 783-1092 <BR>- - - - - - -
- - - - - - - - - - - - - - - - - - - - - - -<BR>- - - - - - - - - - - - - - - -
- - - - - - - - - - - - - -<BR>To subscribe / unsubscribe from SwingMachine
list<BR></FONT><A href="http://www.egroups.com/list/swingmachine/"><FONT
face="Courier New"
size=2>http://www.egroups.com/list/swingmachine/</FONT></A></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>After joining list the freeware
SwingMachine program <BR>(DOS Version) is available in the VAULT
at:<BR></FONT><A href="http://www.egroups.com/list/swingmachine/"><FONT
face="Courier New"
size=2>http://www.egroups.com/list/swingmachine/</FONT></A><BR><FONT
face="Courier New" size=2>- - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -<BR></FONT></DIV></BODY></HTML>
</x-html>
|