Category Trend  Published on 05/07/2020

Multi Timeframe SMA

Description

 

Multi Timeframe SMA is an indicator for ctrader that can display the simple moving average line of a certain hourly bar on a chart of smaller hourly bars.

-Features-

・3 lines multi timeframe simple moving average

・Each lines can be independently changed in time frame and period

・Color, style and thickness can be changed

 

 

Purchase:

 


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 MultiTimeframeSMASample : Indicator
    {

        protected override void Initialize()
        {

            Chart.DrawStaticText("Multi Timeframe SMA", "Please download this indicator from https://gum.co/HYlvd", VerticalAlignment.Top, HorizontalAlignment.Center, Color.AliceBlue);

        }

        public override void Calculate(int index)
        {



        }

    }
}


SP
sprt.flab

Joined on 05.07.2020

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Multi Timeframe SMA Sample.algo
  • Rating: 0
  • Installs: 1114
  • Modified: 13/10/2021 09:54
Comments
Log in to add a comment.
No comments found.