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: "Ian Cunningham" <cuncom@xxxxxxxxx>
To: "Clyde Lee" <clydelee@xxxxxxxxxxxx>
Sent: Friday, June 22, 2001 13:52
Subject: Re: [RT] WinMidas -- Semi or Automatic version
> Hello Clyde,
>
> Thank you for all your work you share. I haven't seen any body else
> have a problem with the code so I don't know if it just me....!
>
> The Swing_Lee function won't verify in TS4. The line;
>
> HBar=FastHighestBar(H,IBars);
>
> IBars is showing a Grammar Error - "Only a number or input allowed
> here".
>
> Obviously the WinMidas Indicator will not verify without it.
>
> --
> Best regards,
> Ian mailto:cuncom@xxxxxxxxx
>
>
>
>
>
>
> Friday, June 22, 2001, 11:45:44 AM, you wrote:
>
> CL> Using Midas concept can be a pain in the butt so I wrote an
indicator
> CL> which first picked all possible pivots (turning points) where a
Midas
> CL> line might start and then allowed the user to select the point at
> CL> which to start a Midas line by entering the number of the pivot.
> <snip>
>
>
>
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/
|