Category Trend  Published on 02/12/2019

Trend Vision

Description

Signup & Download FREE : https://ctrader.guru/product/trend-vision/

 


using System;
using cAlgo.API;
using System.Windows.Forms;

namespace cAlgo
{
    [Indicator(IsOverlay = true, AccessRights = AccessRights.FullAccess)]
    public class TrendVisionDemo : Indicator
    {

        protected override void Initialize()
        {

            Message();

        }

        public static void Message()
        {

            string toDownload = "https://ctrader.guru/product/trend-vision/";

            var answer = MessageBox.Show(string.Format("To download Trend Vision, please visit {0}", toDownload), "ctrader.guru", MessageBoxButtons.YesNo, MessageBoxIcon.Information);

            if (answer == DialogResult.Yes)
                System.Diagnostics.Process.Start(toDownload);

        }

        public override void Calculate(int index)
        {

        }

    }

}


ctrader.guru's avatar
ctrader.guru

Joined on 19.07.2018

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Trend Vision Demo.algo
  • Rating: 0
  • Installs: 1486
Comments
Log in to add a comment.
ctrader.guru's avatar
ctrader.guru · 4 years ago

Signup & Download FREE : https://ctrader.guru/product/trend-vision/

JE
jedimaster · 4 years ago

Can you explain where is the download button on your Italian website?. Indicator can be added to the wishlist but then from the wishlist, you return to the product description page.