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

Re: MS>TS



PureBytes Links

Trading Reference Links

Ian,

I agree with Sergio.  Invoking the function introduces unnecessary overhead
when used with a length of 1.


Best regards,

Benjamin Blanco,
EasyLanguage Specialist
( former TradeStation Technologies, Inc. employee of six years )
http://www.benjaminblanco.com/

EasyLanguage is a registered trademarks of TradeStation Technologies, Inc.

----- Original Message -----
From: "US Trading" <ustrdng@xxxxxxxxxxxxx>
To: <ianwaugh@xxxxxxxxxxxxxxxxxxx>; <omega-list@xxxxxxxxxx>
Sent: Monday, March 24, 2003 12:56 PM
Subject: RE: MS>TS



Ian,

It looks like the following would be the EasyLanguage equivalent.

If Close > (Highest(Higest(High, 1)[1] * 1.0050 then
Buy this bar on Close;

You can replace the "Higest(High, 1)[1]" par of the statement with just
"High[1]" in this particular case.

Regards,

Sergio Sotolongo
www.TechnicalCentral.com



-----Original Message-----
From: Ian Waugh [mailto:ianwaugh@xxxxxxxxx]
Sent: Monday, March 24, 2003 12:30 PM
To: omega-list@xxxxxxxxxx
Cc: ianwaugh@xxxxxxxxxxxxxxxxxxx
Subject: MS>TS


Can someone please translate this MetaStock line into TradeStation code,

please?

Enter long C>(Ref(HHV(H,1),-1)*(1.005))

Thanks.

Ian