Description
Hi This is multi time frame bollinger bands indicator.
Feature-
・shows the upper Multi time frame Bollinger Bands
・MA type are Simple,Exponential,TimeSeries,Triangular,VIDYA,Weighted,WilderSmoothing.
・Each line 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/mtfbollingerbands
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 MTFBollingerBandssample : Indicator
{
protected override void Initialize()
{
Chart.DrawStaticText("MTF BollingerBands", "Please download this indicator from https://gum.co/mtfbollingerbands", VerticalAlignment.Top, HorizontalAlignment.Center, Color.AliceBlue);
}
public override void Calculate(int index)
{
}
}
}

yomm0401
Joined 11.04.2020
- Type: Paid
- Language: C#
- Trading Platform: cTrader Automate
- Filename: MTF BollingerBands sample.algo
- Rating: 0
- Installs: 1121
Notification Publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section you may use the Copyright Infringement Notification form to submit a claim.
Comments
Only logged in users can post a comment
Comments not found