MACD histogram amplitude multiplier

Forums ProRealTime English forum ProBuilder support MACD histogram amplitude multiplier

Viewing 2 posts - 1 through 2 (of 2 total)
  • #195829
    Ha

    Hi

    I’d like to have a taller histogram on a MACD indicator.

    myMACD=exponentialaverage[fast]exponentialaverage[slow]
    signal=exponentialaverage[signalP](myMACD)
    This is from Nicolas in forums.
    With the standard parameters, I just want to multiply an amplitude of the histogram but don’t know how to plot.

    Any help would be great.

    Thanks

     

    #195843

    You just need to multiply the above lines for a factor of your choice (1.0 is like the original), greater than 1 is larger, less than 1 is smaller:

Viewing 2 posts - 1 through 2 (of 2 total)

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