Screener multi UT

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

    Bonjour,

    J’utilise un screener qui fonctionne bien, mais je suis obligé de changer l’unité de temps pour avoir les résultats dans chaque UT.

    Est-il possible de le programmer de façon à ce qu’il affiche deux ou plusieurs UT simultanément ?

    #97996

    Désolé, j’essayais d’ouvrir votre fichier et je l’ai supprimé par erreur. Pouvez-vous s’il vous plaît le joindre à nouveau? Ce serait mieux si vous pouviez le convertir en fichier texte ou pdf ou le coller dans votre message. Mais si vous ne pouvez pas, eh bien … DOCX va bien. Une dernière chose … est-ce un screener ou un indicateur?

    #98374

    Pas très grave !

    Donc, je voudrais que le screener que j’ai développé (peut-être pas très élégant),

    me donne des résultats sur au moins deux unités de temps (5 m et 1 h par exemple)

    mais sans repasser par le tableau.

    Esr-ce possible, et comment s’y prendre ?

    Merci d’avance

    //RatioExemple

    ignored,ignored,RatioA1,RatioA2,RatioV1,RatioV2 = Call “DarwinRatios”[3,5]

    If RatioA1 > 3 then
    Ratio = RatioA1
    Criteria = Ratio
    else
    Ratio = 0
    Criteria = -1
    endif

    If RatioV1 > 3 then
    Ratio = RatioV1
    Criteria = Ratio

    else
    Ratio = 0
    Criteria = -1
    endif

    If RatioA2 > 3 then
    Ratio = RatioA2
    Criteria = Ratio
    else
    Ratio = 0
    Criteria = -1
    endif

    If RatioV2[1] > 3 then
    Ratio = RatioV2
    Criteria = Ratio
    else
    Ratio = 0
    Criteria = -1
    endif

    If Hour = CurrentHour then
    C1 = Ratio > 3
    else
    C1 = 0
    endif

    SCREENER[C1](Criteria as “Ratio”)

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