PureBytes Links
Trading Reference Links
|
Hello Clyde,
That did the trick, much appreciated.
In your case I'm sure TS2k is a better fit, however TS4 has suited my
needs over the years and will until TSPro offers futures at least.
Thank you again.
--
Best regards,
Ian mailto:cuncom@xxxxxxxxx
Friday, June 22, 2001, 3:18:30 PM, you wrote:
CL> All my work is done in TS2000i which I believe is where everyone should
CL> be to take maximum advantage of the large memory model available in
CL> that application.
CL> If you have ts4 then changes will be needed.
CL> As a minimum:
CL> HBar=FastHighestBar(H,IBars);
CL> LBar=FastLowestBar (L,IBars);
CL> should be changed to
CL> HBar=HighestBar(H,NBars);
CL> LBar=LowestBar (L,NBars);
CL> What other TS4 problems exist I have no idea.
CL> Clyde
CL> - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CL> Clyde Lee Chairman/CEO (Home of SwingMachine)
CL> SYTECH Corporation email: clydelee@xxxxxxxxxxxx
CL> 7910 Westglen, Suite 105 Office: (713) 783-9540
CL> Houston, TX 77063 Fax: (713) 783-1092
CL> Details at: www.theswingmachine.com
CL> - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CL> ----- Original Message -----
CL> From: "Ian Cunningham" <cuncom@xxxxxxxxx>
CL> To: "Clyde Lee" <clydelee@xxxxxxxxxxxx>
CL> Sent: Friday, June 22, 2001 13:52
CL> 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
CL> indicator
>> CL> which first picked all possible pivots (turning points) where a
CL> 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>
>>
>>
>>
CL> To unsubscribe from this group, send an email to:
CL> realtraders-unsubscribe@xxxxxxxxxxxxxxx
CL> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
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/
|