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
Joined on 19.07.2018
- Distribution: Paid
- Language: C#
- Trading platform: cTrader Automate
- File name: Trend Vision Demo.algo
- Rating: 0
- Installs: 1486
- Modified: 13/10/2021 09:54
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.
JE
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.
Signup & Download FREE : https://ctrader.guru/product/trend-vision/