Affichage résultats colonne texte

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #190587 quote
    PRC_2021
    Participant
    Average

    Bonjour,

    Est il possible de mettre dans la fenêtre d’affichage du résultats d’un screener une colonne contenant du texte.

    La pj sera surement plus parlante.

    merci de votre aide.

    Sans-titre.png Sans-titre.png
    #190590 quote
    PRC_2021
    Participant
    Average

    Autre question,

     

    lorsqu’il y a un résultat et dans M15 et dans H4, cela me l’indique une seule fois dans H4. Est il possible de faire dans la fenêtre de résultat,  1 ligne pour M15 avec notifié M15 et une ligne H4 avec notifié H4

     

    Voici le code.

    timeframe (15 minutes)
    
    //variables
    tenkanM15=(highest[9](high)+lowest[9](low))/2
    kijunM15=(highest[26](high)+lowest[26](low))/2
    SpanAfutureM15=(tenkanM15+kijunM15)/2
    SpanBfutureM15=(highest[52](high)+lowest[52](low))/2
    
    // - Twist Ichimoku nuage futur
    c1 = SpanAfutureM15 crosses over SpanBfutureM15
    c2 = SpanAfutureM15 crosses under SpanBfutureM15
    twistM15 = summation[6](c1 or c2)
    
    timeframe (1 hours)
    
    //variables
    tenkan=(highest[9](high)+lowest[9](low))/2
    kijun=(highest[26](high)+lowest[26](low))/2
    SpanAfuture=(tenkan+kijun)/2
    SpanBfuture=(highest[52](high)+lowest[52](low))/2
    
    // - Twist Ichimoku nuage futur
    c3 = SpanAfuture crosses over SpanBfuture
    c4 = SpanAfuture crosses under SpanBfuture
    twist = summation[6](c3 or c4)
    
    timeframe (4 hours)
    
    //variables
    tenkanh4=(highest[9](high)+lowest[9](low))/2
    kijunh4=(highest[26](high)+lowest[26](low))/2
    SpanAfutureh4=(tenkanh4+kijunh4)/2
    SpanBfutureh4=(highest[52](high)+lowest[52](low))/2
    
    // - Twist Ichimoku nuage futur
    c5 = SpanAfutureh4 crosses over SpanBfutureh4
    c6 = SpanAfutureh4 crosses under SpanBfutureh4
    twistH4  = summation[6](c5 or c6)
    
    
    
    
    x= 0
    if twist then
    x = 1
    ELSIF twistH4 then
    x = 4
    ELSIF twistM15 then
    x = 15
    endif
    
    screener[twist or twistH4 or twistM15] (x as "1 = H1, 4 = H4, 15 = M15")
    
    
    //x = 0
    //IF LpointD > 0 THEN
    //x = 1
    //ELSIF SpointD > 0 THEN
    //x = 2
    //ENDIF
    //SCREENER[x](x AS "1=↑, 2=↓")
    

    Merci pour votre aide

    #190616 quote
    Nicolas
    Keymaster
    Master

    On ne peut pas mettre du texte. Mais le tri sur plusieurs colonnes va bientôt arriver ! 🙂

    #190635 quote
    PRC_2021
    Participant
    Average

    Ok merci Nicolas.

    Et pour ma 2ème question, lorsqu’un resultat ressort sur 2 tuleframe différents, pourquoi est il affiché une seule fois?

    Y a t il un moyen de remedier a cela ?

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.

Affichage résultats colonne texte


ProScreener : Scanners de Marché & Détection

New Reply
Author
author-avatar
PRC_2021 @manu35250 Participant
Summary

This topic contains 3 replies,
has 2 voices, and was last updated by PRC_2021
3 years, 11 months ago.

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