﻿<?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">Familiarity with algorithmic trading.</title>
  <id>~/topic/11121/familiarity-with-algorithmic-trading_/</id>
  <rights type="text">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  <updated>2026-04-13T05:18:03Z</updated>
  <logo>https://stocksharp.com/images/logo.png</logo>
  <link href="https://stocksharp.com/handlers/atom.ashx?category=topic&amp;id=11121" rel="self" type="application/rss+xml" />
  <entry>
    <id>https://stocksharp.com/posts/m/48770/</id>
    <title type="text">Before you start talking about algo trading, you need to define it. So, what is algo trading? There ...</title>
    <published>2019-10-23T12:31:08Z</published>
    <updated>2019-10-23T12:31:08Z</updated>
    <author>
      <name>Marat</name>
      <uri>https://stocksharp.com/users/101940/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">Before you start talking about &lt;b&gt;algo trading&lt;/b&gt;, you need to define it.&lt;br /&gt;So, what is algo trading? There is a &lt;b&gt;different definition&lt;/b&gt; of this concept, only its essence and the principles on which the work is &lt;b&gt;based remain unchanged&lt;/b&gt;. Algo trading-trading, which takes place through a fully automated algorithm, which prescribes the trader, the execution of which potentially brings profit to the trader. In fact, it is a program that carries a sequence of actions. [nerd]&lt;br /&gt;&lt;br /&gt;&lt;a href='https://stocksharp.com/file/109909/trading_robot.jpg' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/109909/trading_robot.jpg?size=800x800" alt="trading_robot.jpg" title="trading_robot.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The trader himself &lt;b&gt;makes and determines&lt;/b&gt; the sequence of applications for purchase or sale, indicating the order of management of his funds.&lt;br /&gt;The money management conditions set by the trader as &lt;b&gt;program parameters&lt;/b&gt; determine the necessary or optimal size of investments, for example, purchased securities. Similarly, this system manages the allowable loss or risk at which the size of the loss will be acceptable. In this case, risk management is performed by setting the &lt;b&gt;stop loss&lt;/b&gt; algorithm.&lt;br /&gt;The absence of feelings and emotions in the &lt;b&gt;algorithmic program &lt;/b&gt;allows to avoid nervous breakdowns or other emotional outbursts. This is certainly a plus, since the work of a trader often occurs on the verge of nervous tension, and sometimes a person can lose his nerves, which will entail a rash step and as a consequence of loss. At the same time, the trader has the &lt;b&gt;opportunity &lt;/b&gt;to intervene in the work of the trading strategy, &lt;b&gt;making the necessary adjustments&lt;/b&gt;. [laugh]&lt;br /&gt;The&lt;em&gt; task of algo trading&lt;/em&gt; is the exact execution of the instructions of its system. Often in some sources you can see the name of &lt;em&gt;mechanical trading systems (MTS)&lt;/em&gt;, but algo trading is the most common name. In fact, the algorithm is &lt;b&gt;&amp;quot; mechanically &amp;quot; executed by the program&lt;/b&gt;, excluding judgments about the market situation and the state of various instruments. I must say that the &amp;quot;mechanical&amp;quot; system is &lt;b&gt;not always automated&lt;/b&gt;. The latter, unlike the first, independently makes transactions, with the participation of a person is not required or minimized.&lt;br /&gt;&lt;br /&gt;&lt;a href='https://stocksharp.com/file/109902/trade_systems.jpg' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/109902/trade_systems.jpg?size=800x800" alt="trade_systems.jpg" title="trade_systems.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Experts note that the algorithmic trading consists of &lt;b&gt;two stages&lt;/b&gt;. Let&amp;#39;s take a closer look at them.&lt;br /&gt;At the &lt;b&gt;level of the first stage&lt;/b&gt;, the trader creates his &amp;quot;mechanical&amp;quot; strategy. After creation, the process of&lt;b&gt; testing on the market data&lt;/b&gt;, and subsequently, when the strategy reaches the desired level of potential &lt;b&gt;profit&lt;/b&gt;, testing goes into real time or real trading. Note that the last stage takes place when using &lt;b&gt;minimal capital&lt;/b&gt;, as it is testing, and some traders prefer it to &lt;em&gt;&amp;quot;trade on paper&amp;quot;&lt;/em&gt;. At the same time, profitability is not the only criterion that gives an assessment of the efficiency of the strategy.&lt;br /&gt;Let&amp;#39;s talk about the means of creating and then testing the created strategies. Such tools may include &lt;b&gt;special programs&lt;/b&gt; designed for technical analysis of algorithmic systems created. The most famous are: carried out using specialized programs: &lt;em&gt;MetaStock, S#.Designer, Wealth-Lab, Tslab&lt;/em&gt; and others.&lt;br /&gt;The strategy program is written in various programming languages such as: &lt;em&gt;C#, C++, LUA &lt;/em&gt;and others. The recorded algorithm makes it possible to use the &lt;b&gt;downloaded market data &lt;/b&gt;to test the strategy, and in the future allows you to place orders in the programs used for trading. It is worth noting that strategies can be created as in constructor programs for example: &lt;em&gt;&lt;u&gt;&lt;a href="https://stocksharp.com/products/designer/" title="https://stocksharp.com/products/designer/"&gt;S#.Designer&lt;/a&gt;&lt;/u&gt;, Tslab&lt;/em&gt;, in which the strategy is created on the basis of cubes, and the program is a scheme, and in programs where direct programming is used &lt;em&gt;MetaStock, Wealth-Lab&lt;/em&gt;, including using ready-made libraries, such as &lt;u&gt;&lt;em&gt;&lt;a href="https://stocksharp.com/products/api/" title="https://stocksharp.com/products/api/"&gt;S#.API&lt;/a&gt;&lt;/em&gt;&lt;/u&gt;.&lt;br /&gt;The&lt;b&gt; second stage&lt;/b&gt; of development begins after the trader&amp;#39;s strategy has been fully tested and is ready for &lt;b&gt;real trading&lt;/b&gt;. The second stage is implemented approach strategy or a trading robot that will trade the set algorithm or the trader selects the manual bidding process on a signal received from created strategy.&lt;br /&gt;The trader connects the e&lt;b&gt;xport of stock market data&lt;/b&gt; obtained in real time to the program in which his trading strategy is created. The strategy processes the data and based on the result, sends a signal to submit applications.&lt;br /&gt;Again, what alarm action strategy can be done manually by a trader, and can be delegated to a &lt;b&gt;trading robot&lt;/b&gt;, which places bids automatically according to the algorithm, for example in systems like &lt;em&gt;S#.Designer, MT4, TSlab&lt;/em&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a href='https://stocksharp.com/file/109903/Trade_Strategy.jpg' class='lightview' data-lightview-options="skin: 'mac'" data-lightview-group='mixed'&gt;&lt;img src="https://stocksharp.com/file/109903/Trade_Strategy.jpg?size=800x800" alt="Trade_Strategy.jpg" title="Trade_Strategy.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It should be &lt;b&gt;remembered&lt;/b&gt; that the creation of a trading robot does not relieve the &lt;b&gt;trader of responsibility&lt;/b&gt; for the trade itself. The trader must &lt;b&gt;constantly monitor the work&lt;/b&gt; of his robot, edit the terms of transactions according to the changing situation in the market. [nerd]  Should be said, when &lt;b&gt;working on long time frames&lt;/b&gt;, comparable, for example, with an hour, the automation of placing orders may disappear, since the trader is able to correlate and manage the trade on &lt;b&gt;long periods&lt;/b&gt;.&lt;br /&gt;Any chosen direction of algo trading can undoubtedly bring profit to the trader, but the approach should be deep, not just at the level of the chosen algorithm, it is necessary to take into account the tools on which the trade will be conducted, the software. An important rule is analysis and testing, it &lt;b&gt;always minimizes your losses&lt;/b&gt;.</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
</feed>