Timeframes supérieurs compatibles indicateurs avec l’instruction TIMEFRAME

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #216334 quote
    PRC_2021
    Participant
    Average

    Bonjour,

    Une petite question svp. Je ne compre d pas tres bien les timeframes compatibles a utiliser pour un indicateur.

    Exemple, quels sont les timeframes sup que je peux utiliser pour un indicateur 15 Minutes ?

    Merci

    #216336 quote
    Nicolas
    Keymaster
    Master

    Tous les timeframes multiples de 15 minutes, cela peut être le 30min, 45min, 60min ou même 1h30, 4h15, 4h, etc..

    Si tu peux diviser la quantité de minutes d’un timeframe par 15, sans reste, alors c’est compatible.

    PRC_2021 thanked this post
    #234199 quote
    PRC_2021
    Participant
    Average

    Bonjour,

     

    PRT, ne veut pas me prendre un indicateur avec un timeframe 30 minute que j’utilise en timeframe 5 Minutes.

    Pourtant 30/5 = 6 ?

     

    Timeframe (30 Minutes)
    //RSI
    indicRSI = RSI[14](close)
    
    rsi30Vert = (indicRSI>50)
    rsi30Rouge = (indicRSI<50)
    
    timeframe (5 minutes)
    if (rsi30Vert) then
    BACKGROUNDCOLOR(0,204,0,100)
    elsif(rsi30Rouge) then
    BACKGROUNDCOLOR(255,204,204)
    endif
    
    Return
    

    Merci par avance.

    #234200 quote
    PRC_2021
    Participant
    Average

    Autant pour moi 🙂

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

Timeframes supérieurs compatibles indicateurs avec l’instruction TIMEFRAME


ProBuilder : Indicateurs & Outils Personnalisés

New Reply
Author
author-avatar
PRC_2021 @manu35250 Participant
Summary

This topic contains 3 replies,
has 2 voices, and was last updated by PRC_2021
1 year, 8 months ago.

Topic Details
Forum: ProBuilder : Indicateurs & Outils Personnalisés
Language: French
Started: 06/16/2023
Status: Active
Attachments: No files
Logo Logo
Loading...