Category Other  Published on 06/01/2022

Display Date Pro

Description

This is an indicator for cTrader that displays the date and time on the chart.

There are two display positions, up and down, and the time is always displayed at the specified position.

The type of information displayed, display position, font color, and font size can be changed.

Price:$5

機能紹介

チャート上に日付・時間を表示させるcTrader用のインジケーターになります。

表示位置はチャート上下の2種類で常に指定した位置に表示されます。

表示される情報の種類・表示位置・フォントカラー・フォントサイズを変更できます。

価格:$5


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

 


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 DisplayDateProsample : Indicator
    {
        protected override void Initialize()
        {
        }
        public override void Calculate(int index)
        {
            Chart.DrawText("Please download above link", "", index, 100, Color.Black);
        }


    }
}


yomm0401's avatar
yomm0401

Joined on 11.04.2020

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Display Date Pro sample.algo
  • Rating: 0
  • Installs: 628
Comments
Log in to add a comment.
No comments found.