[Giankam] JMA (Jurik Moving Average)

0 94 Views No Comments 2 months ago
HTS CLOUDSTABLE
  • Based on the original Jurik Moving Average http://jurikres.com/catalog1/ms_ama.htm this is one of the most sought after moving averages.
    Due to the recursive logic it the code uses Pshai’s CC_IndicatorMemory.

    Example:

    
    local src = ClosePrices()
    local length = 20
    local phase = 0
    local exp = 2
    local jma= CC_IndicatorMemory(
                |i, mem| CC_JMA(src, length, phase, exp))
    Plot(0, 'JMA', jma, {color=White, width=4})
    
    
    • This topic was modified 1 month, 2 weeks ago by Giankam.
    • This topic was modified 1 month, 2 weeks ago by Giankam.
    • This topic was modified 1 month, 2 weeks ago by Giankam.
    • This topic was modified 1 month, 2 weeks ago by Team HaasScripts.
    HaasScript Code
    Sign in or Register to download for free
  • Mandala Trading Competition Promotion Type: contest Expires: June 9, 2023 Exclusive
    Trading volume competition, win up to $10,000 USDT and bounties.
  • Earn Up to 200 BMEX Tokens Promotion Type: contest Expires: March 31, 2023
    15 BMEX @ $20,000, 25 BMEX @ $50,000, 50 [email protected] $200,000, 100 BMEX @ $400,000, 200 BMEX @ $600,000 in monthly derivatives volume
Login or Register to Comment

Unlock your crypto trading potential

Create a free account and enjoy everything we have to offer.

Join for Free