Metatrader Forum | Forex Expert-Advisor | Broker & Forex Tools

Metatrader Forum | Forex Expert-Advisor | Broker & Forex Tools (http://www.expert-advisor.com/forum/index.php)
-   Indikatoren (http://www.expert-advisor.com/forum/forumdisplay.php?f=24)
-   -   Suche speziellen StochastikRSI (http://www.expert-advisor.com/forum/showthread.php?t=4559)

nothin_ 05.11.15 14:39

Suche speziellen StochastikRSI
 
Hallo zusammen,
ich bin auf der Suche nach einem Indikator mit folgender Berechnung (ist leider aus einem anderen Programm deshalb kann ich ihn nicht nutzen):

Code:

//==================================================
Period = Param("Periods",14,4,45,1);
SK = Param("SmoothingK",1,3,45,1);
SD = Param("SmoothingD",3,1,45,1);

StochRSI = MA((((RSI(Period) - LLV(RSI(Period),Period)) / (HHV(RSI(Period),Period) - LLV(RSI(Period),Period)))*100),SK);
StochRsiD = MA(StochRSI,SD);
//==================================================

MA is SMA
LLV is lowest low value of RSI of same period
HHV is highest high value of RSI of same period

Standard StochRSi ist StochRSI(14, 1, 3)

So it is

StochRSI = SMA(((RSI(14)-LLV(RSI(14),14)) / (HHV(RSI(14),14)-LLV(RSi(14),14)))*100,1);
StochRSID = SMA(StochRSI,3);

Vielleicht benutzt ihn ja jemand oder weiß wo ich in herbekomme. :)
Schöne Grüße!
nothin_


Alle Zeitangaben in WEZ +2. Es ist jetzt 09:06 Uhr.

Powered by vBulletin® Version 3.8.5 (Deutsch)
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.6.1
Powered by vBCMS® 2.7.0 ©2002 - 2024 vbdesigns.de
Copyright ©2009 - 2023 by Expert-Advisor.com - Das Metatrader Forum