Description
This is an indicator of the upper time frame MACD.
YouTube:
Price:$12
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 = true, TimeZone = TimeZones.UTC, AutoRescale = false, AccessRights = AccessRights.None)]
public class MTFMACDsample : Indicator
{
public override void Calculate(int index)
{
Chart.DrawText("Please download above link", "", index, 0, Color.Beige);
}
}
}
yomm0401
Joined on 11.04.2020
- Distribution: Paid
- Language: C#
- Trading platform: cTrader Automate
- File name: MTF MACD sample.algo
- Rating: 5
- Installs: 1245
- Modified: 13/10/2021 09:55
Note that publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section, please use the Copyright Infringement Notification form to submit a claim.
Comments
Log in to add a comment.
MA
Olá quero comprar comprar seu indicador. Há possibilidade de colocar coloração nas barras do Histograma ? Como este aqui; https://ctrader.com/algos/indicators/show/2407 ???
Hello, I want to buy your indicator. Is it possible to add color to the Histogram bars? Like this one; https://ctrader.com/algos/indicators/show/2407 ???