ADAPTIVE MOVING AVERAGE

Forums ProRealTime English forum ProOrder support ADAPTIVE MOVING AVERAGE

Viewing 5 posts - 1 through 5 (of 5 total)
  • #102770

    I want to use Adaptive Moving Average in trading system.

    Using assisted programming, when I click on chart, on the adaptive moving average, the average does not appear as option in window to use in programming. Only price, and previous day high/low/close etc.

    Unable to use adaptive moving average in assisted programming.

     

    Please advise.

     

    #102771

    In order to use the adaptive moving average in ProOrder, you have to use its code, you’ll find it here: https://www.prorealcode.com/topic/prt-adaptive-moving-average-indicator-code/#post-101133

    You can also try to use this instruction:

    I’m not sure it works in version prior to v11.

    #102772

    Thank you

    #102815

    To use above in code, what needs to be done.

    A SMA for example would:      indicator1 = Average[A](close)

    What would it be for Adaptive Moving Average?      indicator1 = ????

    The link sent was:

     

    Does not work if I replace ???? with above.

    Does it need brackets around etc?

    How do I set indicator1=adaptaive moving average?

    Thank you.

    1 user thanked author for this post.
    #102826

    For clarity of messages on ProRealCode’s forums, please use the “insert code PRT” button to separate the text of the code part! Thank you! Code has now been tidied up for you! 🙂 <<

    You should copy/paste the code of the indicator into your strategy and use the KAMA variable, it states for the adaptive moving average.

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

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