Teknik Analiz Dünyasına Hoşgeldiniz. Paylaşmak Güzeldir.

Yayından kaldırmak istediğiniz formüller için algoritmabul@gmail.com ile iletişime geçebilirsiniz... 

  • DİKKAT: Formüller, Sistemler sadece eğitim amaçlıdır. Alım satım, olası anapara kaybı ve diğer kayıplar dahil olmak üzere "YÜKSEK RİSK" içerir.
  • “Teknik Analiz olacak olanı değil olmuş olanı resmeder"

Tarama Pivot Destek Direnç Tarama

Tarama Verilerin Kriterler içinde olup olmadığı, Bilinen tüm matematiksel işlemleri verilere uygulayıp hızlıca sonuca ulaşma yolu...

algoritma

eiπ + 1 = 0
Algorithmist
Algoritma
Katılım
23 Eki 2020
Mesajlar
1,797
Sadece dirençleri tarar. Pivot ve üstünde olan hisseler.1.gurup hisseler ve 15 dklık 4. kolon PİVOT ve üstü olup henüz R1 i aşmamış olanlardır.Taramada Hacmi yüksek olanları tercih edilmelidir .

col a r3 ve üzeri
NW:=ROC(Hour(),1,$)<0;
x1t:=LastValue(ValueWhen(1,NW=-1,Cum(1)));
WH:=ValueWhen(1,Nw,Ref(HighestSince(1,Nw,H),-1));
WL:=ValueWhen(1,Nw,Ref(LowestSince(1,Nw,L),-1));
WCL:=ValueWhen(1,Nw,Ref(C,-1));
Pivot:=if(cum(1)=>x1t, ( WH + WCL + WL )/3,0);
R3:=if(cum(1)=>x1t,WH + 2*(Pivot - WL),0); R1:=if(cum(1)=>x1t, 2 * Pivot -WL,0);
S1:=if(cum(1)=>x1t, 2 * Pivot - WH,0);
R2:= if(cum(1)=>x1t,Pivot + (R1 - S1),0);
S2:= if(cum(1)=>x1t,Pivot - (R1 - S1),0);
S3:= if(cum(1)=>x1t,WL - 2*(WH - Pivot),0);
1:=int(R3/0.025)*0.025;
2:=int(R2/0.025)*0.025;
3:=int(R1/0.025)*0.025 ;
4:=int(Pivot/0.025)*0.025;
5:=int(S1/0.025)*0.025;
6:=int(S2/0.025)*0.025;
7:=int(S3/0.025)*0.025;
C>=1


colb r2 ve r3 arası

NW:=ROC(Hour(),1,$)<0;
x1t:=LastValue(ValueWhen(1,NW=-1,Cum(1)));
WH:=ValueWhen(1,Nw,Ref(HighestSince(1,Nw,H),-1));
WL:=ValueWhen(1,Nw,Ref(LowestSince(1,Nw,L),-1));
WCL:=ValueWhen(1,Nw,Ref(C,-1));
Pivot:=if(cum(1)=>x1t, ( WH + WCL + WL )/3,0);
R3:=if(cum(1)=>x1t,WH + 2*(Pivot - WL),0); R1:=if(cum(1)=>x1t, 2 * Pivot -WL,0);
S1:=if(cum(1)=>x1t, 2 * Pivot - WH,0);
R2:= if(cum(1)=>x1t,Pivot + (R1 - S1),0);
S2:= if(cum(1)=>x1t,Pivot - (R1 - S1),0);
S3:= if(cum(1)=>x1t,WL - 2*(WH - Pivot),0);
1:=int(R3/0.025)*0.025;
2:=int(R2/0.025)*0.025;
3:=int(R1/0.025)*0.025 ;
4:=int(Pivot/0.025)*0.025;
5:=int(S1/0.025)*0.025;
6:=int(S2/0.025)*0.025;
7:=int(S3/0.025)*0.025;
C>=2 AND C<1

col c r1 ve r2 arası
NW:=ROC(Hour(),1,$)<0;
x1t:=LastValue(ValueWhen(1,NW=-1,Cum(1)));
WH:=ValueWhen(1,Nw,Ref(HighestSince(1,Nw,H),-1));
WL:=ValueWhen(1,Nw,Ref(LowestSince(1,Nw,L),-1));
WCL:=ValueWhen(1,Nw,Ref(C,-1));
Pivot:=if(cum(1)=>x1t, ( WH + WCL + WL )/3,0);
R3:=if(cum(1)=>x1t,WH + 2*(Pivot - WL),0); R1:=if(cum(1)=>x1t, 2 * Pivot -WL,0);
S1:=if(cum(1)=>x1t, 2 * Pivot - WH,0);
R2:= if(cum(1)=>x1t,Pivot + (R1 - S1),0);
S2:= if(cum(1)=>x1t,Pivot - (R1 - S1),0);
S3:= if(cum(1)=>x1t,WL - 2*(WH - Pivot),0);
1:=int(R3/0.025)*0.025;
2:=int(R2/0.025)*0.025;
3:=int(R1/0.025)*0.025 ;
4:=int(Pivot/0.025)*0.025;
5:=int(S1/0.025)*0.025;
6:=int(S2/0.025)*0.025;
7:=int(S3/0.025)*0.025;
C>=3 AND C<2

col d pivot ve r1 arası
NW:=ROC(Hour(),1,$)<0;
x1t:=LastValue(ValueWhen(1,NW=-1,Cum(1)));
WH:=ValueWhen(1,Nw,Ref(HighestSince(1,Nw,H),-1));
WL:=ValueWhen(1,Nw,Ref(LowestSince(1,Nw,L),-1));
WCL:=ValueWhen(1,Nw,Ref(C,-1));
Pivot:=if(cum(1)=>x1t, ( WH + WCL + WL )/3,0);
R3:=if(cum(1)=>x1t,WH + 2*(Pivot - WL),0); R1:=if(cum(1)=>x1t, 2 * Pivot -WL,0);
S1:=if(cum(1)=>x1t, 2 * Pivot - WH,0);
R2:= if(cum(1)=>x1t,Pivot + (R1 - S1),0);
S2:= if(cum(1)=>x1t,Pivot - (R1 - S1),0);
S3:= if(cum(1)=>x1t,WL - 2*(WH - Pivot),0);
1:=int(R3/0.025)*0.025;
2:=int(R2/0.025)*0.025;
3:=int(R1/0.025)*0.025 ;
4:=int(Pivot/0.025)*0.025;
5:=int(S1/0.025)*0.025;
6:=int(S2/0.025)*0.025;
7:=int(S3/0.025)*0.025;
C>4 AND C<3

filter
COLA OR COLB OR COLC OR COLD

KAYNAK
@roaderdogan
 

Forumdan daha fazla yararlanmak için giriş yapın yada üye olun!

Forumdan daha fazla yararlanmak için giriş yapın veya kayıt olun!

Kayıt ol

Forumda bir hesap oluşturmak tamamen ücretsizdir.

Şimdi kayıt ol
Giriş yap

Eğer bir hesabınız var ise lütfen giriş yapın

Giriş yap