Affichage ligne verticale chaque ouverture WS

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #182965 quote
    Yvan63
    Participant
    Senior

    Bonjour,

    Problème simple mais je n’arrive pas à faire afficher une ligne verticale à chaque fois que l’heure est 15h30 sur un graphique en 15 minutes (ou autres timeframe idéalement)

    J’essaie avec ce code mais cela ne fonctionne pas…

    J’ai également essayé sans code, pareil

    For i = 0 to barindex
    if CurrentTime[i] = 001530 then
    DRAWVLINE(i)coloured(200,0,0)
    Endif
    next
    RETURN

    Une idée ?

    Merci

    #182967 quote
    JC_Bywan
    Moderator
    Master

    Bonsoir,

    if opentime=153000 then
     drawvline(barindex)
    endif
    return
    Yvan63 thanked this post
    #182968 quote
    Yvan63
    Participant
    Senior

    Re,

    Ca fonctionne merci 👍

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

Affichage ligne verticale chaque ouverture WS


ProBuilder : Indicateurs & Outils Personnalisés

New Reply
Author
author-avatar
Yvan63 @yvan63 Participant
Summary

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

Topic Details
Forum: ProBuilder : Indicateurs & Outils Personnalisés
Language: French
Started: 12/07/2021
Status: Active
Attachments: No files
Logo Logo
Loading...