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--
Upper TF Heikin-ashi Bull Bear
--paid--
MTF OHLCFP Lines Candles Before
cBot:
Auto Calculate Lots V4.0 自動ロット計算
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
Joined on 11.04.2020
- Distribution: Paid
- Language: C#
- Trading platform: cTrader Automate
- File name: Display Date Pro sample.algo
- Rating: 0
- Installs: 628
- Modified: 21/12/2021 09:36
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.
No comments found.