From e3f91d691fd42c64b350b3ad808d29eebfa3351d Mon Sep 17 00:00:00 2001 From: evgenisedin Date: Wed, 12 Jun 2024 14:52:46 +0300 Subject: [PATCH] Add a new plugin example. --- Plugins/My ASP Example/My ASP Example/My ASP Example.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9d4128b..017c28a 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,7 +2,7 @@ // // This code is a cTrader Algo API example. // -// This code is intended to be used as a sample and does not guarantee any particular outcome or +// 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. // // This example plugin adds a new section to the Active Symbol Panel (ASP), with styles applied to the plugin controls.