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;