﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type='text/css' href='https://stocksharp.ru/css/style.css'?>
<?xml-stylesheet type='text/css' href='https://stocksharp.ru/css/bbeditor.css'?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title type="html">Лишние инструменты</title>
  <id>~/topic/9419/lishnie-instrumenty/</id>
  <rights type="text">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  <updated>2026-06-10T01:20:39Z</updated>
  <logo>https://stocksharp.ru/images/logo.png</logo>
  <link href="https://stocksharp.ru/handlers/atom.ashx?category=topic&amp;id=9419" rel="self" type="application/rss+xml" />
  <entry>
    <id>https://stocksharp.ru/posts/m/43668/</id>
    <title type="text">this.GuiAsync(() =&amp;gt; ); вот здесь вы же ВСЕ инструменты передаёте, </title>
    <published>2018-05-08T14:45:20Z</published>
    <updated>2018-05-08T14:45:20Z</updated>
    <author>
      <name>towace</name>
      <uri>https://stocksharp.ru/users/6501/</uri>
      <email>info@stocksharp.ru</email>
    </author>
    <content type="html">&lt;p cbSecurities.ItemsSource="Trader.Securities;"&gt;this.GuiAsync(() =&amp;gt; ); вот здесь вы же ВСЕ инструменты передаёте,&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.ru/posts/m/43654/</id>
    <title type="text">Хочу ограничить нужные инструменты в торговом роботе. Все нормально, но почему инструменты LKOH@MICE...</title>
    <published>2018-05-07T18:32:52Z</published>
    <updated>2018-05-07T18:32:52Z</updated>
    <author>
      <name>Дмитрий</name>
      <uri>https://stocksharp.ru/users/101336/</uri>
      <email>info@stocksharp.ru</email>
    </author>
    <content type="html">&lt;p&gt;Хочу ограничить нужные инструменты в торговом роботе. Все нормально, но почему инструменты LKOH@MICEX и USD000000TOD@MICEX отображаются все равно. Почему они появляются, если я указываю явно:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;        Trader.LookupSecurities(new Security() { Id = &amp;quot;BRM8@FORTS&amp;quot;, Board = ExchangeBoard.Forts });

        Trader.LookupSecuritiesResult += (ex, securities) =&amp;gt;
            {
                this.GuiAsync(() =&amp;gt; { cbSecurities.ItemsSource = Trader.Securities; });
            };
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Вроде бы должен быть только один &amp;quot;BRM8@FORTS&amp;quot;?&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
</feed>