﻿<?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">custom dde table. StockSharp</title>
  <id>https://stocksharp.ru/handlers/atom.ashx?category=tag&amp;id=custom dde table&amp;type=community</id>
  <rights type="text">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  <updated>2026-06-10T12:25:32Z</updated>
  <logo>https://stocksharp.ru/images/logo.png</logo>
  <link href="https://stocksharp.ru/handlers/atom.ashx?category=tag&amp;id=custom dde table&amp;type=community" rel="self" type="application/rss+xml" />
  <entry>
    <id>https://stocksharp.ru/topic/6971/</id>
    <title type="text">Quik Lua custom DDE Table, не стандартные параметры инструментов.</title>
    <published>2016-11-22T13:50:19Z</published>
    <updated>2016-11-23T11:47:54Z</updated>
    <author>
      <name>ASorokovoy</name>
      <uri>https://stocksharp.ru/users/6180/</uri>
      <email>info@stocksharp.ru</email>
    </author>
    <category term="Quik" />
    <category term="Lua" />
    <category term="Custom DDE Table" />
    <content type="html">&lt;p&gt;Пытаюсь переехать на S# 4.3.19
Робот использует экспорт кастомной таблицы (требуються параметры цены аукциона открытия).&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;При попытки подключения через DDE не экспортируетсья таблица инстурментов (событие Trader.NewSecurities не вызываеться).
При потытке проставить Флаг.
Trader.RequestAllSecurities = true;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Вылетает исключние: InvalidOperationException &amp;quot;Последовательность не содержит элементов&amp;quot;&lt;/p&gt;
&lt;ol start="2"&gt;
&lt;li&gt;При подключени через lua.
При попытке добавить кастомную DDE таблицу
Trader.CustomTables.Add(extratable);&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Вылетает исключние: InvalidOperationException &amp;quot;Последовательность не содержит элементов&amp;quot;&lt;/p&gt;
&lt;p&gt;По большей мере 1) и 2) выглядят логично.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;DDE не потдерживаеться.&lt;/li&gt;
&lt;li&gt;Lua к DDE отношения не имеет, поэтому поле заблокированно.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Но так все же, есть возможность получить по инструменту кастомные поля, типа &amp;quot;Цена аукц.&amp;quot;, при использованиии подключения через Lua ?&lt;/p&gt;
</content>
  </entry>
</feed>