Çok eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
From: Paolo <italoarg76__at__yahoo.it>
To: <>
Date: Saturday, May 20, 2006, 11:25:58 PM
Subject: [EquisMetaStock Group] A Metastock Price Oscilator
Hi everyone!
My name is Pablo Bozzolo, italo-argentinean. I'd like...
RSI Divergence Trading System
Buy:
If(RSI(9) >= HHV(RSI(9),19) AND CLOSE <HHV(CLOSE,19), 1,0) OR
If(CLOSE <= LLV(CLOSE,19) AND RSI(9) > LLV(RSI(9),19), 1,0)
Sell:
If(CLOSE >= HHV(CLOSE,19) AND RSI(9)<HHV(RSI(9),19),1,0) OR
If(RSI(9) <= LLV(RSI(9),19) AND CLOSE > LLV(CLOSE,19),1,0)...
RSI(9) Divergence Buy
If(RSI(9) >= HHV(RSI(9),19) AND CLOSE <HHV(CLOSE,19),1,0) OR
If(CLOSE <= LLV(CLOSE,19) AND RSI(9) >LLV(RSI(9),19), 1,0)
RSI(9) Divergence Sell
If(CLOSE >= HHV(CLOSE,19) AND RSI(9)<HHV(RSI(9),19),1,0) OR
If(RSI(9) <= LLV(RSI(9),19) AND CLOSE >LLV(CLOSE,19),1,0)
RSI...
I've seen many divergence formulas written for MetaStock, but in my opinion, none of them work well. Here, I'll present a divergence formula for MetaStock using RSI(14) and the close. I'll also introduce another divergence formula, which I call double successive divergence (DSD)...
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
From: Paolo <italoarg76__at__yahoo.it>
To: <>
Date: Saturday, May 20, 2006, 11:25:58 PM
Subject: [EquisMetaStock Group] A Metastock Price Oscilator
Hi everyone!
My name is...