Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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