Moving average of a moving average

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #146035 quote
    Monochrome
    Participant
    Senior

    Im trying to code a 10 point moving average OF  a simple moving average(30).

    I want to know the slope of the last 10 points of a simple moving average(30) so i can add this to my condition.

    Can someone help me do this

    #146045 quote
    JC_Bywan
    Moderator
    Master

    You can apply any average on any data serie like this:

    ma=Average[30](close)
    maofma=Average[10](ma)
    Monochrome thanked this post
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

Moving average of a moving average


ProOrder: Automated Strategies & Backtesting

New Reply
Author
author-avatar
Monochrome @monochrome Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by JC_Bywan
5 years, 4 months ago.

Topic Details
Forum: ProOrder: Automated Strategies & Backtesting
Language: English
Started: 10/01/2020
Status: Active
Attachments: No files
Logo Logo
Loading...