Category Other  Published on 06/01/2022

MTF Candlesticks

Description

Hi This is multi time frame candlestick indicator.

MTF Candlesticks is an indicator that can display the candlestick of the upper on the chart of the lower.

This is very customizable.

-Feature-

・shows the upper candlestick

・change the fill / transparency of candlesticks

・display / hide of hike, open price line/ close price line, and side line. Filling / transparency of candlesticks can be changed.

・line style, thickness, color, and transparency can be changed If you need,

Youtube:

English

 

Japanese

 

Price:12$

You can get it from the address below. ↓↓↓↓

https://gum.co/mtfcandlesticks


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 Candlestick", "Please download this indicator from https://gum.co/mtfcandlesticks", VerticalAlignment.Top, HorizontalAlignment.Center, Color.Red);

        }

        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 Candlestick sample.algo
  • Rating: 3.75
  • Installs: 1723
Comments
Log in to add a comment.
No comments found.