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--
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 SMA Close", "Please download this indicator from https://gum.co/mtfsmaforctrader", VerticalAlignment.Top, HorizontalAlignment.Center, Color.AliceBlue);
}
public override void Calculate(int index)
{
}
}
}
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
Did you include the source code in to the price?
Thanks
No I did not.
but If you buy I can give this source code to you.