﻿<?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">Get BID side from DukasCopyHistorySource</title>
  <id>~/topic/10481/get-bid-side-from-dukascopyhistorysource/</id>
  <rights type="text">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  <updated>2026-06-14T13:06:00Z</updated>
  <logo>https://stocksharp.com/images/logo.png</logo>
  <link href="https://stocksharp.com/handlers/atom.ashx?category=topic&amp;id=10481" rel="self" type="application/rss+xml" />
  <entry>
    <id>https://stocksharp.com/posts/m/46848/</id>
    <title type="text">var history = new DukasCopyHistorySource(new CsvNativeIdStorage(&amp;quot;C:\test\asd.csv&amp;quot;), new InMemoryExch...</title>
    <published>2019-03-02T13:53:00Z</published>
    <updated>2019-03-02T13:53:00Z</updated>
    <author>
      <name>jaykop@wp.pl</name>
      <uri>https://stocksharp.com/users/103974/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;p&gt;var history = new DukasCopyHistorySource(new CsvNativeIdStorage(&amp;quot;C:\test\asd.csv&amp;quot;), new InMemoryExchangeInfoProvider());&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
var security = new Security()
{
	Id = &amp;quot;EURUSD&amp;quot;,
};

var timeFrame = TimeSpan.FromHours(1);

var timeFrameCandleMessages = history.LoadCandles(security, timeFrame, new DateTime(2019, 1, 1), Level1Fields.Yield);

&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This code only gets me ASK prices. I want to download only BID prices. How I can do this?&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
</feed>