Coppock / RSI code needed

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #28240 quote
    Pleidian
    Participant
    Average

    Hi could i get some code written for a Coppock curve settings 14,11,70 with an exponential moving average setting 12 added to it and also code for a  Stochastic RSI setting 70.

    cheers

    Pleidian

    #28279 quote
    Nicolas
    Keymaster
    Master

    Here is the code for the Coppock curve with your desired settings:

    a = ROC[14](close)
    b = ROC[11](close)
    coppock = weightedaverage[70](a+b)
    
    avg = average[12,1](coppock)
    
    RETURN coppock as "Coppock curve", 0 as "0 level", avg as "average of coppock"

    About the Stochastic RSI, you can get one there: https://www.prorealcode.com/prorealtime-indicators/stochastic-rsi/

    #28348 quote
    Pleidian
    Participant
    Average

    Thank you Nicolas..But.. when i go to write code, a window pops up and says stochastic rsi is not available on pro builder.

    cheers

    Pleidian

    #28349 quote
    Pleidian
    Participant
    Average

    Yeah sorry got that stochastic rsi cheers

    P

    #28350 quote
    Pleidian
    Participant
    Average

    Nicolas it appears that the Stochastic RSI code you gave me is for Stochastic, not Stochastic RSI?????

    P

    #28373 quote
    Nicolas
    Keymaster
    Master

    It’s the Stochastic of a RSI.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.

Coppock / RSI code needed


ProOrder: Automated Strategies & Backtesting

New Reply
Author
author-avatar
Pleidian @pleidian Participant
Summary

This topic contains 5 replies,
has 2 voices, and was last updated by Nicolas
8 years, 12 months ago.

Topic Details
Forum: ProOrder: Automated Strategies & Backtesting
Language: English
Started: 03/11/2017
Status: Active
Attachments: No files
Logo Logo
Loading...