Cumulative Volume Zig Zag – Divergences

Forums ProRealTime forum Français Support ProBuilder Cumulative Volume Zig Zag – Divergences

  • This topic has 32 replies, 8 voices, and was last updated 3 years ago by avatarpyc.
Viewing 3 posts - 31 through 33 (of 33 total)
  • #109276

    Dear Sir,

    Please help me as while I am inserting formula in amibroker it is displaying that syntax error unespected sundefined,Is there semicolon missing at the end of the previous line highlighting in line no-7 marked as bold.I have tried but cant do it.Pls do it I will be very greatful to you.

    Best Regards,

     

    Kamlesh Tiwari

    //PRC_CumulativeVolume ZigZag
    //17.02.2017
    //Nicolas @ http://www.prorealcode.com
    //Sharing ProRealTime knowledge

    // — parameters
    //PercentVariation = 0.05%

    zz = ZigZag[0.05](Close)

    Peak = zz<zz[1] AND zz[1]>zz[2]
    tough = zz>zz[1] AND zz[1]<zz[2]

    cumV = cumV+Volume

    if Peak then

    cumV = Volume
    color = -1

    elsif tough then

    cumV = Volume
    color = 1

    endif

    return cumV coloured by color

    #109282

    There is no codes for Amibroker on our forums. All codes are made for ProRealTime trading platform: https://www.prorealtime.com/en

    #145601
    pyc

    Bonsoir,

    Quelqu’un aurait il réussi à réaliser un screener qui arrive à détecter les divergences?

    J’ai essayé ceux trouvés sur le forum mais malheureusement ils remontent trop de titre et sans divergences.

    Merci pour votre aide.

     

     

Viewing 3 posts - 31 through 33 (of 33 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login