﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type='text/css' href='https://stocksharp.com/css/style.css'?>
<?xml-stylesheet type='text/css' href='https://stocksharp.com/css/bbeditor.css'?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title type="html">connector. StockSharp</title>
  <id>https://stocksharp.com/handlers/atom.ashx?category=tag&amp;id=connector&amp;type=blog</id>
  <rights type="text">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  <updated>2026-04-13T16:04:16Z</updated>
  <logo>https://stocksharp.com/images/logo.png</logo>
  <link href="https://stocksharp.com/handlers/atom.ashx?category=tag&amp;id=connector&amp;type=blog" rel="self" type="application/rss+xml" />
  <entry>
    <id>https://stocksharp.com/topic/26159/</id>
    <title type="text">How AI Helps Us Write Connectors for Crypto Exchanges</title>
    <published>2024-09-04T21:43:46Z</published>
    <updated>2024-09-23T18:11:29Z</updated>
    <author>
      <name>StockSharp</name>
      <uri>https://stocksharp.com/users/1/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <category term="Connector" />
    <category term="AI" />
    <category term="chatgpt" />
    <category term="Claude" />
    <content type="html">&lt;em&gt;Or how AI can save you hours of work, but not from the necessity of verifying every step.&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href='https://stocksharp.com/file/154508/claudeai-vs-chatgpt.jpg' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/154508/claudeai-vs-chatgpt.jpg?size=800x800" alt="claudeai-vs-chatgpt.jpg" title="claudeai-vs-chatgpt.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;September 2024. We, the &lt;b&gt;StockSharp&lt;/b&gt; team, are actively using AI to write connectors for crypto exchanges. But let me warn you — if you are reading this in 2025 or later, all of this might already be outdated. If you’re from the future, welcome to the past! And don’t forget to check if our methods are still relevant.&lt;br /&gt;&lt;br /&gt;Our journey with AI started with &lt;b&gt;ChatGPT 3.5&lt;/b&gt;, which, frankly, could not write even a simple trading strategy, let alone a crypto exchange connector. However, with the arrival of &lt;b&gt;ChatGPT 4.0&lt;/b&gt; and &lt;b&gt;Claude Sonnet 3.5&lt;/b&gt;, things drastically changed. Now, AI can write complex code modules, though with caveats: you still have to intervene, clarify, and fix bugs, which has become a normal part of our process.&lt;br /&gt;&lt;br /&gt;-----&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;Step 1. Starting a project in Claude.ai&lt;/h2&gt;&lt;br /&gt;&lt;br /&gt;Before we start writing a new connector, the first thing we do is create a &lt;b&gt;project in Claude.ai&lt;/b&gt;. This is not just a chat that will forget everything once you close it. The project allows you to save everything you upload: code, documents, comments. It’s like &lt;b&gt;Custom GPT&lt;/b&gt;, where AI &amp;quot;learns&amp;quot; from your examples and instructions, not just answering questions.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href='https://stocksharp.com/file/154507/claude-project.png' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/154507/claude-project.png?size=800x800" alt="project.png" title="project.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;Project creation interface in Claude.ai. Here, all data and examples are saved, allowing you to maintain the context of the work.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Claude.ai is like your personal developer, who understands some things, but without your supervision, can write something that might make your hair stand on end. So keep your documentation and vigilance close.&lt;br /&gt;&lt;br /&gt;-----&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;Step 2. Copying existing code&lt;/h2&gt;&lt;br /&gt;&lt;br /&gt;To avoid reinventing the wheel every time, we base our work on an already existing connector, for example, for &lt;b&gt;Coinbase&lt;/b&gt;. We copy the project structure and adapt all the key classes and methods for the new exchange. This is just the beginning — the real fun starts now.&lt;br /&gt;&lt;br /&gt;-----&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;Step 3. Adapting the WebSocket client&lt;/h2&gt;&lt;br /&gt;&lt;br /&gt;Now it’s time to set up the WebSocket client for the new exchange. For example, let&amp;#39;s take &lt;b&gt;GateIO Spot WebSocket v4&lt;/b&gt;. Claude.ai helps generate code, but this is where our ongoing battle with inaccuracies begins. The AI often generates code that theoretically seems correct, but in practice, needs to be supplemented and fixed.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href='https://stocksharp.com/file/154495/1.png' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/154495/1.png?size=800x800" alt="1.png" title="1.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;Original WebSocket client code for one of the exchanges, generated by Claude.ai. The AI suggests expanding the data types and events.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;When it comes to authentication, AI often makes mistakes, and we have to manually add the missing elements. Claude can forget even basic things like authorization before subscribing to WebSocket channels.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href='https://stocksharp.com/file/154486/2.png' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/154486/2.png?size=800x800" alt="2.png" title="2.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;Claude.ai made a mistake in implementing WebSocket authentication. We corrected the code and added proper authentication before connecting.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;We also rewrite the code to make it more flexible by passing the WebSocket address as a parameter. This allows us to easily adapt to various exchanges and their APIs.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href='https://stocksharp.com/file/154499/3.png' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/154499/3.png?size=800x800" alt="3.png" title="3.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;Example code where the WebSocket address is passed as a parameter, making the architecture more flexible.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;-----&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;Step 4. Setting up the REST client and adapter&lt;/h2&gt;&lt;br /&gt;&lt;br /&gt;After setting up the WebSocket client, we move on to the REST client. Claude.ai generates basic requests, but we have to manually clarify whether they are correct. Each exchange&amp;#39;s API differs, and you need to be careful not to miss important details in the documentation.&lt;br /&gt;&lt;br /&gt;Once the client is ready, we move on to the adapter for &lt;b&gt;StockSharp&lt;/b&gt;, where the main magic happens — data processing and bringing them to a common format. Here, AI helps generate classes, but every step must be double-checked. This is especially important when working with JSON data transmitted via the exchange’s API.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href='https://stocksharp.com/file/154488/5.png' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/154488/5.png?size=800x800" alt="5.png" title="5.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;Generated domain model classes. We manually supplemented them with attributes and corrected the data types.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Claude can offer interesting solutions, but you need to add attributes like &lt;b&gt;JsonProperty&lt;/b&gt; to correctly process exchange data. If you don&amp;#39;t, be prepared for surprises like incorrect data in reports.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href='https://stocksharp.com/file/154493/6.png' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/154493/6.png?size=800x800" alt="6.png" title="6.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;We added JsonProperty attributes for proper work with JSON data.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Processing trade data is another important step where AI doesn’t always manage on its own. For example, trade data and their processing can lead to errors.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href='https://stocksharp.com/file/154497/7.png' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/154497/7.png?size=800x800" alt="7.png" title="7.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;Claude fixes code for processing trade data transmitted via WebSocket and REST API.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;-----&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;Step 5. Optimization and new methods&lt;/h2&gt;&lt;br /&gt;&lt;br /&gt;Claude.ai does a decent job of writing basic methods like working with candlesticks and trade data. However, its suggestions require optimization. We often refactor logic into separate classes for better structure.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href='https://stocksharp.com/file/154489/8.png' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/154489/8.png?size=800x800" alt="8.png" title="8.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;Optimized methods for working with candlesticks and trade data via WebSocket, refactored into separate classes.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;We also have to refine methods for working with trade operations via WebSocket. Even though AI helps automate such processes, the code still requires final polishing.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href='https://stocksharp.com/file/154494/9.png' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/154494/9.png?size=800x800" alt="9.png" title="9.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;Claude.ai added methods for trade operations in SocketClient, but they had to be optimized and corrected for errors.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;-----&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;Step 6. Testing — the code doesn’t always work on the first try&lt;/h2&gt;&lt;br /&gt;&lt;br /&gt;When the code is ready, it&amp;#39;s time to test it. This is where AI comes to the rescue again, but all of its suggestions need to be thoroughly checked because things often don’t work correctly the first time. For example, when testing the exchange’s API, we encounter errors in instrument and position requests.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href='https://stocksharp.com/file/154490/10.png' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/154490/10.png?size=800x800" alt="10.png" title="10.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;Claude.ai suggested code for working with REST API Gate.io, but it needed to be tested and refined.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;-----&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;Step 7. Data conversion for spot and derivatives&lt;/h2&gt;&lt;br /&gt;&lt;br /&gt;Claude.ai helps generate classes for working with spot and derivatives, but again — be prepared to manually adjust methods and data types. For example, working with derivatives on Gate.io requires additional checks and adjustments.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href='https://stocksharp.com/file/154492/11.png' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/154492/11.png?size=800x800" alt="11.png" title="11.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;Claude.ai suggested the Extensions class to support data conversion between spot and derivatives on Gate.io.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;We also adapt &lt;b&gt;SpotAdapter&lt;/b&gt; to correctly process exchange data using the conversion methods suggested by Claude.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href='https://stocksharp.com/file/154498/12.png' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/154498/12.png?size=800x800" alt="12.png" title="12.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;SpotAdapter was rewritten with changes in HttpClient and SocketClient, using methods from Extensions.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;-----&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;Step 8. Futures adapter and error corrections&lt;/h2&gt;&lt;br /&gt;&lt;br /&gt;Claude.ai helps write methods for working with futures, but as before, careful checking of logic and fixing errors is required. For example, when building the order book data, we encountered an issue with exception handling.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href='https://stocksharp.com/file/154496/13.png' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/154496/13.png?size=800x800" alt="13.png" title="13.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;Generated HttpClient for working with futures via REST API Gate.io.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Claude also sometimes makes mistakes with data handling in the futures adapter. We have to manually adjust the methods for correct order book processing.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href='https://stocksharp.com/file/154491/14.png' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/154491/14.png?size=800x800" alt="14.png" title="14.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;Fixed futures adapter with correct order book processing logic.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;As a result, after corrections, AI proposed an optimized method for working with order books and data recovery.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href='https://stocksharp.com/file/154501/15.png' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/154501/15.png?size=800x800" alt="15.png" title="15.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;Optimized methods for data recovery and order book processing based on Claude.ai’s suggestions.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;-----&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;GitHub Copilot — overhyped toy or real helper?&lt;/h2&gt;&lt;br /&gt;&lt;br /&gt;GitHub Copilot, which Microsoft and GitHub actively promote as a tool of the future, is actually more of an interesting toy than a full-fledged developer assistant at its current stage. Copilot helps write needed sections of code, but expecting groundbreaking results from it is premature — its strength lies in refining and suggesting code improvements. However, its key advantage is its tight integration with the development environment, making it convenient for quick fixes and completing template code, which it handles much better than writing complex logic modules.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href='https://stocksharp.com/file/154506/copilot.gif' class='lightview' style='max-width: 800px;' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/154506/copilot.gif" alt="copilot.gif" title="copilot.gif" style='max-width: 800px;'/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;-----&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;AI: an enhancer for professionals and a barrier for beginners&lt;/h2&gt;&lt;br /&gt;&lt;br /&gt;If you’re a beginner developer just diving into the world of programming, you’re, to put it mildly, out of luck. Currently, AI won’t boost your efficiency in any significant way. Moreover, trusting AI with complex tasks can get you even more tangled in code and problems it generates. It’s a different story for experienced programmers.&lt;br /&gt;&lt;br /&gt;For professionals, AI becomes a powerful tool that amplifies their capabilities: it speeds up development, offers solutions, and enriches knowledge of various technologies and libraries. In such a tandem, AI helps you focus on key project aspects, leaving the routine to it.&lt;br /&gt;&lt;br /&gt;However, as we have already mentioned, AI hits the weakest spot - beginner developers, making the gap between them and professionals even wider. Experienced programmers can quickly identify AI errors, correct them, and continue working, while a novice will simply drown in these problems. Ironically, at a time when AI was conceived as a help for everyone, it currently only increases this gap.&lt;br /&gt;&lt;br /&gt;But we should hope that in the future, AI will become more independent in programming, and then this gap may not only stop growing but disappear altogether, leveling the playing field for everyone, regardless of their level of expertise.</content>
  </entry>
  <entry>
    <id>https://stocksharp.com/topic/26107/</id>
    <title type="text">Hey, big news – we&amp;apos;ve teamed up with Gate.io!</title>
    <published>2024-08-20T22:02:46Z</published>
    <updated>2024-08-20T22:02:46Z</updated>
    <author>
      <name>StockSharp</name>
      <uri>https://stocksharp.com/users/1/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <category term="Connector" />
    <category term="gate.io" />
    <category term="cryptoexchange" />
    <content type="html">&lt;div align="center"&gt;&lt;a href='https://stocksharp.com/file/154011/gateio.jpg' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/154011/gateio.jpg?size=800x800" alt="gateio.jpg" title="gateio.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Greetings to all our amazing users! We couldn’t just sit still, so we’ve made yet another awesome connection – StockSharp now has a connector for &lt;b&gt;&lt;a href="https://stocksharp.com/store/gateio/" title="Gate.io connector"&gt;Gate.io&lt;/a&gt;&lt;/b&gt;. That’s right – we’re talking direct access to one of the top crypto exchanges! Break out the champagne because you’ve now got a golden ticket to the world of crypto trading.&lt;br /&gt;&lt;br /&gt;So, what’s the scoop?&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;&lt;b&gt;Connector to Gate.io:&lt;/b&gt; Yup, now you can trade on Gate.io without leaving the comfort of our cozy programs. Cryptocurrencies, charts, trades – all at your fingertips. Ready to dive into the market and make waves? We’ve got your back!&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;b&gt;Available in all programs:&lt;/b&gt; No matter what you’re using – whether it’s &lt;a href="https://stocksharp.com/store/strategy-designer/" title="Designer: A Free App for Creating Algorithmic Trading Strategies Without Coding"&gt;Designer&lt;/a&gt;, &lt;a href="https://stocksharp.com/store/trading-terminal/" title="Terminal - free trading terminal and charting application for manual trading"&gt;Terminal&lt;/a&gt;, or who knows, maybe even S#.Buddy – the new connector is here to impress. No extra steps needed, everything’s set up and running like clockwork!&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;b&gt;No license check:&lt;/b&gt; And here’s the cherry on top! We’ve decided to give you a gift and turned off the license check for this connector. Now you can use it in your own projects without any “Can I really do that?” moments. Total freedom, folks!&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;So go ahead – trade, create, profit!&lt;br /&gt;&lt;br /&gt;If something isn’t working right, or if you just need someone to chat with, &lt;a target="_blank" href="https://t.me/stocksharpchat" title="https://t.me/stocksharpchat"&gt;our support team&lt;/a&gt; is always on hand (sipping coffee and ready to help). And don’t forget to tell us how you’re conquering the market with our new connector!&lt;br /&gt;&lt;br /&gt;Thanks for sticking with us, and get ready – there’s a lot more exciting stuff on the way. Let’s fly!</content>
  </entry>
  <entry>
    <id>https://stocksharp.com/topic/26067/</id>
    <title type="text">Updated StockSharp connector for Tradier</title>
    <published>2024-08-04T11:14:52Z</published>
    <updated>2024-08-04T11:14:52Z</updated>
    <author>
      <name>StockSharp</name>
      <uri>https://stocksharp.com/users/1/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <category term="Connector" />
    <category term="tradier" />
    <content type="html">&lt;div align="center"&gt;&lt;a href='https://stocksharp.com/file/153522/tradier_integration.png' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/153522/tradier_integration.png?size=800x800" alt="tradier_integration.png" title="tradier_integration.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;We are excited to introduce the updated connector to the broker &lt;a target="_blank" rel="nofollow" href="https://tradier.com/" title="https://tradier.com/"&gt;Tradier&lt;/a&gt;, which now supports the new protocol and includes convenient OAuth authorization. This update will bring many benefits to traders and developers working on the StockSharp platform.&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;What is Tradier?&lt;/h2&gt;&lt;br /&gt;Tradier is an innovative brokerage platform providing APIs for traders and developers who want to create their own trading applications and algorithms. Tradier is known for its high order execution speed, reliable infrastructure, and a wide range of available financial instruments. With their help, you can develop complex trading strategies and gain access to diverse data and analytical tools.&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;Advantages of the new connector:&lt;/h2&gt;&lt;br /&gt;1. &lt;b&gt;Support for the new protocol:&lt;/b&gt;&lt;br /&gt;   The updated connector to Tradier now supports the latest protocol standards, ensuring faster and more stable access to trading data and operations. This allows you to use the most modern features and capabilities of the Tradier platform.&lt;br /&gt;&lt;br /&gt;2. &lt;b&gt;Convenient OAuth authorization:&lt;/b&gt;&lt;br /&gt;   With the introduction of OAuth authorization, the connection process has become simpler and more secure. OAuth ensures the reliable protection of your credentials and allows you to quickly and easily authenticate without the need to remember passwords. Now you can log in with just a few clicks, significantly speeding up and simplifying the workflow.&lt;br /&gt;&lt;br /&gt;3. &lt;b&gt;Increased security:&lt;/b&gt;&lt;br /&gt;   The new protocol and OAuth authorization significantly improve the security of working with the connector. Your data is securely protected from unauthorized access, which is a key aspect for traders and investors.&lt;br /&gt;&lt;br /&gt;4. &lt;b&gt;Integration with the StockSharp platform:&lt;/b&gt;&lt;br /&gt;   The updated connector easily integrates with various StockSharp products, such as &lt;a href="https://stocksharp.com/store/strategy-designer/" title="Designer: A Free App for Creating Algorithmic Trading Strategies Without Coding"&gt;Designer&lt;/a&gt; and other programs. This ensures ease of use and access to a wide range of financial instruments provided by the Tradier broker.&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;Detailed information:&lt;/h2&gt;&lt;br /&gt;For more detailed information on the settings and capabilities of the updated connector to the Tradier broker, please visit the following link: &lt;a href="https://doc.stocksharp.com/topics/api/connectors/stock_market/tradier/graphical_configuration_tradier.html" title="https://doc.stocksharp.com/topics/api/connectors/stock_market/tradier/graphical_configuration_tradier.html"&gt;Documentation for the Tradier connector&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Don&amp;#39;t miss the opportunity to take advantage of all the benefits of the updated connector and improve your trading strategies and market analysis with reliable tools from Tradier and StockSharp. We are confident that this connector will become an indispensable assistant for all traders and developers working in the market!&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;Join the discussion:&lt;/h2&gt;&lt;br /&gt;Want to learn more about the new connector and discuss it with colleagues? Join the live discussion in &lt;a target="_blank" href="https://t.me/stocksharpchat/361" title="https://t.me/stocksharpchat/361"&gt;our chat&lt;/a&gt;. Together, we are shaping the future of algorithmic trading!</content>
  </entry>
  <entry>
    <id>https://stocksharp.com/topic/24480/</id>
    <title type="text">⚠️⚠️ Warning! One day left to continue use S#.API </title>
    <published>2023-02-27T12:40:07Z</published>
    <updated>2023-02-27T16:45:36Z</updated>
    <author>
      <name>Pannipa</name>
      <uri>https://stocksharp.com/users/164332/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <category term="API" />
    <category term="Connector" />
    <content type="html">&lt;div align="center"&gt;&lt;a href='https://stocksharp.com/file/141512/API.png' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/141512/API.png?size=800x800" alt="API.png" title="API.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color:red"&gt;**Only 1 day left the promotion finished - March 1st 2023.&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt; Only for customers who bought API education before.&lt;br /&gt;&lt;br /&gt;&lt;li&gt;This is the last notification about &lt;b&gt;&lt;a href="https://stocksharp.com/pricing/" title="https://stocksharp.com/pricing/"&gt;Subscriptions&lt;/a&gt;&lt;/b&gt;. &lt;br /&gt;&lt;br /&gt;&lt;li&gt;If you missed this promotions you have to pay for full price all our product.&lt;br /&gt;&lt;br /&gt;&lt;li&gt;All connectors will not work with newest &lt;b&gt;&lt;a href="https://stocksharp.com/store/api/" title="API - a free algorithmic trading API"&gt;API&lt;/a&gt;&lt;/b&gt; versions without license.&lt;br /&gt;&lt;br /&gt;&lt;li&gt;We recommend you to subscriptions plan right now! for avoid to pay more in the future.&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;**For all customers who have previously purchased training, connectors or other products from us, please write to &lt;a href="mailto:info@stocksharp.com"&gt;info@stocksharp.com&lt;/a&gt;. We will send instruction to upgrade with 50% discount. The promotion is valid until 03/01/2023.</content>
  </entry>
  <entry>
    <id>https://stocksharp.com/topic/24272/</id>
    <title type="text">Binance connector for S#.Designer and S#.Terminal for 1 year</title>
    <published>2023-01-03T10:54:23Z</published>
    <updated>2023-01-05T14:26:11Z</updated>
    <author>
      <name>Pannipa</name>
      <uri>https://stocksharp.com/users/164332/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <category term="StockSharp" />
    <category term="S#.Designer" />
    <category term="S#.Terminal" />
    <category term="binance" />
    <category term="Connector" />
    <content type="html">&lt;div align="center"&gt;&lt;a href='https://stocksharp.com/file/136283/three-gifts-christmas-today-main-181121.jpg' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/136283/three-gifts-christmas-today-main-181121.jpg?size=800x800" alt="three-gifts-christmas-today-main-181121.jpg" title="three-gifts-christmas-today-main-181121.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div align="center"&gt;&amp;#127881;&amp;#127881;&amp;#127881;&lt;b&gt;&lt;span style="color:blue"&gt;StockSharp &lt;/span&gt;&lt;/b&gt;thanks everyone for sacrificing your valuable time to complete our survey. &amp;#127881;&amp;#127881;&amp;#127881; &lt;br /&gt;&lt;br /&gt;&amp;#128583;&amp;#127995; &amp;#128583;&amp;#127995;‍♂️All your comments are valuable to us to help us improve the quality of our products and services.&amp;#128583;&amp;#127995; &amp;#128583;&amp;#127995;‍♂️  &lt;br /&gt;&lt;br /&gt;&amp;#127873; &amp;#127880;As a reward, &lt;b&gt;&lt;span style="color:blue"&gt;StockSharp &lt;/span&gt;&lt;/b&gt;is offering a&lt;span style="color:blue"&gt; Binance connector&lt;/span&gt; for&lt;b&gt; &lt;a href="https://stocksharp.com/store/strategy-designer/" title="Designer: A Free App for Creating Algorithmic Trading Strategies Without Coding"&gt;Designer&lt;/a&gt;&lt;/b&gt; and &lt;b&gt;&lt;a href="https://stocksharp.com/store/trading-terminal/" title="Terminal - free trading terminal and charting application for manual trading"&gt;Terminal&lt;/a&gt;&lt;/b&gt; for 1 year. As a New Year&amp;#39;s gift to everyone.&amp;#127873; &amp;#127880;&lt;br /&gt;&lt;br /&gt;&amp;#127872; &amp;#129668;&lt;b&gt;Congratulation&lt;/b&gt; &amp;#127872; &amp;#129668;to the best commenter, &lt;span style="color:blue"&gt;Binance connector&lt;/span&gt; for &lt;b&gt; &lt;a href="https://stocksharp.com/store/strategy-designer/" title="Designer: A Free App for Creating Algorithmic Trading Strategies Without Coding"&gt;Designer&lt;/a&gt;&lt;/b&gt; and &lt;b&gt;&lt;a href="https://stocksharp.com/store/trading-terminal/" title="Terminal - free trading terminal and charting application for manual trading"&gt;Terminal&lt;/a&gt;&lt;/b&gt; free for life.&amp;#128525; &amp;#129392; &amp;#128536;&lt;br /&gt;&lt;br /&gt;&amp;#128152; &amp;#128157;&lt;b&gt;User &lt;a href="https://stocksharp.com/users/28801/senex/" title="Senex"&gt;Senex&lt;/a&gt; - perpetual access&lt;/b&gt;&amp;#128152; &amp;#128157;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&amp;#128073;For everyone who received a gift from us.&amp;#128072;&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt; You can log in to &amp;#128073;  &lt;b&gt; &lt;a href="https://stocksharp.com/store/installer/" title="Installer - main installation tool for all applications"&gt;Installer&lt;/a&gt;&lt;/b&gt; to download and install  &lt;b&gt; &lt;a href="https://stocksharp.com/store/strategy-designer/" title="Designer: A Free App for Creating Algorithmic Trading Strategies Without Coding"&gt;Designer&lt;/a&gt;&lt;/b&gt; and &lt;b&gt;&lt;a href="https://stocksharp.com/store/trading-terminal/" title="Terminal - free trading terminal and charting application for manual trading"&gt;Terminal&lt;/a&gt;&lt;/b&gt; straight away.&lt;br /&gt;&lt;br /&gt;&lt;li&gt; But if you haven&amp;#39;t installed &amp;#128073;  &lt;b&gt; &lt;a href="https://stocksharp.com/store/installer/" title="Installer - main installation tool for all applications"&gt;Installer&lt;/a&gt;&lt;/b&gt;, you can install it for free.  &lt;br /&gt;&lt;br /&gt;&lt;li&gt;Just download &amp;#128073;  &lt;b&gt; &lt;a href="https://stocksharp.com/store/installer/" title="Installer - main installation tool for all applications"&gt;Installer&lt;/a&gt;&lt;/b&gt; and install it by following the steps and video inside.&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href='https://stocksharp.com/file/136285/711bhDSnfsL.jpg' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/136285/711bhDSnfsL.jpg?size=800x800" alt="711bhDSnfsL.jpg" title="711bhDSnfsL.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;b&gt; From the heart&amp;#128153;&amp;#128153;&amp;#128153; of &lt;span style="color:blue"&gt;&lt;b&gt;StockSharp&lt;/b&gt;&lt;/span&gt;, we would like to thank everyone for trusting in our products and services. &lt;br /&gt;&lt;br /&gt; About trading, please trust us. &lt;br /&gt;&lt;br /&gt;Because we work for your profit.&amp;#128182;&amp;#128182;&amp;#128182;&lt;/b&gt;&lt;/div&gt;</content>
  </entry>
  <entry>
    <id>https://stocksharp.com/topic/14786/</id>
    <title type="text">Free connectors on Github!</title>
    <published>2020-12-03T14:31:39Z</published>
    <updated>2020-12-03T14:31:39Z</updated>
    <author>
      <name>ILYA</name>
      <uri>https://stocksharp.com/users/127794/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <category term="Trading robots" />
    <category term="Trading systems" />
    <category term="trading" />
    <category term="News" />
    <category term="support" />
    <category term="connection" />
    <category term="connectors" />
    <category term="connector to the exchange" />
    <category term="connector for trading" />
    <category term="Connector" />
    <content type="html">Friends,&lt;br /&gt;&lt;br /&gt;&lt;a href='https://stocksharp.com/file/117426/connectors-for-trading-exchanges.jpeg' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/117426/connectors-for-trading-exchanges.jpeg?size=800x800" alt="connectors-for-trading-exchanges.jpeg" title="connectors-for-trading-exchanges.jpeg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color:red"&gt;&lt;span style="font-size:140%"&gt;&lt;b&gt;Don’t forget that all samples for FIX connectors and crypto-connectors are free and available!&lt;/b&gt;!&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Go to &lt;a target="_blank" href="https://github.com/StockSharp/StockSharp/tree/master/Samples/Connectors" title="https://github.com/StockSharp/StockSharp/tree/master/Samples/Connectors"&gt;GITHUB&lt;/a&gt; and check the source code! If you had some difficulties by developing it, then use them as a sample &lt;b&gt;for creating your own connector and share your thoughts with other users&lt;/b&gt;!&lt;br /&gt;&lt;br /&gt;Happy trading! [happy]&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;StockSharp team&lt;br /&gt;</content>
  </entry>
  <entry>
    <id>https://stocksharp.com/topic/12376/</id>
    <title type="text">Introducing the new app!</title>
    <published>2020-09-01T11:10:38Z</published>
    <updated>2020-09-01T11:10:38Z</updated>
    <author>
      <name>Marat</name>
      <uri>https://stocksharp.com/users/101940/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <category term="Quik" />
    <category term="trading" />
    <category term="Cryptoconnectors" />
    <category term="trade" />
    <category term="Connector" />
    <category term="MT" />
    <category term="for" />
    <content type="html">&lt;h2&gt;Hello, Friends!&lt;/h2&gt;&lt;br /&gt;&lt;span style="font-size:120%"&gt;We have great news!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;StockSharp&lt;/b&gt; provides users with an &lt;b&gt;&lt;span style="font-size:140%"&gt;application for managing programs - S#.Installer.&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;In the near future, it will &lt;b&gt;replace all installers&lt;/b&gt;, combining them in one application.&lt;br /&gt;&lt;br /&gt;&lt;a href='https://stocksharp.com/file/115881/new_app_trading.png' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/115881/new_app_trading.png?size=800x800" alt="new_app_trading.png" title="new_app_trading.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="font-size:120%"&gt;What S#. Installer can do:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;em&gt;- Install all StockSharp programs, including those with purchased connectors&lt;br /&gt;- Track and warn about program updates&lt;br /&gt;- Track purchases and install them&lt;br /&gt;- Makes the user&amp;#39;s work with programs more convenient and easier&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;For more information about &lt;b&gt;S#.Installer&lt;/b&gt;, follow the &lt;b&gt;&lt;span style="font-size:140%"&gt;&lt;a href="https://stocksharp.com/articles/12374/Assign-install-and-work-with-SInstaller/" title="https://stocksharp.com/articles/12374/Assign-install-and-work-with-SInstaller/"&gt;link&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;.&lt;br /&gt;Let&amp;#39;s make trading convenient!</content>
  </entry>
  <entry>
    <id>https://stocksharp.com/topic/12002/</id>
    <title type="text">Want to join our team? We are ready to cooperate!</title>
    <published>2020-07-23T16:08:18Z</published>
    <updated>2020-07-23T16:08:18Z</updated>
    <author>
      <name>Marat</name>
      <uri>https://stocksharp.com/users/101940/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <category term="trading" />
    <category term="trade" />
    <category term="exchange trading" />
    <category term="connector to the exchange" />
    <category term="connector PLAZA 2" />
    <category term="Connector" />
    <content type="html">Good day, Friends!&lt;br /&gt;&lt;br /&gt;Most recently, we have posted the source codes of our FIX and crypto connector so that you can learn their architecture, understand our approach, and start creating your OWN based on them.&lt;br /&gt;&lt;br /&gt;We didn&amp;#39;t stop there and opened the possibility &lt;b&gt;to use the Plaza2 Cgate connector on the demo polygon for free and without a license&lt;/b&gt;. We hope that some of you have already experienced it and appreciate the advantages of direct connection!&lt;br /&gt;&lt;br /&gt;Now we want to go further and&lt;b&gt; &lt;span style="color:green"&gt; &lt;span style="font-size:140%"&gt;offer you the opportunity to work and develop in our team!&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='https://stocksharp.com/file/115199/programming-exchange-connector.jpg' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/115199/programming-exchange-connector.jpg?size=800x800" alt="programming-exchange-connector.jpg" title="programming-exchange-connector.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If &lt;b&gt;&lt;span style="font-size:140%"&gt;you are a programmer and are ready to work and collaborate with &lt;/span&gt; &lt;/b&gt; to help us develop and promote the platform, then &lt;span style="font-size:140%"&gt;&lt;b&gt;we are waiting for your resume on &lt;b&gt;&lt;a href="mailto:info@stocksharp.com"&gt;info@stocksharp.com&lt;/a&gt;.&lt;/b&gt; &lt;/b&gt; &lt;/span&gt;&lt;br /&gt;Perhaps you will become one of the creators of new unique products based on the S#. API, add new features and unique functionality that users need!</content>
  </entry>
</feed>