Category Trend  Published on 24/07/2020

Multi Timeframe Moving Average

Description

 

This is a Multi Timeframe Moving Average indicator; it can help you with your multi timeframe analysis.

The indicator makes it possible that you can change timeframes without your moving averages changing along, a much-requested feature.

The averages shown are exact and no approximation, it looks clean and tidy. That is what sets it apart from the other indicators out there, get yours for a competitive price of $6.

 

Features include:

• 7 different moving average types

• 20+ timeframes (1 minute up to Monthly)

• Change appearances (thickness, color, style)

• Change visibility

• ...

Default settings
Default settings
Customised settings
Customised settings

Demo:

 

Buy here:  http://gum.co/ma-indicator

 


using System;
using cAlgo.API;
using cAlgo.API.Internals;
using cAlgo.API.Indicators;
using cAlgo.Indicators;

namespace cAlgo
{
    [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
    public class RetailSentiment : Indicator
    {
        protected override void Initialize()
        {
            ChartObjects.DrawText("Multi Timeframe MA", "To buy this indicator go to: http://gum.co/ma-indicator", StaticPosition.Center, Colors.Red);
        }

        public override void Calculate(int index)
        {
            // Calculate value at specified index
            // Result[index] = ...
        }
    }
}


KA
Kafeldom

Joined on 09.03.2019

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Multi Timeframe MA trial.algo
  • Rating: 0
  • Installs: 1234
Comments
Log in to add a comment.
No comments found.