changement direction regression lineaire

Forums ProRealTime forum Français Support ProBuilder changement direction regression lineaire

  • This topic has 2 replies, 2 voices, and was last updated 4 weeks ago by avatarsoun.
Viewing 3 posts - 1 through 3 (of 3 total)
  • #247223

    bonjour je souhaiterais avoir l indication quand une courbe de regression lineaire change de sens du meme genre que le code ci dessous qui  été fait pour une  pour une mm simple

    merci a vous

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    // PRC Changement de sens de mm
    // 22.09.2020
    // Sharing ProRealTime Knowledge
    // Forum ProBuilder user request
    // — Settings
    N=20 // Période de la moyenne mobile mm=average[N](close)
    mmbaissehausse=0
    mmhaussebaisse=0
    // — End of ettings
    mmbaisse=close<close[N]
    mmhausse=close>close[N]
    mmbaissehausse=mmbaisse[1] and mmhausse
    mmhaussebaisse= (mmhausse[1] and mmbaisse)
    return mmbaissehausse as “retournement haussier de la mm”, mmhaussebaisse as “retournement baissier de la mm”
    #247224

    Bonjour,

     

     

    1 user thanked author for this post.
    #247244

    merci beaucoup   bon week end

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