Screener pour trouver les supports sur les actions

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #254857 quote
    HUGO LEVIEILS
    Participant
    Average

    je suis a la recherche d’un Sreener code ProREALTime V11 pour recherché les supports sur les actions en journalier et Hebdo .
    Bonne soirée
    Hugo

    #254863 quote
    Iván González
    Moderator
    Master

    Voici un exemple.
    Veuillez donner à votre message un titre qui permette aux autres utilisateurs de comprendre de quoi il s’agit.
    J’ai déplacé votre message sur le forum screener

    p=1
    //////////////////////////////Average candle size//////////////////////////////
    x = 96
    
    XGreen = 0
    GreenSUM = 0
    For i = 0 To x-1 Do
       GreenSUM = GreenSUM + Range[i]
       XGreen = XGreen + 1
       A = GreenSUM / XGreen
    next
    
    ///////////////////////////////////////////////
    length1=70
    lenght2=50
    /////////////////Resistance ///////////////////////////
    if close>=highest[length1](close) then
       t1 = 0
       top1 = close
    else
       top1 = top1
       t1 = t1+1
       if t1>lenght2 and t1<lenght2+2 then
          $TOPy[t+1] = top1
          $TOPx[t+1] = barindex
          $TopA[t+1]= A
          t=t+1
       endif
    ENDIF
    
    /////////////////Support ///////////////////////////
    if close<=lowest[length1](close) then
       b1 = 0
       bot1 = close
    else
       bot1 = bot1
       b1 = b1+1
       if b1>lenght2 and b1<lenght2+2 then
          $boty[r+1] = bot1
          $botx[r+1] = barindex
          $BotA[r+1]= A
          r=r+1
       endif
    endif
    
    signal1 = 0
    for i=r downto max(0,r-30) do
       if  (low[p] < $BOTy[i] and high[p] > $BOTy[i]) or (low[p] < ($boty[i]+($BotA[i]*0.1)) and high[p] > ($BOTy[i]-($BotA[i]*0.2))) then
          Signal1 = 1
          break
    
       endif
    next
    signal2 = 0
    for i=t downto max(0,t-30) do
       if (high[p] > $TOPy[i] and low[p] < $TOPy[i]) or (high[p] > ($TOPy[i]-($TopA[i]*0.05)) and low[p] < ($TOPy[i]+$TOPA[i]*0.2))then
          Signal2 = -1
          break
    
       endif
    next
    
    screener[signal1=1 or signal2=-1](signal1 as "S1", signal2 as "S2")
    robertogozzi thanked this post
    #254930 quote
    HUGO LEVIEILS
    Participant
    Average

    MERCI

    #254932 quote
    HUGO LEVIEILS
    Participant
    Average

    Re Bonjour  tu la aussi en hebdo ?

    Je suis aussi a la recherche d’un screener pour les FERNANDA ?

    Merci pour votre réponse 🙏

    hugo

    #254940 quote
    JS
    Participant
    Senior

    Salut,

    Tu peux également utiliser le screener d’Iván sur une base hebdomadaire : dans la fenêtre du screener, choisis « semaine » au lieu de « jour » (voir image)…

    Si tu souhaites poser une autre question concernant un autre screener, il vaut mieux ouvrir un nouveau sujet, sinon ta question risque de se perdre dans ce fil de discussion…

    robertogozzi and Iván González thanked this post
    Scherm­afbeelding-2026-01-02-om-21.29.02.png Scherm­afbeelding-2026-01-02-om-21.29.02.png
    #255211 quote
    HUGO LEVIEILS
    Participant
    Average
    merci beaucoup pour votre aide 🙏
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.

Screener pour trouver les supports sur les actions


ProScreener : Scanners de Marché & Détection

New Reply
Author
Summary

This topic contains 5 replies,
has 3 voices, and was last updated by HUGO LEVIEILS
1 month, 2 weeks ago.

Topic Details
Forum: ProScreener : Scanners de Marché & Détection
Language: French
Started: 12/29/2025
Status: Active
Attachments: 1 files
Logo Logo
Loading...