PureBytes Links
Trading Reference Links
|
Hello Guy,
Here is a sample of the EasyLanguage you could use to create the displaced
moving average.
Value1 = MRO( Close > Open, 3, 1 ) ;
Plot1[ Value1[ 1 ] ]( Average( Price, Length ), "Plot1" ) ;
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: "Guy Hacha" <guy.hacha@xxxxxxxxx>
To: <omega-list@xxxxxxxxxx>
Sent: Wednesday, March 26, 2003 3:28 PM
Subject: Displaced Moving Average
Hi,
I want to plot a displaced moving average.
But the displaced value is a value that is calculated from the last bar on
the chart.
How to do this ?
Thanks for your help.
Guy
Guy Hacha
Belgium
email: guy.hacha@xxxxxxxxx
|