<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>Raymond P. Burkholder - Things I Do - C#</title>
    <link>http://blog.raymond.burkholder.net/</link>
    <description>In And Around Technology and The Arts</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.7.2 - http://www.s9y.org/</generator>
    <pubDate>Thu, 19 Sep 2013 11:33:24 GMT</pubDate>

    <image>
        <url>http://blog.raymond.burkholder.net/templates/bulletproof/img/s9y_banner_small.png</url>
        <title>RSS: Raymond P. Burkholder - Things I Do - C# - In And Around Technology and The Arts</title>
        <link>http://blog.raymond.burkholder.net/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>C# Drivers and Indicators on SourceForge</title>
    <link>http://blog.raymond.burkholder.net/index.php?/archives/190-C-Drivers-and-Indicators-on-SourceForge.html</link>
            <category>C#</category>
    
    <comments>http://blog.raymond.burkholder.net/index.php?/archives/190-C-Drivers-and-Indicators-on-SourceForge.html#comments</comments>
    <wfw:comment>http://blog.raymond.burkholder.net/wfwcomment.php?cid=190</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.raymond.burkholder.net/rss.php?version=2.0&amp;type=comments&amp;cid=190</wfw:commentRss>
    

    <author>nospam@example.com (Raymond P. Burkholder)</author>
    <content:encoded>
    &lt;p&gt;For the code in the zip files I released back in  &lt;a href=http://www.oneunified.net/blog/Trading/SmartQuant/SourceCodeRelease.article  target=_blank&gt;2007/10/07&lt;/a&gt;, I&#039;ve uploaded it to  &lt;a href=&quot;http://sourceforge.net/projects/ousq/&quot; target=_blank&gt;SourceForge&lt;/a&gt;.  The code can  be reviewed and downloaded via Subversion.  In summary, these are a series of C# routines  designed for use in market trading applications.

&lt;p&gt;Some of the IQFeed utilities can be used without SmartQuant libraries.  The standalone 
IQFeed utilities are desigend to retrieve live as well as historical data from DTN/IQFeed&#039;s 
services.  

&lt;p&gt;The Sockets directory provides one mechanism for asynchronously receiving data from a 
socket and passing it upwards through the stack of waiting routines.

&lt;p&gt;In the Trading.PatternAnalysis directory is an example of a ZigZag or PeakMatching 
indicator.  Be aware that it is a lagging indicator, but it is good for keep track of the 
peaks and valleys of price movement through the day.

&lt;p&gt;There are three indicators supplied in the Signals library:  Darvas (currently set with 
aggressive signallig), Pivots (the self fulfilling floor trader signals), and TVI (which is 
a trade volume index indicator).

&lt;p&gt;Probably the most interesting file in the SmartQuant directory is the Accumulation.cs 
file.  It shows a mechanism for running a sliding window (based upon seconds duration) 
through a live series of data and obtaining some deviation, variation, mean, and Bollinger 
Band statistics for the window. 

&lt;p&gt;In the same file are some files for setting up a Microsoft SQL Server database for 
maintaining IQFeed mktsymbol.txt information, trading calculations, and related information. 
    </content:encoded>

    <pubDate>Wed, 06 Feb 2008 15:20:38 +0000</pubDate>
    <guid isPermaLink="false">http://blog.raymond.burkholder.net/index.php?/archives/190-guid.html</guid>
    
</item>
<item>
    <title>Trade Optimization by Genetic Programming, Example for QuantDeveloper</title>
    <link>http://blog.raymond.burkholder.net/index.php?/archives/216-Trade-Optimization-by-Genetic-Programming,-Example-for-QuantDeveloper.html</link>
            <category>C#</category>
            <category>Trading</category>
    
    <comments>http://blog.raymond.burkholder.net/index.php?/archives/216-Trade-Optimization-by-Genetic-Programming,-Example-for-QuantDeveloper.html#comments</comments>
    <wfw:comment>http://blog.raymond.burkholder.net/wfwcomment.php?cid=216</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.raymond.burkholder.net/rss.php?version=2.0&amp;type=comments&amp;cid=216</wfw:commentRss>
    

    <author>nospam@example.com (Raymond P. Burkholder)</author>
    <content:encoded>
    &lt;p&gt;I had recieved a private message by someone requesting some background on what I had done  for my Genetic Programming trials with QuantDeveloper.

&lt;p&gt;I am releasing the example source code into the public domain.  If you make changes and 
would like to see the changes recorded here, please let me know, and I&#039;ll update the files.
 &lt;br /&gt;&lt;a href=&quot;http://blog.raymond.burkholder.net/index.php?/archives/216-Trade-Optimization-by-Genetic-Programming,-Example-for-QuantDeveloper.html#extended&quot;&gt;Continue reading &quot;Trade Optimization by Genetic Programming, Example for QuantDeveloper&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 19 Oct 2007 00:36:58 +0000</pubDate>
    <guid isPermaLink="false">http://blog.raymond.burkholder.net/index.php?/archives/216-guid.html</guid>
    
</item>
<item>
    <title>LINQ: Language Integrated Query</title>
    <link>http://blog.raymond.burkholder.net/index.php?/archives/98-LINQ-Language-Integrated-Query.html</link>
            <category>C#</category>
    
    <comments>http://blog.raymond.burkholder.net/index.php?/archives/98-LINQ-Language-Integrated-Query.html#comments</comments>
    <wfw:comment>http://blog.raymond.burkholder.net/wfwcomment.php?cid=98</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.raymond.burkholder.net/rss.php?version=2.0&amp;type=comments&amp;cid=98</wfw:commentRss>
    

    <author>nospam@example.com (Raymond P. Burkholder)</author>
    <content:encoded>
    &lt;p&gt;In the upcoming release of Microsoft&#039;s .NET version 3.0, code named ORCA, they have a  fewature called Language Integrated Query (LINQ).  [Come to think of it, v3.0 is now out,  I&#039;ve been rooted in C++, I&#039;ll have to get back to C@ and check it out].  The language  extension allows one to  write queries for anything with an iterator.  Writing inline SQL queries comes immediately  to mind.  I&#039;ve also heard that there is something called  PLINQ (Parallel LINQ).

&lt;p&gt;Here are a couple of references regarding the subject:

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://msdn2.microsoft.com/en-us/netframework/aa904594.aspx&quot; 
target=_blank&gt;The LINQ Project&lt;/a&gt;
  &lt;li&gt;&lt;a href=&quot;http://msdn.microsoft.com/msdnmag/issues/07/06/CSharp30/&quot; target=_blank&gt;The 
Evolution Of LINQ And Its Impact On The Design Of C# (v3.0)&lt;/a&gt;
  &lt;/ul&gt;

&lt;p&gt;On an unrelated programming note, &lt;a href=&quot;http://www.erlang.org&quot; 
target=_blank&gt;erlang&lt;/a&gt; is said to be a language for developing interacting distributed 
applications.  One interesting capability is Hot Code Replacement (replacing code and data 
without stopping the system). 
    </content:encoded>

    <pubDate>Tue, 14 Aug 2007 02:11:24 +0000</pubDate>
    <guid isPermaLink="false">http://blog.raymond.burkholder.net/index.php?/archives/98-guid.html</guid>
    
</item>
<item>
    <title>C# Essentials (2nd Edition) by Ben Albahari - A Book Review</title>
    <link>http://blog.raymond.burkholder.net/index.php?/archives/244-C-Essentials-2nd-Edition-by-Ben-Albahari-A-Book-Review.html</link>
            <category>C#</category>
    
    <comments>http://blog.raymond.burkholder.net/index.php?/archives/244-C-Essentials-2nd-Edition-by-Ben-Albahari-A-Book-Review.html#comments</comments>
    <wfw:comment>http://blog.raymond.burkholder.net/wfwcomment.php?cid=244</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.raymond.burkholder.net/rss.php?version=2.0&amp;type=comments&amp;cid=244</wfw:commentRss>
    

    <author>nospam@example.com (Raymond P. Burkholder)</author>
    <content:encoded>
    &lt;p&gt;Cruising through book stores, I usually encounter the 800 page behemoths that &#039;teach you  programming in 24 hours&#039; or something similar. I suppose those are good for getting you  programming with lots of examples.

&lt;p&gt;However, I like to think I&#039;m a pretty good programmer, having grown up with Pascal, C, 
and 
C++. I may be aging myself with that first one, but anyway.  So in order to pick up a new 
language, I don&#039;t really need a lot of hand holding.  I simply need something to show me the 
syntax and basic flavour of the language.  After that, I can start developing applications 
quite quickly.  Getting used to the libraries of the language is something else altogether. &lt;br /&gt;&lt;a href=&quot;http://blog.raymond.burkholder.net/index.php?/archives/244-C-Essentials-2nd-Edition-by-Ben-Albahari-A-Book-Review.html#extended&quot;&gt;Continue reading &quot;C# Essentials (2nd Edition) by Ben Albahari - A Book Review&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 30 Nov 2006 01:02:13 +0000</pubDate>
    <guid isPermaLink="false">http://blog.raymond.burkholder.net/index.php?/archives/244-guid.html</guid>
    
</item>

</channel>
</rss>
