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

RE: How can I code for this indicator???



PureBytes Links

Trading Reference Links

>>I need to build an oscillator whose properties ...<<

Try this:

value1 = (RSI(H,len) + RSI(L,len)) /2;

-----------------------------------------------

Better still, replace RSI with RSX:

value2 = (JRC.RSX(H,len) + JRC.RSX(L,len)) /2;

See how it compares to DeMark's REI indicator at
http://www.jurikres.com/catalog/ms_rsx.htm#top

-----------------------------------------------

Regards,

Mark Jurik
Jurik Research
http://www.jurikres.com



----------
From: 	mark.keenan@xxxxxxxxxxxxxx
Sent: 	Thursday, November 29, 2001 7:31 AM
To: 	omega-list@xxxxxxxxxx
Subject: 	How can I code for this indicator???



I need to build an oscillator whose properties  are as follows:

Value must be normalised between 0 and 100 (just like RSI etc etc)

Calculates the following -
Overbought areas are a function of higher highs and lows.
Oversold areas are a function of lower highs and lows.

The open or close are NOT used in the calculation.

     Need to apply it to tick charts so open and close are obviously
meaningless.


Really need some help.

Mark Keenan

---------------------------------------------------------------------------
This  message  (including  any  attachments)  is  confidential  and  may be
privileged.  If you have received it by mistake please notify the sender by
return  e-mail  and  delete this message from your system. Any unauthorised
use  or  dissemination  of  this  message  in  whole or in part is strictly
prohibited.  Please  note  that e-mails are susceptible to change. ABN AMRO
Bank  N.V.  (including  its  group  companies)  shall not be liable for the
improper  or  incomplete  transmission of the information contained in this
communication  nor  for  any delay in its receipt or damage to your system.
ABN  AMRO  Bank  N.V.  (or its group companies) does not guarantee that the
integrity   of  this  communication  has  been  maintained  nor  that  this
communication is free of viruses, interceptions or interference.
---------------------------------------------------------------------------