Skip to content

Commit

Permalink
Merge pull request spotware#20 from spotware/es/CNT-636-update
Browse files Browse the repository at this point in the history
Add a plugin example from the video.
  • Loading branch information
evgenisedin authored Jun 13, 2024
2 parents 9920e91 + 36c057a commit 7f794b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Plugins/My ASP Example/My ASP Example/My ASP Example.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7f794b8

Please sign in to comment.