0 beğenilme 0 beğenilmeme
193 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 | 193 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
(23,168 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.



7,756 soru
7,742 cevap
4,481 yorum
11,891 kullanıcı