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--
Upper TF Heikin-ashi Bull Bear
--paid--
MTF OHLCFP Lines Candles Before
cBot:
Auto Calculate Lots V4.0 自動ロット計算
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
Joined on 11.04.2020
- Distribution: Paid
- Language: C#
- Trading platform: cTrader Automate
- File name: MTF Candlestick sample.algo
- Rating: 3.33
- Installs: 1723
- Modified: 13/10/2021 09:55