﻿<?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">Сделки дочерней стратегии MarketQuotingStrategy, не считаются сделками родительской стратегии</title>
  <id>~/topic/8958/sdelki-dochernei-strategii-marketquotingstrategy-ne-schitayutsya-sdelkami-roditelskoi-strategii/</id>
  <rights type="text">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  <updated>2026-04-24T08:59:00Z</updated>
  <logo>https://stocksharp.com/images/logo.png</logo>
  <link href="https://stocksharp.com/handlers/atom.ashx?category=topic&amp;id=8958" rel="self" type="application/rss+xml" />
  <entry>
    <id>https://stocksharp.com/posts/m/42116/</id>
    <title type="text">Сделки дочерней стратегии MarketQuotingStrategy, не считаются сделками родительской стратегии. Тоест...</title>
    <published>2017-12-24T07:35:50Z</published>
    <updated>2017-12-24T08:14:03Z</updated>
    <author>
      <name>Иван З.</name>
      <uri>https://stocksharp.com/users/6502/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">Сделки дочерней стратегии MarketQuotingStrategy, не считаются сделками родительской стратегии.&lt;br /&gt;Тоесть, если я использую&lt;br /&gt;&lt;div class="code"&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;div class="innercode"&gt;&lt;pre class="brush:c#"&gt;

var childStrategy = new MarketQuotingStrategy(Sides.Buy, 1);
ChildStrategies.Add(childStrategy);
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;то в сделки совершенные MarketQuotingStrategy не будут приходить через событие _strategy.NewMyTrade родительской стратегии. &lt;br /&gt;PNL тоже не считается.</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
</feed>