GithubHelp home page GithubHelp logo

shawnallen85 / tradesharp-iqfeed-connector Goto Github PK

View Code? Open in Web Editor NEW

This project forked from trade-nexus/tradesharp-iqfeed-connector

0.0 1.0 0.0 395 KB

TradeSharp connector for IQFeed provider. TradeSharp is a C# based data feed and broker neutral Algorithmic Trading Platform that lets trading firms or individuals connect to providers, and automate any rules based trading strategies in stocks, forex and ETFs.

Home Page: http://www.tradesharp.se

License: Apache License 2.0

C# 100.00%

tradesharp-iqfeed-connector's Introduction

IMPORTANT

This is an old project and hasn't been actively maintained since 2015 and we're not providing any paid support for it.

IQFeed-Connector

This project contains a connector of IQFeed for TradeSharp (a C# based Algorithmic Trading Platform).

Find more about TradeSharp here.


Getting Started

Tools

  • Microsoft Visual Studio 2012 or higher
  • .NET Framework 4.5.1

Prerequisites

  • Working TradeSharp Application
  • Demo/Live Account for IQFeed
  • IQFeed Client 5.2.5.0 Download Link

Setting up The Connector

  1. Download the connector zip file or clone the repository.

  2. Install IQFeed Client 5.2.5.0.

  3. Update IqFeedParams.xml file in TradeSharp.MarketDataProvider.IQFeed project. The file should have similar content as shown below.

<?xml version="1.0" encoding="utf-8" ?>
<IqFeed>
  <LoginID>234567</LoginID>
  <Password>abcdefg</Password>
  <ProductID>PRODUCT_ID_IQFEED</ProductID>
  <ProductVersion>5.2.5.0</ProductVersion>
</IqFeed>

NOTE: LoginID, Password and ProductID are obtained by creating a Demo/Live account for IQFeed. Set ProductVesion as 5.2.5.0


Compiling Code

Clean and Build the code from Visual Studio.

  1. Right click on the TradeSharp.MarketDataProvider.IQFeed project.

  2. Select Clean.

  3. Right click again and select Build.

  4. Repeat the steps for TradeSharp.MarketDataProvider.IQFeed.Tests project.


Bugs

Please report bugs here

tradesharp-iqfeed-connector's People

Contributors

hasnainasyed avatar rasheedamir avatar abaziz avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.