disegnare un segmento

Forums ProRealTime forum Italiano Supporto ProBuilder disegnare un segmento

Viewing 5 posts - 1 through 5 (of 5 total)
  • #238542

    if year=2024 and Month =9 and day =11 then
    mylow1=low
    mybarindex1=barindex
    endif

    if year=2024 and Month =10 and day =2 then
    mylow2=low
    mybarindex2=barindex
    endif

    drawsegment(mybarindex1,mylow1,mybarindex2,mylow2)
    return

    #238544

    non capisco perche mi disegna due segmenti

    #238545

    La riga

    devi spostarla prima dell’ultimo ENDIF.

     

    2 users thanked author for this post.
    #238546

    in effetti funziona ,ma non capisco perche

    #238547

    Al primo appuntamento vengono aggiornati entrambi i valori mylow1 e mybarindex1.

    Tuttavia, mylow2 e mybarindex2 hanno ancora il valore predefinito pari a zero.

    In questo modo il segmento dalla prima data viene riportato ai valori predefiniti.

    Una volta raggiunta la seconda data, i valori vengono aggiornati.

    Il secondo segmento viene disegnato tra il primo e il secondo appuntamento.

    Se intendevi utilizzare questo secondo segmento, sposta DRAWSEGMENT alla fine del secondo blocco data IF.

    1 user thanked author for this post.
Viewing 5 posts - 1 through 5 (of 5 total)

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