Description
This indicator displays the market time in different colors on the chart.
There are three display positions: top, bottom, and top to bottom.
The start time and time can be changed freely.
Each market can be displayed or hidden.
Price:$5+
こちらのインジケーターはマーケットの時間を色分けしてチャート上に表示するインジケーターです。
表示位置は上・下・上から下の3種類
開始時刻と時間は自由に変更可能
それぞれの市場は表示非表示が可能
価格:$5+
Another indicators:
--free--
Upper TF Heikin-ashi Bull Bear
--paid--
MTF OHLCFP Lines Candles Before
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 MarketTimePeriodsample : Indicator
{
protected override void Initialize()
{
}
public override void Calculate(int index)
{
Chart.DrawText("Please purchase above Gumroad link", "", index, 100, Color.Black);
}
}
}
yomm0401
Joined on 11.04.2020
- Distribution: Paid
- Language: C#
- Trading platform: cTrader Automate
- File name: MarketTimePeriodsample.algo
- Rating: 5
- Installs: 923
- Modified: 08/01/2022 10:30
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.