Description
This is time frame period separators.
YouTube
Donation from free
download from Gumroad
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 TimeFramePeriodSeparatorssample : Indicator
{
protected override void Initialize()
{
Chart.DrawStaticText("TimeFramePeriodSeparators", "Please download from the link above.", VerticalAlignment.Top, HorizontalAlignment.Center, Color.Red);
}
public override void Calculate(int index)
{
}
}
}
yomm0401
Joined on 11.04.2020
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: TimeFramePeriodSeparators sample.algo
- Rating: 0
- Installs: 2885
- Modified: 13/10/2021 09:55
Comments
Hello yomm0401,
I am looking for an indicator for my cTrader chart templates which highlights certain fixed daily timing windows.
I ideally want to highlight 3 daily time windows on my charts which represent my key time zones to watch the markets for movement according to my trading style.
I need this indicator to work across all time frame charts (1M, 5M, 15M mainly). Are you able to create an indicator for this?
Please let me know your thoughts. I tried reaching you on Telegram but no success.
Regards, Clive
Not working mate