0 beğenilme 0 beğenilmeme
629 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 | 629 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
(38,348 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,897 soru
9,871 cevap
5,320 yorum
60,771 kullanıcı
Codi