0 beğenilme 0 beğenilmeme
478 kez görüntülendi
Aşağıda belirttiğim kodda, son çubuk YM55 yatay çizgisini aşağı yönle keserse explorer da sinyal vermesini istiyorum.

OBS:=200;

Y0:=LastValue(HHV(H,OBS));

Y100:=LastValue(LLV(L,OBS));

Y50:=(LastValue(HHV(H,200))-LastValue(LLV(L,200)))*0.5+LastValue(LLV(L,200));

Y23.6:=(LastValue(HHV(H,200))-LastValue(LLV(L,200)))*0.764+LastValue(LLV(L,200));

Y38.2:=(LastValue(HHV(H,200))-LastValue(LLV(L,200)))*0.618+LastValue(LLV(L,200));

Y61.8:=(LastValue(HHV(H,200))-LastValue(LLV(L,200)))*0.382+LastValue(LLV(L,200));

Y78.6:=(LastValue(HHV(H,200))-LastValue(LLV(L,200)))*0.214+LastValue(LLV(L,200));

YM55:=(LastValue(HHV(H,200))-LastValue(LLV(L,200)))*0.55+LastValue(LLV(L,200));

Y0;Y100; Y50;Y23.6;Y38.2;Y61.8;Y78.6;YM55
Grafik kategorisinde (12 puan) tarafından | 478 kez görüntülendi

1 cevap

0 beğenilme 0 beğenilmeme
Merhabalar,

Aşağıdaki gibi deneyebilirsiniz,

OBS:=200;

Y0:=LastValue(HHV(H,OBS));

Y100:=LastValue(LLV(L,OBS));

Y50:=(LastValue(HHV(H,200))-LastValue(LLV(L,200)))*0.5+LastValue(LLV(L,200));

Y23.6:=(LastValue(HHV(H,200))-LastValue(LLV(L,200)))*0.764+LastValue(LLV(L,200));

Y38.2:=(LastValue(HHV(H,200))-LastValue(LLV(L,200)))*0.618+LastValue(LLV(L,200));

Y61.8:=(LastValue(HHV(H,200))-LastValue(LLV(L,200)))*0.382+LastValue(LLV(L,200));

Y78.6:=(LastValue(HHV(H,200))-LastValue(LLV(L,200)))*0.214+LastValue(LLV(L,200));

YM55:=(LastValue(HHV(H,200))-LastValue(LLV(L,200)))*0.55+LastValue(LLV(L,200));

CROSS(YM55,C)

iyi çalışmalar
(34,498 puan) tarafından
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.



9,351 soru
9,307 cevap
5,076 yorum
33,575 kullanıcı