﻿<?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">Параметры IsSyncProcess, MaxCandleCount, MaxValueCount в версии 4.1</title>
  <id>~/topic/2717/parametry-issyncprocess-maxcandlecount-maxvaluecount-v-versii-4_1/</id>
  <rights type="text">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  <updated>2026-06-14T10:55:53Z</updated>
  <logo>https://stocksharp.com/images/logo.png</logo>
  <link href="https://stocksharp.com/handlers/atom.ashx?category=topic&amp;id=2717" rel="self" type="application/rss+xml" />
  <entry>
    <id>https://stocksharp.com/posts/m/19225/</id>
    <title type="text">В версии S# 4.0.0.23 для тестирования с использованием EmulationTrader устанавливались следующие пар...</title>
    <published>2012-05-21T19:07:15Z</published>
    <updated>2012-05-21T19:07:56Z</updated>
    <author>
      <name>paveld</name>
      <uri>https://stocksharp.com/users/6010/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;p&gt;В версии S# 4.0.0.23 для тестирования с использованием EmulationTrader устанавливались следующие параметры:&lt;/p&gt;
&lt;pre&gt;&lt;code class="language-csharp"&gt;
      var builder = new CandleBuilder(new TradeCandleBuilderSource(emulationTrader) {
        IsSyncProcess = true            
      });
      _candleManager.Sources.Add(builder);

      ( (CandleContainer) _candleManager.Container ).MaxCandleCount = 100;
      ( (CandleBuilderContainer) builder.Container ).MaxCandleCount = 100;
      ( (CandleBuilderContainer) builder.Container ).MaxValueCount = 100000;

&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Чем заменены параметры IsSyncProcess, MaxCandleCount, MaxValueCount в версии 4.1? Если они остались то как их правильно задать?&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
</feed>