﻿<?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">Binary Storage Corrupted</title>
  <id>~/topic/8795/binary-storage-corrupted/</id>
  <rights type="text">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  <updated>2026-04-09T03:47:30Z</updated>
  <logo>https://stocksharp.ru/images/logo.png</logo>
  <link href="https://stocksharp.ru/handlers/atom.ashx?category=topic&amp;id=8795" rel="self" type="application/rss+xml" />
  <entry>
    <id>https://stocksharp.ru/posts/m/41512/</id>
    <title type="text">Hi Mikhail That works now.. When will this appear in a new NuGet package version? It took my a while...</title>
    <published>2017-11-05T12:13:00Z</published>
    <updated>2017-11-05T12:13:00Z</updated>
    <author>
      <name>Sean Kenwrick</name>
      <uri>https://stocksharp.ru/users/98038/</uri>
      <email>info@stocksharp.ru</email>
    </author>
    <content type="html">Hi Mikhail&lt;br /&gt;&lt;br /&gt;That works now..    When will this appear in a new NuGet package version?   It took my a while to get the repository to build and to reference it correctly from my project, so I would prefer to use the NuGet package when it becomes available..&lt;br /&gt;&lt;br /&gt;Let me know&lt;br /&gt;&lt;br /&gt;Sean</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.ru/posts/m/41511/</id>
    <title type="text">Hi Mikhail Thanks for your prompt response! I will give this fix a try and see how it goes... I will...</title>
    <published>2017-11-05T01:10:02Z</published>
    <updated>2017-11-05T01:10:02Z</updated>
    <author>
      <name>Sean Kenwrick</name>
      <uri>https://stocksharp.ru/users/98038/</uri>
      <email>info@stocksharp.ru</email>
    </author>
    <content type="html">Hi Mikhail&lt;br /&gt;&lt;br /&gt;Thanks for your prompt response! I will give this fix a try and see how it goes...&lt;br /&gt;&lt;br /&gt;I will also check out your link about the crypto campaign..&lt;br /&gt;&lt;br /&gt;Many thanks&lt;br /&gt;Sean Kenwrick</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.ru/posts/m/41509/</id>
    <title type="text">Try to apply this fix to your binaries - https://github.com/StockSharp/StockSharp/commit/2d56dae3cca...</title>
    <published>2017-11-04T22:23:06Z</published>
    <updated>2017-11-04T22:23:06Z</updated>
    <author>
      <name>Mikhail Sukhov</name>
      <uri>https://stocksharp.ru/users/201/</uri>
      <email>info@stocksharp.ru</email>
    </author>
    <content type="html">Try to apply this fix to your binaries - &lt;a target="_blank" href="https://github.com/StockSharp/StockSharp/commit/2d56dae3cca53843d71018d7f628d94d81421d75" title="https://github.com/StockSharp/StockSharp/commit/2d56dae3cca53843d71018d7f628d94d81421d75"&gt;https://github.com/Stock...d71018d7f628d94d81421d75&lt;/a&gt;</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.ru/posts/m/41507/</id>
    <title type="text">Thanks for the report. It&amp;apos;s very important message. Our binary storage do not work properly with hig...</title>
    <published>2017-11-04T21:33:48Z</published>
    <updated>2017-11-04T21:33:48Z</updated>
    <author>
      <name>Mikhail Sukhov</name>
      <uri>https://stocksharp.ru/users/201/</uri>
      <email>info@stocksharp.ru</email>
    </author>
    <content type="html">Thanks for the report.&lt;br /&gt;&lt;br /&gt;It&amp;#39;s very important message. Our binary storage do not work properly with highly fractional prices and volumes. We will fix it asap.&lt;br /&gt;&lt;br /&gt;Btw did you seen our crypto campaign - &lt;a href="http://crowd.stocksharp.com/product/crypto/ " title="http://crowd.stocksharp.com/product/crypto/ "&gt;http://crowd.stocksharp.com/product/crypto/ &lt;/a&gt;? Poloniex is one of the exchanges. All crypto connectors will be unavailable for public so if you have a plans to work with Poloniex it should be interesting for you.</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.ru/posts/m/41505/</id>
    <title type="text">I have been having problems with Saving and Loading candle data from local Binary storage. When I sa...</title>
    <published>2017-11-04T18:51:54Z</published>
    <updated>2017-11-04T18:51:54Z</updated>
    <author>
      <name>Sean Kenwrick</name>
      <uri>https://stocksharp.ru/users/98038/</uri>
      <email>info@stocksharp.ru</email>
    </author>
    <content type="html">I have been having problems with Saving and Loading candle data from local Binary storage.       When I save a set of s# candles to local storage, then immediately reload that data into another list of candles - if I compare the two lists I see several short sequences of candles where the data is not the same and has been corrupted.&lt;br /&gt;&lt;br /&gt;I have attached a small winforms program that demonstrates this issue.     In this program there are 5 buttons which to the following actions:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;&lt;br /&gt;Delete Existing S# binary Storage&lt;br /&gt;Read a JSON file containing historical 5 minute candle data and and convert to S# Candles&lt;br /&gt;Save the S# candles to local Binary storage&lt;br /&gt;Load the local Binary storage to a second list of s# candles.&lt;br /&gt;Iterate over the two lists and print out any differences.&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;This has been causing me a great deal of problems with analyzing historical data since the data I am loaded has nonsense values and causes indicators to give wildly inaccurate values!&lt;br /&gt;&lt;br /&gt;Please can you check the attached application and see if I am doiny anything wrong, or if there is indeed a problem with binary storage..&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Sean Kenwrick</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
</feed>