- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
ELEVATED LEVERAGE index SYSTEM indikatörü ELiS
Matriks Indicator Builder Formülü:
gear:=input("Conservative=1 Standard=2 Average=3 Risky=4 Agressive=5",1,5,2);
period:=input("Period",1,500,50);
nATR:=ATRe(Period)/C;
hATR:=HHV(nATR,period);
lATR:=LLV(nATR,period);
nSD:=StDEV(C,Period)/C;
hSD:=HHV(nSD,period);
lSD:=LLV(nSD,period);
MA:=mov(nATR,period,W);
perm:=100*(abs(nATR-MA))/MA;
pers:=100*(nSD-lSD)/(hSD-lSD);
pera:=100*(nATR-lATR)/(hATR-lATR);
perb:=100*(C-BBANDBOT(c,period,s,2))/(BBANDTOP(c,period,s,2)-BBANDBOT(c,period,s,2));
per:=if(gear=5 or gear=4,(perm+pers+pera+perb)/4, if(gear=1,min(100,(pers+pera+perb)/2.5),(pers+pera+perb)/3));
EL:=(100-per)/(6-gear);
ELiS:=max(1,int(EL+.5));
ELiS
Matriks Explorer Formülleri:
ELiS belirli değer tarama
örnekte varsayılan ayarlarla 10 değerini alanlar taranmıştır)
gear:=2;
period:=50;
nATR:=ATRe(Period)/C;
hATR:=HHV(nATR,period);
lATR:=LLV(nATR,period);
nSD:=StDEV(C,Period)/C;
hSD:=HHV(nSD,period);
lSD:=LLV(nSD,period);
MA:=mov(nATR,period,W);
perm:=100*(abs(nATR-MA))/MA;
pers:=100*(nSD-lSD)/(hSD-lSD);
pera:=100*(nATR-lATR)/(hATR-lATR);
perb:=100*(C-BBANDBOT(c,period,s,2))/(BBANDTOP(c,period,s,2)-BBANDBOT(c,period,s,2));
per:=if(gear=5 or gear=4,(perm+pers+pera+perb)/4, if(gear=1,min(100,(pers+pera+perb)/2.5),(pers+pera+perb)/3));
EL:=(100-per)/(6-gear);
ELiS:=max(1,int(EL+.5));
ELiS=10
ELiS belirli değer ve aşağısı tarama
örnekte varsayılan ayarlarla 2 ve aşağısı değerler taranmıştır)
gear:=2;
period:=50;
nATR:=ATRe(Period)/C;
hATR:=HHV(nATR,period);
lATR:=LLV(nATR,period);
nSD:=StDEV(C,Period)/C;
hSD:=HHV(nSD,period);
lSD:=LLV(nSD,period);
MA:=mov(nATR,period,W);
perm:=100*(abs(nATR-MA))/MA;
pers:=100*(nSD-lSD)/(hSD-lSD);
pera:=100*(nATR-lATR)/(hATR-lATR);
perb:=100*(C-BBANDBOT(c,period,s,2))/(BBANDTOP(c,period,s,2)-BBANDBOT(c,period,s,2));
per:=if(gear=5 or gear=4,(perm+pers+pera+perb)/4, if(gear=1,min(100,(pers+pera+perb)/2.5),(pers+pera+perb)/3));
EL:=(100-per)/(6-gear);
ELiS:=max(1,int(EL+.5));
ELiS<=2
ELiS belirli değer ve üstü tarama
örnekte varsayılan ayarlarla 20 ve üstü değerler taranmıştır)
gear:=2;
period:=50;
nATR:=ATRe(Period)/C;
hATR:=HHV(nATR,period);
lATR:=LLV(nATR,period);
nSD:=StDEV(C,Period)/C;
hSD:=HHV(nSD,period);
lSD:=LLV(nSD,period);
MA:=mov(nATR,period,W);
perm:=100*(abs(nATR-MA))/MA;
pers:=100*(nSD-lSD)/(hSD-lSD);
pera:=100*(nATR-lATR)/(hATR-lATR);
perb:=100*(C-BBANDBOT(c,period,s,2))/(BBANDTOP(c,period,s,2)-BBANDBOT(c,period,s,2));
per:=if(gear=5 or gear=4,(perm+pers+pera+perb)/4, if(gear=1,min(100,(pers+pera+perb)/2.5),(pers+pera+perb)/3));
EL:=(100-per)/(6-gear);
ELiS:=max(1,int(EL+.5));
ELiS>=20
ELEVATED LEVERAGE index SYSTEM ( ELiS ) tries to solve the problem of adjusting meaningful leverage in futures and margin trading.
The biggest problem for traders is adjusting the leverage level manually.
Concerning about the volatilities it's very hard to set a meaningful leverage level.
ELiS includes 4 different volatility component which are:
1- nATR: Normalized Average True Range which is actually ATR/price to stabilize ATR's value differences when price changes are high on long term periods.
2- Standard Deviation
3- Kairi based nATR
4- Bollinger %B
which are scaled from 0 to 100 and takes different averages with different combinations & ratios and combines them as an index.
This index calculates an average volatility to set the true leverage level when trading futures especially in Crypto and FX markets.
There are 5 risk levels of "GEARS" like on automobiles to set the max leverage for risk management.
Gear 1 - CONSERVATIVE: max leverage level can be 20 for swing traders and beginners
Gear 2 - STANDARD: max leverage level can be 25 (default) for day traders
Gear 3 - AVERAGE: max leverage level can be 33 for day traders
Gear 4 - RISKY: max leverage level can be 50 for scalpers
Gear 5 - AGRESSIVE: max leverage level can be 100 for advanced scalpers
ELiS bir kaldıraç tespit indikatörü. Risk yönetimini doğru yapabilmek ve anlamlı kaldıraç oranları seçebilmek için kurgulandı. Özellikle kripto paralar için tasarlandı ama kaldıracın seçilebildiği fx paritelerinde de kullanıma uygun. Dünyada bir ilk olabileceğini düşünüyorum.
ELiS bir kaldıraç tespit indikatörü. Kaldıraç oranı ayarlanabilen piyasalarda işlemler için tasarlandı. Uygun kaldıraç oranı tespiti ve risk yönetimi için geliştirildi. Mantığı gereği AL-SAT sinyalleri vermez. Lütfen AL SAT formülü sormayalım. Açıklama videosu var izleyelim.
kaynak
Kıvanç Özbilgiç
@kivancyedek
Matriks Indicator Builder Formülü:
gear:=input("Conservative=1 Standard=2 Average=3 Risky=4 Agressive=5",1,5,2);
period:=input("Period",1,500,50);
nATR:=ATRe(Period)/C;
hATR:=HHV(nATR,period);
lATR:=LLV(nATR,period);
nSD:=StDEV(C,Period)/C;
hSD:=HHV(nSD,period);
lSD:=LLV(nSD,period);
MA:=mov(nATR,period,W);
perm:=100*(abs(nATR-MA))/MA;
pers:=100*(nSD-lSD)/(hSD-lSD);
pera:=100*(nATR-lATR)/(hATR-lATR);
perb:=100*(C-BBANDBOT(c,period,s,2))/(BBANDTOP(c,period,s,2)-BBANDBOT(c,period,s,2));
per:=if(gear=5 or gear=4,(perm+pers+pera+perb)/4, if(gear=1,min(100,(pers+pera+perb)/2.5),(pers+pera+perb)/3));
EL:=(100-per)/(6-gear);
ELiS:=max(1,int(EL+.5));
ELiS
Matriks Explorer Formülleri:
ELiS belirli değer tarama
gear:=2;
period:=50;
nATR:=ATRe(Period)/C;
hATR:=HHV(nATR,period);
lATR:=LLV(nATR,period);
nSD:=StDEV(C,Period)/C;
hSD:=HHV(nSD,period);
lSD:=LLV(nSD,period);
MA:=mov(nATR,period,W);
perm:=100*(abs(nATR-MA))/MA;
pers:=100*(nSD-lSD)/(hSD-lSD);
pera:=100*(nATR-lATR)/(hATR-lATR);
perb:=100*(C-BBANDBOT(c,period,s,2))/(BBANDTOP(c,period,s,2)-BBANDBOT(c,period,s,2));
per:=if(gear=5 or gear=4,(perm+pers+pera+perb)/4, if(gear=1,min(100,(pers+pera+perb)/2.5),(pers+pera+perb)/3));
EL:=(100-per)/(6-gear);
ELiS:=max(1,int(EL+.5));
ELiS=10
ELiS belirli değer ve aşağısı tarama
gear:=2;
period:=50;
nATR:=ATRe(Period)/C;
hATR:=HHV(nATR,period);
lATR:=LLV(nATR,period);
nSD:=StDEV(C,Period)/C;
hSD:=HHV(nSD,period);
lSD:=LLV(nSD,period);
MA:=mov(nATR,period,W);
perm:=100*(abs(nATR-MA))/MA;
pers:=100*(nSD-lSD)/(hSD-lSD);
pera:=100*(nATR-lATR)/(hATR-lATR);
perb:=100*(C-BBANDBOT(c,period,s,2))/(BBANDTOP(c,period,s,2)-BBANDBOT(c,period,s,2));
per:=if(gear=5 or gear=4,(perm+pers+pera+perb)/4, if(gear=1,min(100,(pers+pera+perb)/2.5),(pers+pera+perb)/3));
EL:=(100-per)/(6-gear);
ELiS:=max(1,int(EL+.5));
ELiS<=2
ELiS belirli değer ve üstü tarama
gear:=2;
period:=50;
nATR:=ATRe(Period)/C;
hATR:=HHV(nATR,period);
lATR:=LLV(nATR,period);
nSD:=StDEV(C,Period)/C;
hSD:=HHV(nSD,period);
lSD:=LLV(nSD,period);
MA:=mov(nATR,period,W);
perm:=100*(abs(nATR-MA))/MA;
pers:=100*(nSD-lSD)/(hSD-lSD);
pera:=100*(nATR-lATR)/(hATR-lATR);
perb:=100*(C-BBANDBOT(c,period,s,2))/(BBANDTOP(c,period,s,2)-BBANDBOT(c,period,s,2));
per:=if(gear=5 or gear=4,(perm+pers+pera+perb)/4, if(gear=1,min(100,(pers+pera+perb)/2.5),(pers+pera+perb)/3));
EL:=(100-per)/(6-gear);
ELiS:=max(1,int(EL+.5));
ELiS>=20
ELEVATED LEVERAGE index SYSTEM ( ELiS ) tries to solve the problem of adjusting meaningful leverage in futures and margin trading.
The biggest problem for traders is adjusting the leverage level manually.
Concerning about the volatilities it's very hard to set a meaningful leverage level.
ELiS includes 4 different volatility component which are:
1- nATR: Normalized Average True Range which is actually ATR/price to stabilize ATR's value differences when price changes are high on long term periods.
2- Standard Deviation
3- Kairi based nATR
4- Bollinger %B
which are scaled from 0 to 100 and takes different averages with different combinations & ratios and combines them as an index.
This index calculates an average volatility to set the true leverage level when trading futures especially in Crypto and FX markets.
There are 5 risk levels of "GEARS" like on automobiles to set the max leverage for risk management.
Gear 1 - CONSERVATIVE: max leverage level can be 20 for swing traders and beginners
Gear 2 - STANDARD: max leverage level can be 25 (default) for day traders
Gear 3 - AVERAGE: max leverage level can be 33 for day traders
Gear 4 - RISKY: max leverage level can be 50 for scalpers
Gear 5 - AGRESSIVE: max leverage level can be 100 for advanced scalpers
ELiS bir kaldıraç tespit indikatörü. Risk yönetimini doğru yapabilmek ve anlamlı kaldıraç oranları seçebilmek için kurgulandı. Özellikle kripto paralar için tasarlandı ama kaldıracın seçilebildiği fx paritelerinde de kullanıma uygun. Dünyada bir ilk olabileceğini düşünüyorum.
ELiS bir kaldıraç tespit indikatörü. Kaldıraç oranı ayarlanabilen piyasalarda işlemler için tasarlandı. Uygun kaldıraç oranı tespiti ve risk yönetimi için geliştirildi. Mantığı gereği AL-SAT sinyalleri vermez. Lütfen AL SAT formülü sormayalım. Açıklama videosu var izleyelim.
kaynak
Kıvanç Özbilgiç
@kivancyedek
Son düzenleme: