problème d'affichage du prix de l indicateur visuel sur le graph

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #116193 quote
    @Dax30T
    Blocked
    Senior

    Bonjour sur mon indicateur qui affiche un prix d’entrée visuelle sur le graph, j’ai eu un retour comme quoi il ne s’affichait pas sur la V10 et V11 chez PRT IB … étant chez IG je ne rencontre aucun souci. Apparemment l’affichage ne fonctionne pas non plus sur la version V11 en compte démo. Si quelqu’un a la solution. merci

     

    a = close+spread
    b = close-spread
    
    Rge = averagetruerange[7](close)
    aAdx= ADX[14]
    once shifttext=Graphic
    sto8=stochastic[8,5]
    if Info= 1 then
    
    if aADX > aADX[1] then
    
    elsif  aADX < aADX[1] then
    
    endif
    endif
    //________________________________________________________________________________________________________________________
    if aAdx crosses over 25 and sto8 < sto8[5]  then
    if signalvente1=-1 then
    DRAWTEXT("#b#",barindex[0]+1,high[2]+1.25*rge)coloured(255,0,0)
    endif
    
    elsif aAdx crosses over 25 and sto8 > sto8[5]    then
    if signalachat1=1 then
    DRAWTEXT("#a#",barindex[0]+1,low[2]-1.25*rge)coloured(0,0,255)
    
    endif//--------------------------------------------------------------------------------------------------------------------------------------------------------------
    p= valeur
    masDM = max(high-high[1], 0)
    menosDM = max(low[1]-low, 0)
    
    if masDM > menosDM then
    menosDM = 0
    endif
    
    if masDM < menosDM then
    masDM = 0
    endif
    
    if masDM = menosDM then
    masDM = 0
    menosDM = 0
    endif
    masDI = wilderAverage[p](masDM)
    menosDI = wilderAverage[p](menosDM)
    DX = ABS(masDI - menosDI) / (masDI + menosDI) * 100
    miADX = wilderAverage[p](DX)
    miadx=miadx
    
    sto76=stochastic[76,3]
    if  miadx>15 and  sto76 > sto76[1] then
    
    if miADX > miadx[1] and miADX[1]<miADX[2] then
    elsif miADX < miadx[1] and miADX[1] > miADX[2]  then
    
    endif
    endif
    
    if  miadx>15 and sto76 < sto76[1] then
    if miADX > miadx[1] and miADX[1]<miADX[2] then
    
    elsif miADX < miadx[1] and miADX[1] > miADX[2]  then
    Drawtext ("-", barindex,high+3*Rge/shifttext /1,SansSerif,bold,10) coloured (153,255,255)
    endif
    endif
    endif
    return
    PRT-PRIX.png PRT-PRIX.png
    #116195 quote
    Nicolas
    Keymaster
    Master

    Pour mémoire, il n’a jamais été possible de dessiner dans le futur et c’est ce que tu tentes de faire aux lignes 19 et 24 en indiquant de tracer une barre en avant (BARINDEX[0]+1).

    Cependant jusqu’à maintenant cela n’avait pas d’effet sur l’affichage et ce nouveau comportement de “non affichage” est apparu récemment. Cela étant dut aux développements en cours chez ITF pour permettre de dessiner dans le futur, à droite du prix.

    La solution est de supprimer toutes références à des barres du futur, soit toutes les instructions BARINDEX+x deviendraient des BARINDEX, cela corrigera le problème et n’aura aucun impact sur l’affichage à l’écran.

    #116197 quote
    @Dax30T
    Blocked
    Senior

    Milles Merciiii 😉 je vais essayer

    #116246 quote
    @Dax30T
    Blocked
    Senior

    Confirmation.. c est 👌. Merci

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

problème d'affichage du prix de l indicateur visuel sur le graph


ProBuilder : Indicateurs & Outils Personnalisés

New Reply
Author
author-avatar
@Dax30T @dax30t Blocked
Summary

This topic contains 3 replies,
has 2 voices, and was last updated by @Dax30T
6 years, 1 month ago.

Topic Details
Forum: ProBuilder : Indicateurs & Outils Personnalisés
Language: French
Started: 01/08/2020
Status: Active
Attachments: 1 files
Logo Logo
Loading...