MatriksIQ Destek
Matriks Destek
Matriks Web Destek
Matriks Mobile Destek
1 beğenilme 0 beğenilmeme
153 kez görüntülendi
Merhaba SMA (3,5,8,10,12,14)'nın SMA(30,35,40,45,50,60)'yı yukarı aşagı kesmesi yani guppy nin system tester ve explorer tarama formülleri nedir acaba ??
System Tester-Bağlı Emirler kategorisinde (29 puan) tarafından | 153 kez görüntülendi

1 cevap

1 beğenilme 0 beğenilmeme
En İyi Cevap
merhaba,

aşağıdaki gibi yazdık,

bir dener incelersiniz,

hem expolorerda hemde sistem testerda çalışır

al için

a1:=mov(c,3,s)>mov(c,5,s) AND mov(c,5,s)>mov(c,8,s)  AND mov(c,8,s)>mov(c,10,s)  AND
mov(c,10,s)>mov(c,12,s)  AND mov(c,12,s)>mov(c,14,s) ;
a2:=mov(c,30,s)>mov(c,35,s) AND mov(c,35,s)>mov(c,40,s)  AND mov(c,40,s)>mov(c,45,s)  AND
mov(c,45,s)>mov(c,50,s)  AND mov(c,50,s)>mov(c,60,s) ;
(a1 and a2 and mov(c,14,s)>mov(c,30,s)) AND ref((a1 and a2 and mov(c,14,s)>mov(c,30,s)) ,-1)=0

 

sat için

 

a1:=mov(c,3,s)<mov(c,5,s) AND mov(c,5,s)<mov(c,8,s)  AND mov(c,8,s)<mov(c,10,s)  AND
mov(c,10,s)<mov(c,12,s)  AND mov(c,12,s)<mov(c,14,s) ;
a2:=mov(c,30,s)<mov(c,35,s) AND mov(c,35,s)<mov(c,40,s)  AND mov(c,40,s)<mov(c,45,s)  AND
mov(c,45,s)<mov(c,50,s)  AND mov(c,50,s)<mov(c,60,s) ;
(a1 and a2 and mov(c,14,s)<mov(c,30,s)) AND ref((a1 and a2 and mov(c,14,s)<mov(c,30,s)) ,-1)=0

bilgilerinize
(11,365 puan) tarafından
tarafından seçilmiş
0 0
Yazdığınız formüle if ile trent ekledim ama çalışmıyor sıfır veriyor. Bi ornek atabilirmisiniz müsaitseniz
0 0

merhaba,

size gönderdiğimiz sistem çalışmaktadır,

nasıl bir ekleme yapıyorsunuz,

detaylı yazıp egitim@matriksdata.com mail atarsanız inceleyelim,

bilgilerinize

 

0 0
Serkan Bey Selamlar,

Başka bi arkadaş sormuş soruyu ben ilave olarak yorum yaptım :)

İf le 2 bölge yapmaya çalıştım ama sıfır çıkıyor veya programı kapatıyor. And boşluklarına dikkat ettim. buraya attım diye boşluk kaybolmuş olabilir.

if(MOV(C,opt3,VAR)>OTT(C,opt3,opt4),
a1:=mov(c,3,s)>mov(c,5,s) AND mov(c,5,s)>mov(c,8,s) AND mov(c,8,s)>mov(c,10,s) AND mov(c,10,s)>mov(c,12,s) AND mov(c,12,s)>mov(c,14,s);a2:=mov(c,30,s)>mov(c,35,s) AND mov(c,35,s)>mov(c,40,s) AND mov(c,40,s)>mov(c,45,s) AND mov(c,45,s)>mov(c,50,s) AND mov(c,50,s)>mov(c,60,s);(a1 and a2 and mov(c,14,s)>mov(c,30,s)) AND ref((a1 and a2 and mov(c,14,s)>mov(c,30,s)),-1)=0,

MOV(C,opt3,VAR)>OTT(C,opt3,opt5) AND a1:=mov(c,3,s)>mov(c,5,s) AND mov(c,5,s)>mov(c,8,s) AND mov(c,8,s)>mov(c,10,s) AND mov(c,10,s)>mov(c,12,s) AND mov(c,12,s)>mov(c,14,s);a2:=mov(c,30,s)>mov(c,35,s) AND mov(c,35,s)>mov(c,40,s) AND mov(c,40,s)>mov(c,45,s) AND mov(c,45,s)>mov(c,50,s) AND mov(c,50,s)>mov(c,60,s);(a1 and a2 and mov(c,14,s)>mov(c,30,s)) AND ref((a1 and a2 and mov(c,14,s)>mov(c,30,s)),-1)=0)
0 0
merhaba,

tanımları dışarda bırakmanız gerekir

a1:=mov(c,3,s)>mov(c,5,s) AND mov(c,5,s)>mov(c,8,s) AND mov(c,8,s)>mov(c,10,s) AND mov(c,10,s)>
mov(c,12,s) AND mov(c,12,s)>mov(c,14,s);
a2:=mov(c,30,s)>mov(c,35,s) AND
mov(c,35,s)>mov(c,40,s) AND mov(c,40,s)>mov(c,45,s) AND mov(c,45,s)>mov(c,50,s) AND mov(c,50,s)>
mov(c,60,s);

if(MOV(C,opt3,VAR)>OTT(C,opt3,opt4),
(a1 and a2 and mov(c,14,s)>mov(c,30,s)) AND (a1 and a2 and mov(c,14,s)>mov(c,30,s)) AND ref((a1 and a2 and mov(c,14,s)>mov(c,30,s)),-1)=0,

MOV(C,opt3,VAR)>OTT(C,opt3,opt5) AND (a1 and a2 and mov(c,14,s)>mov(c,30,s)) AND ref((a1 and a2 and mov(c,14,s)>mov(c,30,s)),-1)=0)

 

şeklinde sonuç verecektir

bilgilerinize
0 0
Çok teşekkür ederim Serkan bey. Kolay gelsin
Hoş geldiniz, Matriks Destek Platformu sizlere sorularınızın hızlıca cevaplanması için bir ortam sağlar. Sorduğunuz ve cevapladığınız soruların ve yorumlarınızın aldığı oylar üzerinden puan kazanırsınız. Puan sistemine bağlı kampanyamızla ücretsiz kullanım avantajlarından faydalanabilirsiniz.



5,402 soru
5,448 cevap
3,489 yorum
4,213 kullanıcı