Draw range box

Viewing 3 posts - 1 through 3 (of 3 total)
  • #171116

    Ciao Roberto, mi potresti indicare un codice per disegnare un semplice box  tra due orari?

    Ho provato uno snippet (n. 287 di Nicolas) ma non so perchè disegna male gli orari.

    Ecco il codice:

    timec= time>=000000 and time<080000

    if timec then

    hh=max(hh,high)

    ll=min(ll,low)

    if hh<>hh[1] then

    hhbar=barindex

    endif

    if ll<>ll[1] then

    llbar=barindex

    endif

    endif

    if not timec and timec[1] then

    drawrectangle(hhbar,hh,llbar,ll)

    drawsegment(hhbar,(hh+ll)/2,llbar,(hh+ll)/2)

    //rest

    hh=0

    ll=close*100

    endif

    return

     

    e questo è quello che mi disegna sul dax a 15 minuti (gli orari non corrispondono e poi sono sempre differenti). Grazie

    #171137

    Questo funziona:

    1 user thanked author for this post.
    #171139

    Perfetto funziona.

Viewing 3 posts - 1 through 3 (of 3 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login