Description
This indicator counts down the displayed time frame, and when the specified time comes,
It becomes an indicator that can play the alarm sound.
†Works with candles up to 12 hours.
Free Download:
YouTube:
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 CountdownAlarmsample : Indicator
{
public override void Calculate(int index)
{
Chart.DrawText("Please download above link", "", index, 0, Color.Beige);
}
}
}
yomm0401
Joined on 11.04.2020
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: Countdown Alarm sample.algo
- Rating: 0
- Installs: 2937
- 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.
Kindly set the alarm count down for Renko and Range chart too.