From 36c057a6ecfbd317954e7e157df9536b3425b55a Mon Sep 17 00:00:00 2001 From: evgenisedin Date: Thu, 13 Jun 2024 13:47:24 +0300 Subject: [PATCH] Add a plugin example from the video. --- Plugins/My ASP Example/My ASP Example/My ASP Example.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Plugins/My ASP Example/My ASP Example/My ASP Example.cs b/Plugins/My ASP Example/My ASP Example/My ASP Example.cs index 017c28a..77cf506 100644 --- a/Plugins/My ASP Example/My ASP Example/My ASP Example.cs +++ b/Plugins/My ASP Example/My ASP Example/My ASP Example.cs @@ -2,11 +2,12 @@ // // This code is a cTrader Algo API example. // -// The code is intended to be used as a sample and does not guarantee any particular outcome or -// profit of any kind. Use it at your own risk. +// The code is provided as a sample only and does not guarantee any particular outcome or profit of any kind. Use it at your own risk. // // This example plugin adds a new section to the Active Symbol Panel (ASP), with styles applied to the plugin controls. // +// For a detailed tutorial on creating this plugin, watch the video at: https://www.youtube.com/watch?v=WRwhT7jxTNs +// // ------------------------------------------------------------------------------------------------- using System;