Category Trend  Published on 06/01/2022

MTF MA

Description

Hi This is multi time frame moving average close indicator.

MTF Moving Average is an index that can display the moving average line of a certain hourly bar on a chart of smaller hourly bars.

-Feature-

・4 lines multi time frame simple moving average

・MA type are Simple,Exponential,TimeSeries,Triangular,VIDYA,Weighted,WilderSmoothing.

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

・Color, style and thickness can be changed

Youtube

English

 

Japanese

Price:12$

Buy:https://gum.co/mtfsmaforctrader


Another indicators:

--free--

Auto Calculate Lots Size

Custom R numbers

Another Symbol

Draw Pips

Time Frame Period Separators

Daily Volatility Average

Static Label and Horizon Line

Static Area

Static Color Text

Profit Pips Today

Upper TF Heikin-ashi Bull Bear

TF Candle

TF OHLC

Market High Low

Fibonacci Channel

Entry Check List

Custom Bid Ask Line

Display Symbol TF

Scale Bar

Countdown Alarm

Market High Low

Display Date

Entry Plan

Mirror Candle

Cross Hair

--paid--

ADR

Auto Calculate Lots Size V2

MTF Bollinger Bands

MTF MACD

MTF MA

MTF Candlesticks

Auto Calculate RR

MWD Line

MTF OHLCFP Lines Candles Before

MWD High Low Pro

TimeSync

Display Date Pro

Trend Line Alert

cBot:

Auto Calculate Lots V4.0 自動ロット計算

Close Panel cBot

 


Best Regards


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

        protected override void Initialize()
        {

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

        }

        public override void Calculate(int index)
        {



        }

    }
}


yomm0401's avatar
yomm0401

Joined on 11.04.2020

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: MTF SMA Close Sample.algo
  • Rating: 5
  • Installs: 1475
  • Modified: 13/10/2021 09:55
Comments
Log in to add a comment.
yomm0401's avatar
yomm0401 · 4 years ago

No I did not.

but If you buy I can give this source code to you.

OF
office3131 · 4 years ago

Did you include the source code in to the price? 

Thanks