affichage et alerte pour résultats screener

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #183321 quote
    fifi743
    Participant
    Master

    voici la base de mon screener

    plus a remplir les conditions

    longs=0
    shorts=0
    if condition long then
    long=1
    endif
    if condition short then
    short=1
    endif
    signal=0
    if long=1  then
    signal=1
    endif
    if short=1 then
    signal=-1
    endif
    
    SCREENER[long or short ](signal as "SIGNAL")
    #183392 quote
    gbzh
    Participant
    Junior

    Bonsoir et merci beaucoup pour ce retour.

    Par contre, ça ne marche pas, il ne sélectionne aucune valeur même en ratissant large…

    si ca marche. regarde quelle est ta sélection de marché dans ta liste de screen.

    #183393 quote
    gbzh
    Participant
    Junior

    pour fifi743, merci mais je ne comprends pas quelle condition il faut ajouter à la place de short et long.

    #183397 quote
    Dany12
    Participant
    Junior

    Jai tout essayé de France pea à srd ou europe ou même usa

    #183411 quote
    fifi743
    Participant
    Master

    un exemple avec un cross de MA

    le signal vous donne 1 pour long et -1 pour short

     

    long=0
    short=0
    if average[20] crosses over average[50] then
    long=1
    endif
    if average[20] crosses under average[50] then
    short=1
    endif
    signal=0
    if long=1  then
    signal=1
    endif
    if short=1 then
    signal=-1
    endif
     
    SCREENER[long or short ](signal as "SIGNAL")
    #183413 quote
    fifi743
    Participant
    Master

    voici un lien de swapping qui connait bien ichimoku

    Ichiba Kimochi Dashboard

    #183570 quote
    gbzh
    Participant
    Junior

    merci fifi743, intéressant, je vais voir si je peux inclure ça avec une technique ichimoku !

Viewing 7 posts - 16 through 22 (of 22 total)
  • You must be logged in to reply to this topic.

affichage et alerte pour résultats screener


ProScreener : Scanners de Marché & Détection

New Reply
Author
author-avatar
gbzh @gbzh Participant
Summary

This topic contains 21 replies,
has 4 voices, and was last updated by gbzh
4 years, 2 months ago.

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