RazzParticipant
Master
Hello Zigo
Can you please provide the ITF of your version?
thank you
ZigoParticipant
Master
Hello, I have tried to undo the whirl of lines in the JKCombo indicator. I have three proposals to unwind the whirl.(I don’t know of the word “whirl” sais what I want to say)
The initial code is respected, till line 97 of the original. There are added three different additions (see attachents).
ZigoParticipant
Master
// from line 99 till end 118. I added my famous sin(atan) principle
// Zigo's vieuw:
if(JKFast5 +jkslow5 +JKTa5) =300 then
JK1 = 1
elsif (JKFast5 +jkslow5 +JKTa5)<150 then
JK1=-1
endif
if(JKFast10 +jkslow10 +JKTa10) =300 then
JK2=1
elsif (JKFast10 +jkslow10 +JKTa10)<150 then
JK2=-1
endif
if(JKFast15 +jkslow15 +JKTa15) =300 then
JK3=1
elsif (JKFast15 +jkslow15 +JKTa15)<150 then
JK3=-1
endif
JK = sin(atan(JK1 +JK2 +JK3))
JKTotal= JK-JK[1]
if JKTotal >-0.25 and JKTotal <0.25 then
JKTotal =0
endif
Return jkTotal
ZigoParticipant
Master
// from line 99 till end 118. I added my famous sin(atan) principle
// Zigo's vieuw:
if (JKFast5 +jkfast10 +JKfast15) >=150 then
JK1 = 1
elsif (JKFast5 +jkfast10 +JKfast15) <150 then
JK1=-1
endif
if (JKSlow5 +jkslow10 +JKslow15) >=150 then
JK2=1
elsif (JKSlow5 +jkslow10 +JKslow15) <150 then
JK2=-1
endif
if (JKTa5 +jkTa10 +JKTa15) >=150 then
JK3=1
elsif (JKTa5 +jkTa10 +JKTa15) <150 then
JK3=-1
endif
JK = sin(atan(JK1 +JK2 +JK3))
JKTotal= JK-JK[1]
if JKTotal > -0.25 and JKTotal <0.25 then
JKTotal =0
endif
Return jkTotal
ZigoParticipant
Master
JKF1=summation[a1](JKFast5)/a1
JKF2=summation[a2](JKFast10)/a2
JKF3=summation[a3](JKFast15)/a3
JKTA1=summation[a1](JKTA5)/a1
JKTA2=summation[a2](JKTA10)/a2
JKTA3=summation[a3](JKTA15)/a3
JKSl1=summation[a1](JKSlow5)/a1
JKSl2=summation[a2](JKSlow10)/a2
JKSL3=summation[a3](JKSlow15)/a3
JKSum1=(jkf1+jkf2+jkf3)/3
jksum2=(jkta1+jkta2+jkta3)/3
jksum3=(jksl1+jksl2+jksl3)/3
if jksum1 > 50 then
F=1
else
F=-1
endif
if jksum2 > 50 then
TA= 1
else
TA=-1
endif
if jksum3 > 50 then
Sl=1
else
sl=-1
endif
sign= sin(atan(F+TA+ Sl))
JefferyKennedy=sign-sign[1]
Return sign,JefferyKennedy, 0
RazzParticipant
Master
@ Ziggo can you please add the ITF – File for 123JKcombo (Z3.0) can’t get your files to display, variables are missing?
thank you
ZigoParticipant
Master
Of course.
once a1=5
once a2=10
once a3=15
ZigoParticipant
Master
@Razzzz
The name is ” Zigo” not ‘Ziggo’
ZigoParticipant
Master
The Jeffery Kennedy appoach is so beautiful that I will share the picture that I see on my Multiple screen.
I’ll show you the multiple timeframes vieuw that I see all day. As you can see time is always express in seconds, the unit of time.
ZigoParticipant
Master
Red are the fast lines , bleu TA lines and green the slow lines
Hello Zigo,
How do you use this indicator for taking trade ?
By the way, you seem very professionnal, what is the best indicator you are using for your daily trading if you want to share ?
Thanks
ZigoParticipant
Master
It isn’t so important which indicator you use, more important are the rules that you handle with each indicator, I try to determine the rules that fit with the specific indicator.
There are so many suitable indicators.
The best traders are those who follow the predetermined rules of that indicator.
What I experiance is that not the best indicators, but the one who is the best sleeper.
ZigoParticipant
Master
The best sleeper takes 538 pips the best indicator 2 pips. (See attachement)
Thanks Zigo for your reply and I fully agree with you.
Which indicator is the one on your dow screen ?