colorare diversamente solo alcune candele

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #205613 quote
    robysolda
    Participant
    New

    Buongiorno, come faccio a creare un programma che mi permetta di colorare diversamente solo le candele (tf a 30 minuti) che vanno dalle 15.30 alle 16.00 su tutto lo storico che sto esaminando?

    Grazie Roberta

    p.s. esiste un corso in italiano per poter imparare a programmare step by step ?

    #205622 quote
    robertogozzi
    Moderator
    Master

    Eccolo:

    IF OpenTime >= 153000 AND OpenTime <= 160000 THEN
       IF close >open THEN
          Drawcandle(Open,High,Low,Close) coloured("Yellow")
       ELSE
          Drawcandle(Open,High,Low,Close) coloured("Fuchsia")
       ENDIF
    ENDIF
    RETURN

    Per i colori puoi trovare l’elenco, con i nomi ed i valori RGB, qui https://www.prorealcode.com/wp-content/uploads/2015/09/P1jHlnG.jpg.

    Per corsi e lezioni ti consiglio di provare a cercare su Marketplace, https://market.prorealcode.com/?prcmaf=9f7907cc&from=home, parole come CORSI, TRAINING, COACHING, LEZIONI, PROGRAMMING, o simili.

    #205641 quote
    robysolda
    Participant
    New

    Grazie!!

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

colorare diversamente solo alcune candele


ProBuilder: Indicatori & Strumenti Personalizzati

New Reply
Author
author-avatar
robysolda @robysolda Participant
Summary

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

Topic Details
Forum: ProBuilder: Indicatori & Strumenti Personalizzati
Language: Italian
Started: 12/11/2022
Status: Active
Attachments: No files
Logo Logo
Loading...