Skip to content

Commit 7f794b8

Browse files
authored
Merge pull request spotware#20 from spotware/es/CNT-636-update
Add a plugin example from the video.
2 parents 9920e91 + 36c057a commit 7f794b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Plugins/My ASP Example/My ASP Example/My ASP Example.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
//
33
// This code is a cTrader Algo API example.
44
//
5-
// The code is intended to be used as a sample and does not guarantee any particular outcome or
6-
// profit of any kind. Use it at your own risk.
5+
// 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.
76
//
87
// This example plugin adds a new section to the Active Symbol Panel (ASP), with styles applied to the plugin controls.
98
//
9+
// For a detailed tutorial on creating this plugin, watch the video at: https://www.youtube.com/watch?v=WRwhT7jxTNs
10+
//
1011
// -------------------------------------------------------------------------------------------------
1112

1213
using System;

0 commit comments

Comments
 (0)