ok merci beaucoup, cela ne retourne pas de valeurs pour l’instant peut être parce que les marchés sont fermés. Sinon j’ai trouvé ce code , vous en penssez qquoi ? possible de faire un screener ? merci encore c’est sympa 1 2 3 4 5 ratioHaut = (high–max(open,close)) / abs(open–close) if ratiohaut > .5 and ratiohaut < .8 and not shortonmarket then sellshort 1 contract at market endif et pour l’achat avec la mèche basse : 1 2 3 4 5 ratioBas = (min(open,close)–low) / abs(open–close) if ratiobas > .5 and ratiobas < .8 and not longonmarket then buy 1 contract at market endif