Category Other  Published on 24/09/2020

Forex Trading Sessions Indicator

Description

 Forex Trading Sessions Indicator,

When I'm trading I realized that the price use pivot or strongly change at time that change trading session. Ex New York open, London Open. Show I have coded an indicator for that purpose.

Buy this at 

 

Parameters

 


using System;
using cAlgo.API;
using cAlgo.API.Internals;
using cAlgo.API.Indicators;
using cAlgo.Indicators;

namespace cAlgo
{
    [Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
    public class TradingSessonIndicator : Indicator
    {


        protected override void Initialize()
        {
            if (RunningMode == RunningMode.RealTime || RunningMode == RunningMode.VisualBacktesting)
            {
                Chart.DrawStaticText("download_PRO", "\n\n\n\n\n\nTo download  please visit: https://gum.co/tRLLj" + "\n\nContacts please write to: nghiand.amz@gmail.com", VerticalAlignment.Top, HorizontalAlignment.Center, Color.Yellow);
            }
        }

        public override void Calculate(int index)
        {

        }
    }
}


nghiand.amz's avatar
nghiand.amz

Joined on 06.07.2020

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Trading Sesson Indicator.algo
  • Rating: 2.5
  • Installs: 1340
Comments
Log in to add a comment.
TO
TOPPLAYER · 3 months ago

How do I get this sessions indicator please?

NE
neda_easy · 9 months ago

دانلود غیر فعاله

FC
fcarabat · 2 years ago

lol