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

Re: === Looping constructs.



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 bgColor=#ffffff>
<DIV>
<DIV><FONT face="Times New Roman" color=#008080><STRONG><EM>Ton : I plotted it 
and it&nbsp;is invisible ?</EM></STRONG></FONT></DIV>
<DIV><STRONG><EM><FONT face="Times New Roman" 
color=#008080></FONT></EM></STRONG>&nbsp;</DIV></DIV>
<DIV><FONT size=2>It's the result of the simplicity of how the basic FFT 
Function works in the program. The program's</FONT></DIV>
<DIV><FONT size=2>formula limitations </FONT><FONT size=2>for the FFT Function 
will only have it being </FONT><FONT size=2>calculated and have it being 
displayed</FONT></DIV>
<DIV><FONT size=2>only </FONT><FONT size=2>"at the beginning left of the Chart". 
</FONT><FONT size=2>See point 2 on how to get </FONT><FONT size=2>the Function 
visable, and than later,</DIV></FONT>
<DIV><FONT size=2>eventualy&nbsp;get a tryout version visable (of the formula 
that was given for the&nbsp;</FONT><FONT size=2>ITL).</DIV></FONT>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>The limitations and </FONT><FONT size=2>other items 
mentioned(see point 1) has also stopped me (for the moment)</FONT></DIV>
<DIV><FONT size=2>to look further </FONT><FONT size=2>into the ITL. This 
all&nbsp;did stop me back than as well. </FONT><FONT size=2>Perhaps one other 
day...................</DIV></FONT>
<DIV><FONT size=2><BR>Regards,<BR>Ton Maas<BR><A 
href="mailto:ms-irb@xxxxxxxxxxxxxxxx";>ms-irb@xxxxxxxxxxxxxxxx</A><BR>Dismiss the 
".nospam" bit (including the dot) when replying.<BR>Homepage&nbsp; <A 
href="http://home.planet.nl/~anthmaas";>http://home.planet.nl/~anthmaas</A></FONT></DIV>
<DIV><FONT size=2><FONT size=2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT size=2><FONT 
size=2>----------------------------------------</FONT></FONT></DIV>
<DIV><FONT size=2>&nbsp; 1.- First a few remarks on why I will stop with 
further&nbsp;looking into the Fourier 
Transform:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; a. The 
Equis' TA from A to Z book by Steve Achellis (p. 141-143) of which an 
electronic<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
version is freely available on the Equis website) shows a picture 
graph<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
example of the 'working indicator', but doesn't mention anything on 
how<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
to get to it/this far when using it in the program. The graph 
reveals<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
indicator's uselessness in full, though. That's also why the knickname 
BIMBO.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; b. Since this 
is just another one of the BIMBO indicators (eg see c, thus 
jet<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
anotherone of the Fibionancy/GANN/KAGI and alike useless set of 
B-indicators)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c. Since 
there are no fixed cycle 
lengths<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; d. Since the 
Program's Formula 
limitations<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; e. Since 
a+b+c+d making it a pure waste of precious time 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; f.&nbsp; Therefore 
all I have done here is sum up the facts(+defacts) known 
up<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
till now (1+2+3a+3b+4).</FONT></DIV>
<DIV><FONT size=2>----------------------------------------<BR>&nbsp; 2.- Equis 
Support writes: {for better readability have adjusted the text}</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>-The FFT() function does not plot data for all the bars in a 
chart.<BR>-The data values should be measured against the Y-axis scale on the 
side of the Chart(right)<BR>&nbsp;and represent the days of each cycle, eg 
determined by the numeric value of the indicator. </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>-Try plotting the following formula as an indicator in your 
chart:<BR>FFT(C, 100, 1, DETREND, POWER)<BR>-Then scroll back to the 1st date 
that's plotted in Chart's most Left side.<BR>-You will now see a short plot in 
only the first section of the chart.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>-This is NOT the calculation for the whole plot, eg its based 
on PERIOD, and therefore</FONT></DIV>
<DIV><FONT size=2>&nbsp;the indicator only examines&nbsp;the 1st 100 periods of 
data loaded, eg it will leave any other</FONT></DIV>
<DIV><FONT size=2>&nbsp;data unexamined. <BR>-Since the explorer only looks at 
the last bar of data, it does not see these values.</FONT></DIV>
<DIV><FONT size=2><FONT size=2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT size=2><FONT size=2>-If you enclose the above formula inside other 
functions, you can carry its values<BR>&nbsp;on to the last bar for the examined 
PERIOD.&nbsp; For example:</FONT></FONT></DIV>
<DIV><FONT size=2><FONT size=2>
<DIV><FONT size=2>Highest(&nbsp; FFT(C, 100, 1, DETREND, POWER) 
)</FONT><BR></FONT><FONT size=2>-This will report on the 100th day, the highest 
value the FFT() function returned on the data</FONT></DIV>
<DIV><FONT size=2>&nbsp;&nbsp;it examined.</FONT></DIV>
<DIV><FONT size=2>-For example:<BR></FONT><FONT size=2>LastValue(Highest(&nbsp; 
FFT(C, 100, 1, DETREND, POWER) )<BR>-This will transfer over the&nbsp;last 
report's value,&nbsp;reported on the 100th day, onto the last bar in the 
Chart.<BR></DIV></FONT></FONT></DIV>
<DIV><FONT size=2>-This data however, is only (in the above example) the HIGHEST 
value of the<BR>&nbsp;first 100 periods loaded in the Chart (eg the Chart's 1st 
100 day's of data records) and useless</FONT></DIV>
<DIV><FONT size=2>&nbsp;when a much later period needed to be 
examined.</FONT></DIV>
<DIV><FONT size=2>-Additional parameters to set a specific time period for when 
data needs to be examined are</FONT></DIV>
<DIV><FONT size=2>&nbsp;not available in program.&nbsp;&nbsp;</FONT></DIV>
<DIV><FONT size=2>----------------------------------------<BR>For a better 
comparison, do 3a and 3b:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>&nbsp; 3a.-Drag the Fourier Tansform ind from the Indicator 
Builder onto the Chart<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -choose for 
parameters:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Interpreted:&nbsp;&nbsp;&nbsp; RAW&nbsp;&nbsp; {since we don't want to use MSK's 
defaults}<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
TimePeriods: 
300<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Length&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp;&nbsp; 
1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
PriceField :&nbsp;&nbsp; 
Close<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Method&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp; Spectrum 
{Power}<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Smoothing&nbsp; : Detrend</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>&nbsp; 3b.-Drag the FastFourierTransform ind (eg the custom) 
onto the Chart<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -the standard build-in 
FFT function is written as 
follows:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
FUNCTION(ARRAY,PERIODS,LENGTH,SMOOTHING,METHOD)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
-for creation of the cutom ind, this should be read 
as:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
FFT(DA,PRDS,LEN,DETRENDorMEAN,POWERorAMPLITUDE)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
where:&nbsp;&nbsp;&nbsp; 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Interpreted:&nbsp;&nbsp;&nbsp; FFT {the 
function}<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
TimePeriods: Prds {examend PERIOD 
periods}<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Length&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp;&nbsp; Len {1=dly, 
5=wkly}<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
PriceField :&nbsp;&nbsp; DA {data 
array}<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Method&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp; POWERorAMPLITUDE {Spectrum(Pwr) or 
Amplitude}<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Smoothing&nbsp; : DETRENDorMEAN&nbsp; {Detrend(LinReg) or 
Mean(MovAve)}<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -now used with the same 
parameters as for the standard ind would 
read<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
TimPrds:=300<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
FFT(C,TimPrds,1,DETREND,POWER)<BR>Notes:<BR>The settings used for the Chart's 
OPEN|OPTIONS, eg on Open-ing&nbsp;are 
here&nbsp;standard:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -Load 25000 
periods<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -Display 250 periods.<BR>It will 
not have much effect on calculations, if you have other settings, but<BR>a 
minimum Load of say 350 periods is required.<BR>For the above comparison the 
DowINDU was used (eg since its holds records<BR>back to 19800101, what better 
way to test "some" 
indicator!).<BR>----------------------------------------<BR>The FFTCycles 
indicator (see the TAS formulas below) in MetaStock is not present, eg<BR>plain 
missing, and will therefore have to be created(custom).</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>&nbsp; 4.-Have printed the FFTCycle attempts(converting the 
TAS version into a MSK version)<BR>&nbsp;&nbsp;&nbsp;&nbsp; as additional notes 
below the original TAS version.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>===================================================<BR>Fast 
Fourier Transform and Cycle formulas as can be found in the TAS 
program.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>23.1.17 FFT&nbsp;&nbsp;&nbsp; Fast Fourier 
Transform</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Usage:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FFT( Array1 
)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Returns:&nbsp; 
Array<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Description : 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FFT(Array1) "Fast 
Fourier Transform" function to calculate 
the<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; detrended power 
spectrum of the array Array1. The detrended 
power<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; spectrum is an 
array [1..n] where the value of each entry is 
the<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; amplitude of the 
power at the i/n'th frequency. This 
is<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; essentially 
equivalent to the 'raw' power spectrum shown 
by<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MetaStock 3.5 and 
later FFT indicator.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Example:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Array X = 
FFT(CLOSE);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; would 
place the detrended power spectrum in array X.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>23.1.18 FFTCycle&nbsp;&nbsp;&nbsp; Cycle via Fast Fourier 
Transform</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Usage:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FFTCYCLE( Array1 
)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Returns:&nbsp; 
Array<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Description 
:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FFTCycle performs a 
detrended FFT on array Array1 and 
then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; creates an array 
containing cycles found in order from 
most<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dominant to least 
dominant.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The 0th 
entry of the result array contains the dominant cycle. 
If<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the dominent cycle 
length is longer than the number of 
data<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; points in the 
array, no cycle was 
found.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Example:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Array X = 
FFTCycle(CLOSE);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IF 
X[0] &lt; QUOTE_COUNT 
THEN<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Writeln(`Dominant cycle is 
`,X[0]);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
ELSE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
WriteLn(`No dominant cycle found');</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>===================================================<BR>Fast 
Fourier Transform as it cannot be found in MetaStock, eg the Fourier 
Transform<BR>indicator is only present in program, is basicaly the FFT Function 
and therefore limited<BR>in use, since the Cycles formula indicator is not 
present, eg the Cycles will<BR>therefore have to be created as a custom 
indicator.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2><BR>FFTCycles indicator (Predominate cycles for 
FastFourierTransform)<BR>(version for MetaStock 6.5+)</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Name: FFTCycle&nbsp; </FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Formula:<BR>{The indicator will always return the 
total<BR>amount of days a cycle has lasted. If the<BR>dominent cycle length is 
longer than the<BR>number of data points in the array,<BR>no cycle was 
found.<BR>The 0th entry of the result array contains<BR>the dominant cycle, eg 
indicator will start<BR>at day1 of the 
Chart.}<BR>=================================================<BR>{attempt 
1}<BR>TiPrds:=300 
{QUOTE_COUNT};<BR>FFTind:=FFT(C,TiPrds,1,DETREND,POWER);<BR>FFTtot:=Sum(FFTind,TiPrds);<BR>FrrHtot:=FFTind&gt;(FFTtot/2)<BR>&nbsp;&nbsp;&nbsp; 
{Most Predominate Cycle};<BR>FrrLtot:=FFTind&lt;(FFTtot/2)<BR>&nbsp;&nbsp;&nbsp; 
{Least Predominate 
Cycle};<BR>FrrAtot:=FFTtot-(FrrHtot+FrrLtot)<BR>&nbsp;&nbsp;&nbsp; {Average 
Predominate 
Cycle};<BR>CycMstSig:=HighestSince(1,C&gt;0,FFTind);<BR>CycLstSig:=LowestSince(1,C&gt;0,FFTind);<BR>CycPlot:= 
{= Array X = FFTCycle}<BR>&nbsp;&nbsp;&nbsp; 
If(BarsSince(C&gt;0)&lt;=FrrHtot,CycMstSig,<BR>&nbsp;&nbsp;&nbsp; 
If(BarsSince(CycMstSig)&gt;=FrrHtot,CycLstSig,<BR>&nbsp;&nbsp;&nbsp; 
FrrAtot));<BR>If(CycPlot&lt;TiPrds,CycPlot,-1)</FONT></DIV>
<DIV><FONT size=2>{this will only plot a small single dot&nbsp;on the TiPrds day 
in the Chart}<BR>===================================================<BR>{finding 
the total amount of available Records in the data file, eg</FONT></DIV>
<DIV><FONT size=2>to overcome the error:</FONT></DIV>
<DIV><FONT size=2>"This variable or expression must contain only constant 
data"}<BR>Rcrds:=Cum(C&gt;0);<BR>{Rcrds results are 
5098}<BR>===================================================<BR>{attempt 
2}<BR>TiPrds:=300 
{QUOTE_COUNT};<BR>FFTind:=FFT(C,TiPrds,1,DETREND,POWER);<BR>FFTtot:=Sum(FFTind,TiPrds)<BR>&nbsp;&nbsp;&nbsp; 
{total summed values after TiPrds 
days};<BR>FFTHtot:=Sum(Highest(FFTind),TiPrds)<BR>&nbsp;&nbsp;&nbsp; {total 
summed H values after TiPrds 
days};<BR>FFTLtot:=Sum(Lowest(FFTind),TiPrds)<BR>&nbsp;&nbsp;&nbsp; {total 
summed L values after TiPrds 
days};<BR>FFTAtot:=FFTHtot-FFTLtot<BR>&nbsp;&nbsp;&nbsp; {total summed Ave 
values after TiPrds days};<BR>FrrHtot:={Most Predominate 
Cycle}<BR>&nbsp;&nbsp;&nbsp; 
If(FFTHtot&gt;=((FFTtot/3)*2)=1,FFTHtot/TiPrds,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
{Least Predominate Cycle}<BR>&nbsp;&nbsp;&nbsp; 
If(FFTLtot&lt;=((FFTtot/3)*2)=1,FFTLtot/TiPrds,<BR>&nbsp;&nbsp;&nbsp; {Average 
Predominate Cycle}FFTAtot/TiPrds));<BR>FrrHtot</FONT></DIV>
<DIV><FONT size=2>{this will only plot a small single dot on the TiPrds day in 
the Chart}<BR>====================================================</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</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">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=sky40912@xxxxxxxxx href="mailto:sky40912@xxxxxxxxx";>Theo E.M. 
  Lockefeer</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=metastock@xxxxxxxxxxxxx 
  href="mailto:metastock@xxxxxxxxxxxxx";>metastock@xxxxxxxxxxxxx</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> vrijdag 25 februari 2000 
16:41</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: === Looping 
constructs.</DIV>
  <DIV><FONT size=2></FONT><BR></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT color=#008080><STRONG><EM>Helo Friend Ton and other 
  friends........</EM></STRONG></FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT size=2>----- Original Message ----- </FONT>
  <DIV><FONT size=2>From: A.J. Maas &lt;<A 
  href="mailto:anthmaas@xxxxxxxxx";>anthmaas@xxxxxxxxx</A>&gt;</FONT></DIV>
  <DIV><FONT size=2>To: Metastock-List &lt;<A 
  href="mailto:metastock@xxxxxxxxxxxxx";>metastock@xxxxxxxxxxxxx</A>&gt;</FONT></DIV>
  <DIV><FONT size=2>Sent: February 24, 2000 12:08 AM</FONT></DIV>
  <DIV><FONT size=2>Subject: Re: === Looping constructs.</FONT></DIV></DIV>
  <DIV><BR></DIV>
  <DIV><FONT size=2>&gt; 1. Yes<BR>&gt; <BR>&gt; 2. Yes : give user definable 
  program control back to its program users<BR>&gt; <BR>&gt; 3. -see previous 
  FFT mailings below (incl. a reply by Equis Support on simular 
  question)<BR>&gt; &nbsp;&nbsp;&nbsp; -MESA-John Ehlers: I have created a test 
  formula for the ITL, but cannot recall if it was<BR>&gt; 
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  also a succes(anyone get back to the List with your results or 
  findings).</FONT></DIV>
  <DIV><FONT size=2></FONT>&nbsp;</DIV>
  <DIV><FONT color=#008080><STRONG><EM>Ton : i plotted it and it it is invisible 
  ?</EM></STRONG></FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT color=#008080><STRONG><EM>Regards Theo 
L.</EM></STRONG></FONT></DIV>
  <DIV><FONT size=2></FONT>&nbsp;</DIV>
  <DIV><FONT size=2></FONT>&nbsp;</DIV>
  <DIV><FONT size=2></FONT>&nbsp;</DIV>
  <DIV><FONT size=2><BR>&gt; &nbsp;&nbsp;&nbsp; -website of Dennis Meyers, Ph.D. 
  :<BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A 
  href="http://www.meyersanalytics.com/";>http://www.meyersanalytics.com/</A><BR>&gt; 
  &nbsp;&nbsp;&nbsp;&nbsp; TASC April 1999 article (p.16) by Dennis Meyers, 
  Ph.D. :<BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; " The 
  Discrete Fourier Transform Illustion "<BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  <A 
  href="http://www.traders.com/Abstracts_new/Meyers/Meyers9904.html";>http://www.traders.com/Abstracts_new/Meyers/Meyers9904.html</A><BR>&gt; 
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TASC May 1999 article (p.26) by Dennis Meyers, 
  Ph.D. :<BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; " The 
  Endpoint Fast Fourier Transform System 
  "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&gt; 
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A 
  href="http://www.traders.com/Abstracts_new/Meyers/Meyers9905.html";>http://www.traders.com/Abstracts_new/Meyers/Meyers9905.html</A> 
  <BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TASC July 1999 Letters to S&amp;C - 2x 
  replies by the Editor<BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A 
  href="http://www.traders.com/Letters/Letters.html";>http://www.traders.com/Letters/Letters.html</A><BR>&gt; 
  <BR>&gt; test<BR>&gt; INSTANTANEOUS TREND LINE - JOHN EHLERS (Mesa version for 
  MetaStock)<BR>&gt; <BR>&gt; DCPL:=Input("Dominant Cycle Periodical 
  Length",1,100,30);<BR>&gt; DCPLP:=Input("Dominant Cycle PerLength 
  Period",1,1000,1);<BR>&gt; DA:=MP();<BR>&gt; SINDA:=Sin(DA)/DA;<BR>&gt; 
  DCSIN:=FFT(SINDA,DCPL,DCPLP,MEAN,AMPLITUDE);<BR>&gt; 
  ITLlong:=MP()+Mov(DCSIN,DCPL,S);<BR>&gt; ITLlong <BR>&gt; <BR>&gt; 
  Regards,<BR>&gt; Ton Maas<BR>&gt; <A 
  href="mailto:ms-irb@xxxxxxxxxxxxxxxx";>ms-irb@xxxxxxxxxxxxxxxx</A><BR>&gt; 
  Dismiss the ".nospam" bit (including the dot) when replying.<BR>&gt; 
  Homepage&nbsp; <A 
  href="http://home.planet.nl/~anthmaas";>http://home.planet.nl/~anthmaas</A><BR>&gt; 
  <BR>&gt; 
  ----------------------------------------------------------------------------------<BR>&gt; 
  ----- Original Message ----- <BR>&gt; From: "Kolade, Adeniyi"<BR>&gt; To: 
  &lt;<A 
  href="mailto:metastock@xxxxxxxxxxxxx";>metastock@xxxxxxxxxxxxx</A>&gt;<BR>&gt; 
  Sent: dinsdag 22 februari 2000 17:14<BR>&gt; Subject: === Looping 
  constructs.<BR>&gt; <BR>&gt; <BR>&gt; &gt; Hi all<BR>&gt; &gt; <BR>&gt; &gt; 
  Do you not think that Equis should <BR>&gt; &gt; <BR>&gt; &gt; 1&nbsp; Include 
  looping constructs in the Metastock formula language<BR>&gt; &gt; <BR>&gt; 
  &gt; and<BR>&gt; &gt; <BR>&gt; &gt; 2&nbsp; Make the tiny screen area for 
  programming in the Explorer, the System<BR>&gt; &gt; Tester and the Expert 
  Builder expandable to one page&nbsp; at least<BR>&gt; &gt; <BR>&gt; &gt; 
  Further can anyone tell me how to make the FFT function works in an<BR>&gt; 
  &gt; exploration. I've tried it out but it returns N/A<BR>&gt; &gt; <BR>&gt; 
  &gt; Thanks<BR>&gt; &gt; ade Kolade<BR>&gt; <BR>&gt; 
  ================================================<BR>&gt; <BR>&gt; <BR>&gt; 
  ----- Original Message ----- <BR>&gt; From: "A.J. Maas"<BR>&gt; To: &lt;<A 
  href="mailto:metastock@xxxxxxxxxxxxx";>metastock@xxxxxxxxxxxxx</A>&gt;<BR>&gt; 
  Cc: "Walter Lake"<BR>&gt; Sent: woensdag 4 november 1998 0:42<BR>&gt; Subject: 
  Re: Fast Fourier Transform and FFT<BR>&gt; <BR>&gt; <BR>&gt; &gt; MESA + John 
  Ehlers(see futher below) <BR>&gt; &gt; <A 
  href="mailto:john@xxxxxxxxxxxxxxxx";>john@xxxxxxxxxxxxxxxx</A><BR>&gt; &gt; are 
  now using the Instantanious Trendline wich uses the FFT and<BR>&gt; &gt; VAR 
  etc(Adaptive) for MAs.<BR>&gt; &gt; <BR>&gt; &gt; He has just recently 
  published it to his MESA Users Group.<BR>&gt; &gt; To join send an email with 
  the word "subscribe" as subject to<BR>&gt; &gt; <A 
  href="mailto:users@xxxxxxxxxxxxxxxx";>users@xxxxxxxxxxxxxxxx</A><BR>&gt; &gt; 
  Subject: subscribe<BR>&gt; &gt; <BR>&gt; &gt; Regards,<BR>&gt; &gt; Ton 
  Maas<BR>&gt; &gt; 
  ------------------------------------------------------------------------------<BR>&gt; 
  &gt; From John Ehlers:<BR>&gt; &gt;&nbsp;&nbsp;&nbsp; The new FuturesTruth is 
  out.&nbsp; We are delighted to report that our R-MESA<BR>&gt; &gt; is again 
  rated as the #1 S&amp;P daytrading system, this time for eight months<BR>&gt; 
  &gt; in a row.&nbsp; It is also rated as the #1 trading system since 
  release.&nbsp; SIERRA<BR>&gt; &gt; HOTEL continues to be rated as the #1 
  Japanese Yen system, and has now also<BR>&gt; &gt; garnered the #1 spot for 
  the Deutschemark.<BR>&gt; &gt; <BR>&gt; &gt; *******&nbsp; THE REALLY BIG 
  NEWS&nbsp; *******<BR>&gt; &gt; <BR>&gt; &gt;&nbsp;&nbsp;&nbsp; We are excited 
  to announce the release of MESA98 for Windows 95/98/NT.<BR>&gt; &gt; This new 
  release comes on a CD jam-packed with other goodies, including a<BR>&gt; &gt; 
  tutorial, technical articles and PowerPoint slides from my recent 
  seminars.<BR>&gt; &gt; Among these are descriptions of optimum predictive 
  filters, linear and<BR>&gt; &gt; nonlinear Kalman filters, multipole filters, 
  wavelets, and myriad of other<BR>&gt; &gt; cycles-related technology.<BR>&gt; 
  &gt;&nbsp;&nbsp;&nbsp; Some of the new features of the 32 bit-compiled MESA98 
  are:<BR>&gt; &gt; 1) An instantaneous trendline - obtained by completely 
  removing the<BR>&gt; &gt; dominant cycle.<BR>&gt; &gt; 2) Estimate the cycle 
  amplitude - filter attenuation of the cycle swing is<BR>&gt; &gt; 
  compensated.<BR>&gt; &gt; 3) Our proprietary Sinewave Indicator that lets you 
  anticipate cyclic turns.<BR>&gt; &gt; 4) Less latency - uses only .75 of a 
  cycle for the measurement.<BR>&gt; &gt; 5) More accurate - multipole filter 
  preprocessing.<BR>&gt; &gt; 6) Identification of Trend Modes and Cycle 
  Modes.<BR>&gt; &gt; 7) Correlate Trend Mode and Cycle Mode signals.<BR>&gt; 
  &gt; 8) Improved 10 bar prediction.<BR>&gt; &gt; 9) Intuitive data access to 8 
  data types - uses a setup wizard.<BR>&gt; &gt; 10) Output cycle measurements 
  to and ASCII file.<BR>&gt; &gt; 11) Larger Chart Screen<BR>&gt; &gt; 12) Large 
  portfolio capability.<BR>&gt; &gt;<BR>&gt; &gt; You can download a demo of the 
  MESA98 program from our website<BR>&gt; &gt; <A 
  href="http://www.mesasoftware.com";>www.mesasoftware.com</A>.<BR>&gt; &gt; The 
  cost of MESA98 is only $350.&nbsp; That's "out the door".&nbsp; No "ups", 
  no<BR>&gt; &gt; "extras" (except sales tax in California, if 
  applicable).&nbsp; We accept VISA,<BR>&gt; &gt; MC, and American Express 
  cards.<BR>&gt; &gt;&nbsp;&nbsp;&nbsp; You'll be glad you added MESA98 to your 
  arsenal of trading tools.<BR>&gt; &gt; <BR>&gt; &gt;<BR>&gt; 
  ----------------------------------------------------------------------------------------------<BR>&gt; 
  Van: John Ehlers &lt;<A 
  href="mailto:john@xxxxxxxxxxxxxxxx";>john@xxxxxxxxxxxxxxxx</A>&gt;<BR>&gt; Aan: 
  undisclosed reciepients<BR>&gt; Onderwerp: Instantaneous Trendline<BR>&gt; 
  Datum: zondag 25 oktober 1998 23:19<BR>&gt; <BR>&gt; To MESA Users 
  Group:<BR>&gt; &nbsp;&nbsp; Here is a set of new indicators that you can 
  program yourselves.&nbsp; The<BR>&gt; first of these indicators I call an 
  INSTANTANEOUS TRENDLINE.&nbsp; It works<BR>&gt; because it completely removes 
  the dominant cycle from a smoothing average.<BR>&gt; For the mathematically 
  inclined, the Fourier Transform of a rectangular<BR>&gt; window (formed by a 
  simiple average) is a Sin(X)/X distribution.&nbsp; The<BR>&gt; objective is to 
  place the first null of this distribution exactly at the<BR>&gt; dominant 
  cycle.&nbsp; For the intuitively inclined, what we are doing is taking<BR>&gt; 
  a simple average over the full dominant cycle period.&nbsp; In such an 
  average,<BR>&gt; there are as many sample points above the midpoint as below 
  the midpoint<BR>&gt; with the result that the sum of all these sample points 
  is zero.<BR>&gt; &nbsp;&nbsp; OK, so all we have to do to get an Instantaneous 
  Trendline is to take a<BR>&gt; simple average whose length is exactly the 
  period of the dominant cycle.<BR>&gt; For those of you who have TradeStation 
  and MESA96, you just insert the dc<BR>&gt; variable for the length of the 
  simple moving average.&nbsp; For those of you who<BR>&gt; have MetaStock or 
  other toolbox packages, you just have to estimate the<BR>&gt; length of the 
  dominant cycle and insert that estimate as your moving<BR>&gt; average 
  period.&nbsp; Of course, this estimate is fixed across your entire<BR>&gt; 
  screen, but the dominant cycle length can be varying.&nbsp; So watch out 
  for<BR>&gt; that problem.<BR>&gt; &nbsp;&nbsp; The next indicator is created 
  by taking a moving average over half the<BR>&gt; period of a dominant 
  cycle.&nbsp; In this case, the amplitude of the dominant<BR>&gt; cycle is 
  attenuated by exactly 2/PI.&nbsp; Our objective is to restore the full<BR>&gt; 
  amplitude of the cyclic portion.&nbsp; So we take this latest moving 
  average,<BR>&gt; subtract the "Instantaneous Trendline", multiple the 
  difference by PI/2<BR>&gt; (1.57 approximately), and then add the 
  Instantaneous trendline back.&nbsp; Since<BR>&gt; the lag of a moving average 
  is about half the moving average window length,<BR>&gt; this modified half 
  dominant cycle moving average will still lag the realy<BR>&gt; cyclic swing by 
  a quarter cycle.<BR>&gt; &nbsp;&nbsp;&nbsp; Now, when we look at these two 
  moving averages, we can make two<BR>&gt; assessments.&nbsp; First, we now 
  solve the age-old problem of what is the<BR>&gt; trendline.&nbsp; We have 
  create an adaptive trendline.&nbsp; Secondly, we can see the<BR>&gt; cyclic 
  swing relative to this trendline so that we can assess the amplitude<BR>&gt; 
  of the cyclic movement.&nbsp; If this cyclic amplitude is not several times 
  that<BR>&gt; average daily bar range, then getting an entry and exit for a 
  profitable<BR>&gt; cyclic move becomes a crapshoot.&nbsp; In other words, the 
  signal to noise ratio<BR>&gt; is so low that even though we have identified a 
  good cycle, it is not large<BR>&gt; enough to trade profitably without relying 
  on an intraday fill.<BR>&gt; &nbsp;&nbsp;&nbsp; Good Trading!!!<BR>&gt; 
  John<BR>&gt; <BR>&gt; <BR>&gt; 
  -------------------------------------------------------------------------------------------------<BR>&gt; 
  <BR>&gt; On Tue, 3 Nov 1998 16:19:00 -0600, you wrote:<BR>&gt; <BR>&gt; 
  &gt;Since the movements in the stockmarket are not truely periodic, is there 
  any<BR>&gt; &gt;evidence that linear or non-linear Fourier analysis can be 
  applied to the<BR>&gt; &gt;stockmarket?<BR>&gt; <BR>&gt; Imo, FA can answer 
  this question: If we do some appropriate kind of<BR>&gt; windowing, we get as 
  a result the "amount of periodic content"&nbsp; vs<BR>&gt; time, including 
  information about the accompanying frequencies. And if<BR>&gt; periodic 
  content is high, FA can do some kind of meaningful<BR>&gt; 
  extrapolation.<BR>&gt; <BR>&gt; mfg rudolf stricker<BR>&gt; <BR>&gt; <BR>&gt; 
  ----- Original Message ----- <BR>&gt; From: "Lionel and Gail Issen"<BR>&gt; 
  To: &lt;<A 
  href="mailto:metastock@xxxxxxxxxxxxx";>metastock@xxxxxxxxxxxxx</A>&gt;<BR>&gt; 
  Sent: dinsdag 3 november 1998 23:19<BR>&gt; Subject: Re: Fast Fourier 
  Transform and FFT<BR>&gt; <BR>&gt; &gt; CCollins:<BR>&gt; &gt; <BR>&gt; &gt; 
  The so called FFT in MS is a loser.&nbsp; The dominant cycle always comes up 
  as<BR>&gt; &gt; the length of the time period of the data.&nbsp; The so called 
  cycles bear little<BR>&gt; &gt; resemblance to anything useable.&nbsp; Excel 
  spreadsheets supports FFT.<BR>&gt; &gt; Parenthetically I have never come 
  across anyone who uses MS FFT for trading.<BR>&gt; &gt; I have met many people 
  who collectively use almost all the rest of the<BR>&gt; &gt; functionality of 
  MS,<BR>&gt; &gt; <BR>&gt; &gt; Since the movements in the stockmarket are not 
  truely periodic, is there any<BR>&gt; &gt; evidence that linear or non-linear 
  Fourier analysis can be applied to the<BR>&gt; &gt; stockmarket?<BR>&gt; &gt; 
  <BR>&gt; &gt; Lionel Issen<BR>&gt; &gt;<BR>&gt; &gt; -----Oorspronkelijk 
  bericht-----<BR>&gt; &gt; Van: C Collins<BR>&gt; &gt; Aan: <A 
  href="mailto:metastock@xxxxxxxxxxxxx";>metastock@xxxxxxxxxxxxx</A><BR>&gt; &gt; 
  Datum: dinsdag 3 november 1998 21:27<BR>&gt; &gt; Onderwerp: Re: Fast Fourier 
  Transform and FFT<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; 
  &gt;&nbsp;&nbsp;&nbsp; Having recently upgraded to 6.5 and being a multiyear 
  user of Metastock<BR>&gt; &gt; &gt;2.5, 3, 5, etc, there is a part of this 
  function which I have never been<BR>&gt; &gt; &gt;able to coax into 
  functioning. The INTERPRETED choice produces the findings<BR>&gt; &gt; &gt;of 
  long waves from 89 to 500 . Nothing I have done will show the smaller<BR>&gt; 
  &gt; &gt;waves. Also, if the choice of RAW data is made and other reasonable 
  choices<BR>&gt; &gt; &gt;(such as 100, 1,&nbsp; mean, amplitude)&nbsp; are 
  made the result is a window with an<BR>&gt; &gt; &gt;"Y-value" axis, but there 
  is no graph of any type. Has anyone succeeded in<BR>&gt; &gt; &gt;using this 
  function. Also, has anyone ever had there hands on software<BR>&gt; &gt; 
  &gt;called "Epoch Pro" developed by John Ehlers.<BR>&gt; &gt; &gt;<BR>&gt; 
  &gt; &gt;From: Manoj Abraham<BR>&gt; &gt; &gt;&gt; To: <A 
  href="mailto:support@xxxxxxxxx";>support@xxxxxxxxx</A><BR>&gt; &gt; &gt;&gt; 
  Cc: <A 
  href="mailto:metastock@xxxxxxxxxxxxx";>metastock@xxxxxxxxxxxxx</A><BR>&gt; &gt; 
  &gt;&gt; Subject: RE: Fast Fourier Transform and FFT<BR>&gt; &gt; &gt;&gt; 
  Date: Tuesday, November 03, 1998 6:17 AM<BR>&gt; &gt; &gt;&gt; <BR>&gt; &gt; 
  &gt;&gt; Hi,<BR>&gt; &gt; &gt;&gt; If Metastock can interpret the Cycles and 
  display it I cant understand<BR>&gt; &gt; &gt;&gt; why it cannot output the 
  value to explorer or into a custom indicator.<BR>&gt; &gt; &gt;&gt; and what 
  is the use of FFT function built into metastock.<BR>&gt; &gt; &gt;&gt; 
  <BR>&gt; &gt; &gt;&gt; Manoj Abraham<BR>&gt; &gt; &gt;&gt; <BR>&gt; &gt; 
  &gt;&gt; <BR>&gt; &gt; &gt;&gt; <BR>&gt; &gt; &gt;&gt; There is not a way to 
  create the interpreted FFT in The Explorer.&nbsp; The<BR>&gt; &gt; &gt;&gt; 
  Explorer uses individual formulas and Fast Fourier Transform 
  Interpreted<BR>&gt; &gt; &gt;&gt; is actually a long series of Raw 
  calculations, and each Raw calculation<BR>&gt; &gt; &gt;&gt; is analyzed to 
  determine 3 dominant cycles.<BR>&gt; &gt; &gt;&gt; <BR>&gt; &gt; &gt;&gt; Raw 
  is only one calculation of the series.&nbsp; To manually calculate Raw<BR>&gt; 
  &gt; &gt;&gt; like interpreted would have to run many Raw calculations and 
  analyze the<BR>&gt; &gt; &gt;&gt; Raw number results in a database to 
  determine dominant values.&nbsp; This<BR>&gt; &gt; &gt;&gt; series of 
  calculations is not possible in an Exploration.<BR>&gt; &gt; &gt;&gt; <BR>&gt; 
  &gt; &gt;&gt; Equis Support<BR>&gt; &gt; &gt;&gt; <A 
  href="http://www.equis.com/";>http://www.equis.com/</A><BR>&gt; &gt; &gt;&gt; 
  <A 
  href="http://www.equis.com/customer/support/";>http://www.equis.com/customer/support/</A><BR>&gt; 
  &gt; &gt;&gt; Please include previous email answers and questions in your 
  response.<BR>&gt; &gt; &gt;&gt; <BR>&gt; &gt; &gt;&gt; Equis and MetaStock and 
  MetaStock Professional are registered trademarks<BR>&gt; &gt; &gt;&gt; of 
  Equis International.&nbsp; Achelis Binary Wave, The DownLoader, Expert<BR>&gt; 
  &gt; &gt;&gt; Advisor, OptionScope, Quotecenter, and Smart Charts are 
  trademarks of<BR>&gt; &gt; &gt;&gt; Equis International.<BR>&gt; &gt; &gt;&gt; 
  <BR>&gt; &gt; &gt;&gt; <BR>&gt; &gt; &gt;&gt; &gt; -----Original 
  Message-----<BR>&gt; &gt; &gt;&gt; &gt; From: Manoj Abraham<BR>&gt; &gt; 
  &gt;&gt; &gt; Sent: Monday, November 02, 1998 3:11 AM<BR>&gt; &gt; &gt;&gt; 
  &gt; To:&nbsp;&nbsp; <A 
  href="mailto:metastock@xxxxxxxxxxxxx";>metastock@xxxxxxxxxxxxx</A><BR>&gt; &gt; 
  &gt;&gt; &gt; Cc:&nbsp;&nbsp; <A 
  href="mailto:support@xxxxxxxxx";>support@xxxxxxxxx</A><BR>&gt; &gt; &gt;&gt; 
  &gt; Subject:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Fast Fourier Transform and 
  FFT<BR>&gt; &gt; &gt;&gt; &gt; <BR>&gt; &gt; &gt;&gt; &gt; Hi 
  everybody,<BR>&gt; &gt; &gt;&gt; &gt; <BR>&gt; &gt; &gt;&gt; &gt; Does anybody 
  know how to get the interpreted FFT value in explorer.<BR>&gt; &gt; &gt;&gt; 
  &gt; When the interpreted Fourier transform is loaded the function 
  says<BR>&gt; &gt; &gt;&gt; &gt; Fourier 
  Transform(Close,-1,-1.0000,Detrend,Amplitude)<BR>&gt; &gt; &gt;&gt; &gt; Put 
  the same as a new function It gives&nbsp; error messages.<BR>&gt; &gt; 
  &gt;&gt; &gt; <BR>&gt; &gt; &gt;&gt; &gt; Manoj Abraham<BR>&gt; <BR>&gt; 
  <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; 
</FONT></DIV></BLOCKQUOTE></BODY></HTML>
</x-html>From ???@??? Sun Feb 27 16:36:14 2000
Return-Path: <majordom@xxxxxxxxxxxxxxxxxx>
Received: from listserv.equis.com (listserv.equis.com [204.246.137.2])
	by purebytes.com (8.9.3/8.9.3) with ESMTP id OAA22934
	for <neal@xxxxxxxxxxxxx>; Sun, 27 Feb 2000 14:55:15 -0800
Received: (from majordom@xxxxxxxxx)
	by listserv.equis.com (8.8.7/8.8.7) id OAA32114
	for metastock-outgoing; Sun, 27 Feb 2000 14:40:39 -0700
X-Authentication-Warning: listserv.equis.com: majordom set sender to owner-metastock@xxxxxxxxxxxxx using -f
Received: from freeze.metastock.com (freeze.metastock.com [204.246.137.5])
	by listserv.equis.com (8.8.7/8.8.7) with ESMTP id OAA32104
	for <metastock@xxxxxxxxxxxxxxxxxx>; Sun, 27 Feb 2000 14:40:26 -0700
Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.60])
	by freeze.metastock.com (8.8.5/8.8.5) with ESMTP id OAA05375
	for <metastock@xxxxxxxxxxxxx>; Sun, 27 Feb 2000 14:55:15 -0700 (MST)
Received: from escom ([195.121.217.129]) by smtp02.wxs.nl
          (Netscape Messaging Server 3.61)  with SMTP id AAB34A9
          for <metastock@xxxxxxxxxxxxx>; Sun, 27 Feb 2000 22:39:01 +0100
Message-ID: <006d01bf816b$80e77740$81d979c3@xxxxx>
From: "A.J. Maas" <anthmaas@xxxxxxxxx>
To: "Metastock-List" <metastock@xxxxxxxxxxxxx>
References: <001e01bf808a$75abd1a0$0aa8a8c0@xxxxxxx>
Subject: Re: Off Topic: Win98 tip for Control Panel
Date: Sun, 27 Feb 2000 22:41:20 +0100
Organization: Ms-IRB
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.3825.400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.3825.400
Sender: owner-metastock@xxxxxxxxxxxxx
Precedence: bulk
Reply-To: metastock@xxxxxxxxxxxxx
Status:   

"Self developed Techniques", huuu ????

These were directly copied from the Microsoft's Knowledge Base articles.
These and many, many other Tips and Tricks have been available to users
since 1997. They include how to get the Printers, System, Network, Explorer
and many other folders onto your Desktop as well.

Regards,
Ton Maas
ms-irb@xxxxxxxxxxxxxxxx
Dismiss the ".nospam" bit (including the dot) when replying.
Homepage  http://home.planet.nl/~anthmaas


----- Original Message ----- 
From: "Frank McClendon" <fmcclen1@xxxxxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: zaterdag 26 februari 2000 19:49
Subject: Off Topic: Win98 tip for Control Panel


> 
>  
> Making The Windows Control Panel More User-Friendly
> By Greg Shultz, ZD Journals
> 
> 
> Do you regularly access the Control Panel to run one of its utilit
> utilities? I know that I do.  I'm constantly clicking through the
> Start menu selecting \Settings\Control Panel  and then waiting for
> the folder to open. After a while it gets tiresome. 
> 
> Since I'm always on the lookout for techniques that will save me
> time and effort, I did some research and discovered two techniques
> for putting the Control Panel directly on the Start menu as a
> cascading menu. The first technique gives you access to the entire
> Control Panel while the second technique simply gives you access
> to those Control Panel utilities that you use most often. 
> 
> In this article, I'll show you how to make the Control Panel much
> easier to use by implementing each of these techniques. As I do,
> I'll discuss the advantages of each technique and explain how
> they will save you time as well as increase your efficiency when
> troubleshooting or configuring your computer
>  
> 
> Technique 1: Listing The Entire Control Panel On The Start Menu 
> ------------------------------------------------------------------
> 
> If you want to have easy menu access to the entire Control Panel,
> you'll want to implement this version of the technique. Putting
> the entire Control Panel on the Start menu is as easy as creating
> a new folder in the Start menu folder and then using a special
> code that loads the Control Panel from within the Registry. 
> 
> To begin, simply right-click on the Start button and select
> either the Open or Explore command from the shortcut menu. When
> you do, Windows 95/98 opens either a My Computer window or a
> Windows Explorer window rooted in the Start Menu folder,
> respectively. 
> 
> At this point, you'll create a special folder. The easiest way
> to do so is to press [Alt]F and use the accelerator keys NF. (If
> you're using the original version of Windows 95, you'll use the
> accelerator keys WF.) This keystroke combination quickly pulls
> down the File menu, opens the New submenu, and selects the Folder
> command. 
> 
> Once Windows 95/98 creates the folder, type 
> 
> Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D} 
> 
> in the highlighted rename text box. Be sure to type this Registry
> code exactly as it is shown above. If you don't, the technique 
> will fail. 
> 
> Once you finish typing the Registry code, press [Enter]. When you
> do, Windows 95/98 replaces the standard folder icon with the
> Control Panel icon. It also replaces the Registry code with the
> words Control Panel. 
> 
> If the icon doesn't change, then you mistyped the Registry code.
> Simply click the icon once to enable the rename text box and
> retype the code. 
> 
> Once you've inserted Control Panel in the Start Menu folder, you
> can close the folder. Now, you can easily access any of the
> Control Panel utilities by selecting the new Control Panel
> cascading menu, which now appears on the Start menu. 
> 
> Of course the advantage of this technique is that you have access
> to all of the utilities in the Control Panel. However the
> drawback it that the menu can appear crowded, which may make it
> difficult to find what you're looking for. 
> 
> 
> Technique 2: Putting Select Control Panel Utilities On The
> Start Menu
> ------------------------------------------------------------------
> 
> The crowded menu drawback of the first technique led me to develop
> this second technique. Furthermore, I typically don't need to
> access all of the utilities in the Control Panel, only a select
> group of the utilities. 
> 
> If you'd rather put on the Start menu only those Control Panel
> utilities that you use frequently, you can do so by creating a
> folder in the Start Menu folder and creating and copying shortcuts
> to those particular Control Panel utilities you need. To begin,
> access the Start Menu folder and create a folder as I explained
> in the previous section. However, this time you'll name the folder
> as you normally would. For example, I named mine the Control
> Center. 
> 
> Then, open the Control Panel as you normally would. Next,
> reposition the Control Panel folder so you can see both it and
> your Control Center folder easily. Now, you can drag the
> utilities that you use most often from the Control Panel to your
> new Control Center folder. When you do, Windows 95/98 will
> inform you that you can't copy or move Control Panel utilities
> and prompt you to create a shortcut. Just select yes to continue. 
> 
> Windows 95/98 may automatically add to each utility's title the
> prefix Shortcut to. If so, you'll probably want to remove the
> prefix to keep things looking neat. To do so, simply select each
> item, press [F2], and then highlight and delete the prefix. 
> 
> Once you've created shortcuts to all the Control Panel utilities
> that you use most often, close both folders. Now, you can easily
> access those Control Panel utilities you use most often by
> selecting the new Control Center cascading menu, which now
> appears on the Start menu. 
> 
> 
> Enhancing The Second Technique
> ------------------------------------------------------------------
> 
> As you can see, both of these techniques provide you with similar
> results - easy access to Control Panel utilities. However, the
> second technique provides you with additional advantages. Let's
> take a closer look. 
> 
> Reorganizing The Control Center Folder
> Since the Control Center folder contains shortcuts, you can now
> organize the items in the folder according to which utilities
> you use most often. To begin, open the Control Center folder and
> then rank utilities in the order that you use them the most. 
> 
> Once you've decided on a ranking, you're ready to organize the
> Control Center folder. To do so, choose the utility that you use
> most often, select it, and press [F2]. When you do, the rename
> text box will open and highlight the text. Simply press [Home]
> to move the cursor to the beginning of the text and type 1)
> followed by a space. Then, press [Enter] to close the rename
> text box and effect your change. Now, select the next most
> frequently used utility and use the same procedure as before:
> select the shortcut, press [F2] followed by [Home], type 2),
> press the spacebar, and press [Enter]. Continue renaming your
> shortcuts using the appropriate ranking. When you finish, press
> [F5] to refresh the folder contents and then close the Control
> Center folder. Now, when you open the Control Center cascading
> menu, the utility that you use most frequently will be at the
> top of the list. 
> 
> Adding The Control Panel To The Control Center
> ------------------------------------------------------------------
> Second, if you want to keep all the Control Panel utilities in one
> place, you can put the entire Control Panel in your Control Center
> folder. To do so, simply follow the instructions from the first
> technique to create the Control Panel folder. Only this time,
> create it inside the Control Center folder rather than the Start
> Menu folder. 
> 
> Conclusion
> ------------------------------------------------------------------
> Putting access to the Control Panel utilities directly on the
> Start menu allows you to make configuration changes quickly and
> easily. In this article, I've shown you two techniques for putting
> Control Panel utilities on the Start menu. 
> 
> 
> Greg Shultz is a Senior Editor for ZD Journals. He writes two
> monthly tips and techniques journals, Inside Microsoft Windows 98
> and Inside Microsoft Windows 95. You can reach Greg at
> greg_shultz@xxxxxxxx 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>