Fiabilité : Retour programme toujours différent …

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #162951 quote
    Louloute
    Participant
    Average

    Bonjour,

    Mon programme me donne des résultats différents mais récurrents et cycliques lorsque je le valide à plusieurs reprises sans le modifier …

    J’ai placé une image en pièce jointe.

    //InitialisatiVariables
    Ichtend = 0
    R = 255
    G = 255
    B = 255
    alpha = 255
    
    
    //Ichimoku : Tenkan, Kijun, SSA et SSB (Kumo)
    Tenkan = (highest[9](high)+lowest[9](low))/2
    Kijun = (highest[26](high)+lowest[26](low))/2
    SSA = (Tenkan[26]+Kijun[26])/2
    SSB = (highest[52](high[26])+lowest[52](low[26]))/2
    
    //Etat Chandelier
    ChandelierH = Close > Open // Haussier
    ChandelierB = Close < Open // Baissier
    
    //Etat Kumo
    KumoH = SSA > SSB //Nuage Haussier
    KumoB = SSA < SSB //Nuage Baissier
    
    //Evolution dans le Kumo
    Indecision = KumoH and ChandelierH and Open >= SSB and Close <= SSA
    
    //Sortie nuage, attente coupure Tenkan et Kijun
    AttenteTenkan = KumoH and ChandelierH and Close > SSA and Close < Tenkan and Close < Kijun
    
    IF Indecision THEN
    IchTend = 0.3
    R = 70 //Steelblue
    G = 130
    B = 180
    alpha = 90
    
    ELSIF AttenteTenkan then
    IchTend = 0.5
    R = 255 //Darkorange
    G = 140
    B = 0
    alpha = 90
    
    ELSE
    IchTend = 0
    
    ENDIF
    
    return Ichtend coloured(R,G,B,alpha) style(histogram)
    Test.jpg Test.jpg
    #162953 quote
    Louloute
    Participant
    Average

    Pour celui qui regardera, mon problème est sur Eutelsat, le lundi 01/03/2021, 5 minutes – 200 unités (Ichimoku)

    Merci d’avance.

    #162959 quote
    Nicolas
    Keymaster
    Master

    En effet c’est très curieux, et je n’arrive pas à déceler dans le code ce qui pourrait créer ce désordre. Merci de lancer un ticket support en référant ce sujet, je fais de même de mon côté.

    #163008 quote
    Louloute
    Participant
    Average

    Bonjour,

    Avant toute chose, un grand merci à Nicolas pour la prise en charge rapide de mon problème …

    Ensuite, quelqu’un peut m’expliquer comment “lancer un ticket support”. C’est sur le site de ProRealTime ?

     

    Cordialement.

    #163009 quote
    JC_Bywan
    Moderator
    Master

    Bonjour, dans la plateforme PRT, menu aide / centre d’aide (ou ctrl M) / choisir 3e option “je rencontre un problème technique”

    #163010 quote
    Nicolas
    Keymaster
    Master

    Dans la plateforme, menu Aide / Support technique, puis laisse toi guider.

    #163014 quote
    Louloute
    Participant
    Average

    C’est bon, c’est fait !

    Où faut-il aller pour consulter leur réponse ou avoir un suivi ?

    Ils répondent sous combien de temps d’habitude ?

     

    Cordialement.

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

Fiabilité : Retour programme toujours différent …


ProBuilder : Indicateurs & Outils Personnalisés

New Reply
Author
author-avatar
Louloute @louloute Participant
Summary

This topic contains 6 replies,
has 3 voices, and was last updated by Louloute
5 years ago.

Topic Details
Forum: ProBuilder : Indicateurs & Outils Personnalisés
Language: French
Started: 03/02/2021
Status: Active
Attachments: 1 files
Logo Logo
Loading...