Most On Rsi
Kıvanç Özbilgiç tarafından oluşturulmuştur.
https://x.com/kivancozbilgic/status/1771127298374115701
======== Most On Rsi ========
= Geliştirici: Kıvanç Özbilgiç
= Yazar: Kripex
=============================
period:=input("MOST periyodu",1,500,5);
yuzde:=input("MOST yuzde",0,100,9);
RSIperiod:=input("RSI periyodu",1,500,14);
RSIplus:=input("RSI ekleme",0,1000,0);
RSp:=RSI(C,RSIperiod)+RSIplus;
MOV(RSp,period,VAR);
MOST(RSp,period,yuzde,VAR);
RSp;
30+RSIplus;
70+RSIplus