﻿<?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">how to import bitmex history data by using S#data</title>
  <id>~/topic/11776/how-to-import-bitmex-history-data-by-using-sdata/</id>
  <rights type="text">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  <updated>2026-06-14T23:34:39Z</updated>
  <logo>https://stocksharp.com/images/logo.png</logo>
  <link href="https://stocksharp.com/handlers/atom.ashx?category=topic&amp;id=11776" rel="self" type="application/rss+xml" />
  <entry>
    <id>https://stocksharp.com/posts/m/50482/</id>
    <title type="text">got it, thanks </title>
    <published>2020-05-20T06:52:37Z</published>
    <updated>2020-05-20T06:52:37Z</updated>
    <author>
      <name>Jun Feng</name>
      <uri>https://stocksharp.com/users/108299/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;p&gt;got it, thanks&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/50326/</id>
    <title type="text">Hello For importing quotes you can use these settings 56f9fc12d45bc24d2af31f92e62af996.png e8ccde93f...</title>
    <published>2020-05-08T00:52:37Z</published>
    <updated>2020-05-08T00:52:37Z</updated>
    <author>
      <name>Support</name>
      <uri>https://stocksharp.com/users/97869/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;For importing quotes you can use these settings&lt;/p&gt;
&lt;p&gt;&lt;img src="/file/113116/56f9fc12d45bc24d2af31f92e62af996.png" alt="56f9fc12d45bc24d2af31f92e62af996.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="/file/113117/e8ccde93f7ae77db1f7a53d4c14611a0.mp4"&gt;e8ccde93f7ae77db1f7a53d4c14611a0.mp4&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For tick like that:&lt;/p&gt;
&lt;p&gt;&lt;img src="/file/113118/1332510b6ab207ec14f02ae160b50ed3.png" alt="1332510b6ab207ec14f02ae160b50ed3.png" /&gt;&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/50311/</id>
    <title type="text">ok, thanks. </title>
    <published>2020-05-05T18:50:40Z</published>
    <updated>2020-05-05T18:50:40Z</updated>
    <author>
      <name>Jun Feng</name>
      <uri>https://stocksharp.com/users/108299/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;p&gt;ok, thanks.&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/50297/</id>
    <title type="text">Hello You can use the following process - https://doc.stocksharp.com/html/eac5ea13-e8a5-4133-82bd-44...</title>
    <published>2020-05-05T00:48:13Z</published>
    <updated>2020-05-05T00:48:13Z</updated>
    <author>
      <name>Support</name>
      <uri>https://stocksharp.com/users/97869/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;You can use the following process - &lt;a href="https://doc.stocksharp.com/html/eac5ea13-e8a5-4133-82bd-4442a4df3aca.htm"&gt;https://doc.stocksharp.com/html/eac5ea13-e8a5-4133-82bd-4442a4df3aca.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Right now our importing process do not support the fields like grossValue,homeNotional,foreignNotional. The better way to use direct connection and save it via Hydra as a regular data source.&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/50288/</id>
    <title type="text">I download csv data from public.bitmex.com. How to import bitmex csv data into local database of S#d...</title>
    <published>2020-05-04T08:32:45Z</published>
    <updated>2020-05-04T08:32:45Z</updated>
    <author>
      <name>Jun Feng</name>
      <uri>https://stocksharp.com/users/108299/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;p&gt;I download csv data from public.bitmex.com. How to import bitmex csv data into local database of S#data?
The download data includes quote csv files and trade csv files.&lt;/p&gt;
&lt;p&gt;quote csv format and sample
timestamp,symbol,bidSize,bidPrice,askPrice,askSize
2020-05-02D00:00:04.212877000,ADAM20,267375,5.79e-06,5.8e-06,1202626&lt;/p&gt;
&lt;p&gt;trade csv format and sample
timestamp,symbol,side,size,price,tickDirection,trdMatchID,grossValue,homeNotional,foreignNotional
2020-05-02D00:02:11.511351000,ADAM20,Buy,1379,5.8e-06,PlusTick,ee7a821c-6ab3-aef2-e32e-727937eaa778,799820,1379,0.0079982&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
</feed>