J. M. Hurst – Cycle
Forums › ProRealTime forum Italiano › Supporto ProBuilder › J. M. Hurst – Cycle
- This topic has 5 replies, 4 voices, and was last updated 7 years ago by Bandido.
Viewing 6 posts - 1 through 6 (of 6 total)
-
-
01/14/2017 at 1:24 PM #2104601/16/2017 at 8:47 AM #21223
Ho appena converto, da MT4, anche nel forum italiano. Non so se questa versione è adatta per la vostra applicazione? Se vedi altre versioni di codice disponibili su Internet, io sono disposto a guardare per cercare di convertirlo in ProRealTime.
https://www.prorealcode.com/topic/hurst-indicator-mt4-conversione/
01/16/2017 at 10:33 PM #21383Cia Nicolas , questo è il cilo di Hurst ma è da migliorare.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748/////////////start/////////////// k è il numero di barra contando da destra dalla quale far partire il ciclo// n è il numero di cicli che si vogliono plottare// wa è la lunghezza del ciclo in barre// trend è il trend per definizione -1, 0 o +1//K=N PER K E N USARE GLI STESSI VALORIdet=DPO[k*2](close)c=(k-(n*wa))if c<=0 thenc=kflag2=0endifdet2=DPO[c*2](close)if det=det[1] and det[1]=det[2] and det[2]<>det[3] thenflag=1endifif det2=det2[1] and det2[1]=det2[2] and det2[2]<>det2[3] thenflag2=1endifif flag=0 thenhurst=undefinedelsif flag2=1 thenhurst=undefinedelsea=a+1x=(360/wa)*aphase=-90w1=SIN(8*x+phase)w2=2*SIN(4*x+phase)w3=3*SIN(2*x+phase)w4=4*SIN(x+phase)ciclo=w1+w2+w3+w4grc=0.01029c=(grc*trend*1)b=b+churst=ciclo+bendifRETURN hurst01/19/2017 at 11:23 PM #21778allego questo link magari può essere utile a qualcuno
http://tradingandsystems.altervista.org/hurt-cycle/
saluti
02/27/2017 at 11:43 AM #26518Bonjour
Quels sont les réglages par défaut préconisés ?
Merci
03/05/2017 at 4:46 PM #27248Avete già visto questo?
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051/////////////start/////////////// k è il numero di barra contando da destra dalla quale far partire il ciclo// n è il numero di cicli che si vogliono plottare// wa è la lunghezza del ciclo in barre// trend è il trend per definizione -1, 0 o +1//K=N PER K E N USARE GLI STESSI VALORIn=kdet=DPO[k*2](close)c=(k-(n*wa))if c<=0 thenc=kflag2=0endifdet2=DPO[c*2](close)if det=det[1] and det[1]=det[2] and det[2]<>det[3] thenflag=1endifif det2=det2[1] and det2[1]=det2[2] and det2[2]<>det2[3] thenflag2=1endifif flag=0 thenhurst=undefinedelsif flag2=1 thenhurst=undefinedelsea=a+1x=(360/wa)*aphase=-90w1=SIN(8*x+phase)w2=2*SIN(4*x+phase)w3=3*SIN(2*x+phase)w4=4*SIN(x+phase)ciclo=w1+w2+w3+w4grc=0.01029c=(grc*trend*1)b=b+churst=ciclo+bendifRETURN hurst1 user thanked author for this post.
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)