Category Other  Published on 12/12/2023

[Fx4U] Economic Calendar on chart

Description

Price for this indicator: $20/ lifetime

Click here to see all my products

This indicator will display economic news on the chart. It helps you quickly monitor upcoming news to be flexible in your decisions to open/close orders

You can choose to show only the next news or all past news and upcoming news.

You can filter news of a country you want and you can filter by news impact.

And there are other options.

Please visit https://fx4u.net/ to get this indicator or contact https://t.me/vnfx4u/ for more details

Wishing you success in trading !


using cAlgo.API;
namespace cAlgo
{
    [Indicator(AccessRights = AccessRights.None, IsOverlay = true)]
    public class CalculateLots : Indicator
    {
        [Parameter(DefaultValue = "Please visit https://fx4u.net/ to get this indicator or contact https://t.me/vnfx4u/ for more details")]
        public string Message { get; set; }

        protected override void Initialize()
        {           
            MessageBox.Show(Message);
        }

        public override void Calculate(int index)
        {
            Chart.DrawStaticText(Message, Message, VerticalAlignment.Bottom, HorizontalAlignment.Center, Color.Red);
        }
    }
}

FX
Fx4U.net

Joined on 30.10.2021

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Fx4U.Calendar.algo
  • Rating: 2.5
  • Installs: 864
Comments
Log in to add a comment.
No comments found.