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>Several days ago I sent an .ela
for a TS/SC indicator to</FONT></DIV>
<DIV><FONT face="Courier New" size=2>make ASCII files from data on a
chart.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>There was a bust in that .ela
and some folks have asked</FONT></DIV>
<DIV><FONT face="Courier New" size=2>for a version without time to use with some
older programs.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>The attached .ela covers both
problems.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>Documentation for SC users
follows.</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>Indicator:
MakeASCIFile</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>Purpose: Create an ASCII file from
SC/TS data with the
format<BR>
MMDDYY,HHMM,OPEN,HIGH,LOW,CLOSE,VOL with a bar
<BR> interval the same as
currently displayed on the
chart.<BR> Parameters
exist to inhibit the output of TIME
and/or<BR> VOLUME if
desired.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>Inputs: FilDir -- a set of
ASCII characters included
within<BR> quote marks
which defines the full path to the
<BR> directory/folder
(e.g. "C:\OMEGA\" ...) in which
you<BR> wish to save the
new file. </FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New"
size=2> TimeAdj -- an
hourly amount (represented in 24
hour<BR> time HHMM by
which to adjust the time of data in
<BR> display before
outputting to file.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New"
size=2> PricAdj -- an
amount (represented in big points
and<BR> decimal part of
point -- PP.dd) by which to adjust
the<BR> PRICE amounts in
data before outputting to file.
This<BR> can be used to
make "back/front adjusted" sets of
data<BR> which can be
combined using a text editor to
provide<BR> continuous
data files.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New"
size=2> BegDate -- first
date YYYMMDD to output</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New"
size=2> EndDate -- last
date YYYMMDD to output.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New"
size=2> Year4dig --
true/false true = YYYYMMDD
format<BR>
false = YYMMDD format</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><BR><FONT face="Courier New" size=2>Caution: When entering the
DIRECTORY (full path) where
final<BR> file is to be
saved you MAY include a backslash
\<BR> as the final
character in the FilDir input.
If<BR> you don't the
system will append one.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New"
size=2> Files are
automatically named with the name in
the<BR> form
SSTTYYMM.CSV<BR>
Where: SS = First 2 letters of
symbol.<BR>
TT = Time interval (intraday) or
the<BR>
characters DA WK MO as is proper.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2> <BR> + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +}</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>Inputs:
FileDir(""), {Directory for file
SHOULD end with \
}<BR>
{Set to blank "" for no file output
}<BR>
{This file is a BAR by BAR DATA file
}<BR>
TimeAdj(0.0), {Hours - decimal - to adjust
time
}<BR>
PricAdj(0.0), {Price - decimal - to adjust
price
}<BR>
BegDate(650101), {Beginning date for data
output
}<BR> EndDate(1201231),
{Ending date for data
output
}<BR>
Year4dig(false), {Set true for 4 digit year
output
}<BR>
{otherwise output is 2 dight year
}<BR>
OutTime(True), {Set false for no output of
time
}<BR>
WithColn(True), {Set true to output time as
HH:MM
}<BR>
{otherwise time will have no colon
}<BR>
OutVol(True); {Flag to output/not output
volume data }<BR></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>
Attachment Converted: "f:\eudora\attach\makeasci1.ela"
|