Filtro per trovare la candela giapponese ENGULFING con ulteriore filtro che deve essere anche un max a 10 giorni
Codice :
Rem Definisco oggi come bearish engulfing A = highest[10](high)=high B= close<(LOW+((RANGE)*20/100)) C= open>(HIGH-((RANGE)*20/100)) D= HIGH=>HIGH[1] E= LOW=<LOW[1] Screener [ A AND B AND C AND D AND E] sort by ((close/dclose(1)-1)*100) as “%VAR”
|