PureBytes Links
Trading Reference Links
|
All my work is done in TS2000i which I believe is where everyone should
be to take maximum advantage of the large memory model available in
that application.
If you have ts4 then changes will be needed.
As a minimum:
HBar=FastHighestBar(H,IBars);
LBar=FastLowestBar (L,IBars);
should be changed to
HBar=HighestBar(H,NBars);
LBar=LowestBar (L,NBars);
What other TS4 problems exist I have no idea.
Clyde
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Clyde Lee Chairman/CEO (Home of SwingMachine)
SYTECH Corporation email: clydelee@xxxxxxxxxxxx
7910 Westglen, Suite 105 Office: (713) 783-9540
Houston, TX 77063 Fax: (713) 783-1092
Details at: www.theswingmachine.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
----- Original Message -----
From: "CnC" <carlandchristel@xxxxxxxxx>
To: "Clyde Lee" <clydelee@xxxxxxxxxx>
Sent: Friday, June 22, 2001 22:26
Subject: Re: CL_WinMidas -- Semi or Automatic version
> Hi Clyde:
>
> I just tried loading your indicator in TS4 using the Power Editor.As
the
> gif shows,it won't verify.I don't know if there are any other
> problems,as of couse,the verify process stopped there.
>
> Any ideas?
>
> When I was transferring,I remember it saying that I already had the
> Swing_Lee function,and I gave it permission to overwrite.
>
> ..Carl
>
>
> > Clyde Lee wrote:
> >
> > Using Midas concept can be a pain in the butt so I wrote an
indicator
> > which first picked all possible pivots (turning points) where a
Midas
> > line might start and then allowed the user to select the point at
> > which to start a Midas line by entering the number of the pivot.
> >
> > See attached Junk1.gif for this type of application.
> >
> > I have highlighted the numbers that are used to input to the routine
> > to plot the lines. Remember, put the indicator on and let it
> > number pivots and then update inputs with pivot numbers you want
> > to use.
> >
> > An .ela is attached since you need my Swing_Lee function to
> > pick the pivots.
> >
> > Hope you have fun with this.
> >
> >
> > Clyde
> >
>
> > Name: AutMidas.ela
> > AutMidas.ela Type: ELA File
> >
(application/x-unknown-content-type-ela_auto_file)
> > Encoding: base64
------------------------------------------------------------------------
--------
To unsubscribe from this group, send an email to:
realtraders-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|