ProRealTime
Pour discuter sur l’interface de ProRealTime Software, nos configurations graphiques...
Répondre • Page 1 sur 1

Screener Darvas

par Raiko » 04 mars 2015 21:54

Bonjour,

J'essaye de screener sans succés :) .
Voici le code de l'indicateur darvas:
k=49
once tth=undefined
once ttl=undefined
n=(k*2)-4
p=(n/2)-1
h1=dpo[n](high)
moyh=high-h1
hi=(moyh-moyh[1]+(high[p])/n)*n
hi=(round(hi*100))/100
l1=dpo[n](low)
moyl=low-l1
lo=(moyl-moyl[1]+(low[p])/n)*n
lo=(round(lo*100))/100
low1=(round(low*100))/100
high1=(round(high*100))/100
if barindex > 100 then
if box=1 and (high1>tth or low1<ttl) then
box=0
flag=0
endif
if box=0 and flag=0 and high1>=hi[47] and high1>=hi[46] and high1>=hi[45] and high1>=hi[44] then
th=high1
flag=1
endif
if box=0 and flag=1 then
for zz=0 to 44
if hi[48-zz-1]>th or hi[48-zz-2]>th or hi[48-zz-3]>th or hi[48-zz-4]>th then
flag=0
break
endif
if lo[48-zz]<lo[48-zz-1] and lo[48-zz]<lo[48-zz-2] and lo[48-zz]<lo[48-zz-3] and lo[48-zz]<lo[48-zz-4]then
box=1
tth=th
ttl=lo[48-zz]
break
endif
next
endif
else
tth=undefined
ttl=undefined
endif
if box=1 then
ba=ttl
else
ba=tth
endif
return ba coloured by box-1 AS "BA", tth coloured by box-1 AS "TTH", ttl coloured by box-1 AS "TTL"
Voici le code de mon screener:

Code : #

//INDIC DARVAS
ignored, myTTH, ignored = CALL "darvas h4"

closeCASS=OPEN<myTTH AND CLOSE>myTTH
closeH=OPEN>myTTH AND CLOSE>myTTH


TIMEFRAME(WEEKly)
//condition screen
IF ( closeH) then
Criteria=3
ELSIF ( closeCASS) then
Criteria=2
else
Criteria=0

ENDIF
SCREENER[  ( closeCASS ) OR  (   closeH )   ]      (Criteria AS "max")
Pas moyen d'avoir le résultat attendu malgrés mes essaies :? . Ou est mon erreur?
:merci:

Re: Screener Darvas

par Raiko » 06 mars 2015 18:52

Bonsoir,

Je comprend pas pourquoi mon backtest fonctionne avec mon code DARVAS et pas mon screener... :shock: J'ai beau tourner ca dans tout les sens, y'a rien qui fonctionne en screener avec cette indicateur. :joker:
J'abandonne pour l'instant à regret.

Sujets similaires
Code Darvas mofications
Fichier(s) joint(s) par Anonymous99 » 28 févr. 2015 21:41 (3 Réponses)
Darvas Diaries
par kero » 14 avr. 2017 21:59 (16 Réponses)
Indicateurs boites de Darvas pour PRT 10.3
Fichier(s) joint(s) par julien333 » 13 oct. 2017 22:18 (4 Réponses)
Screener : Cassure du haut/bas de la veille
par Greg31600 » 23 sept. 2014 11:30 (1 Réponses)
Screener Wallstreet
par juju075 » 04 mai 2015 09:48 (0 Réponses)
Screener de prix
Fichier(s) joint(s) par alexandre511 » 24 mai 2015 00:28 (3 Réponses)
Screener ICHIMOKU
par Sinclair » 13 août 2015 17:04 (18 Réponses)
Screener en Mensuel sur PRT
par Amarantine » 03 mars 2016 16:19 (7 Réponses)
Screener ? Comment trouvez-vous les actions ?
par Aarnii » 05 mai 2016 14:09 (1 Réponses)
Screener Bande de Bollinger
par Verbal Kint » 21 mai 2016 11:34 (2 Réponses)