Giter Club home page Giter Club logo

qcalgorithm's Introduction

QCAlgorithm

Introduction

QCAlgorithm is the C# base class to access the QC-Cloud Cluster of computers, and US equities tick data. It provides an interface which connects which the QuantConnect cloud/backend.

To get started:

  1. Download the library and unzip it somewhere on your PC.
  2. Open the solution in Visual Studio or Mono Develop (an open sourced C# IDE).
  3. Modify the file "MyAlgorithm.cs" which contains your algorithm code.
  4. Compile the entire project, including all the support libraries.

This will output "QuantConnect.Algorithm.dll" which contains your algorithm. This can be uploaded to the QuantConnect cloud by committing it to your personal GIT URL. You may wish to modify the compile output directory to somewhere useful on your computer; such as the root directory of your project code.

You can access this GIT URL inside the IDE, on the project tab. Firstly you'll need to upload your private SSH key. There is a full tutorial for using GIT inside QuantConnect located here: https://www.quantconnect.com/docs/Tutorials/Backtest-Strategies-Via-GIT

Usage

The repository has several building blocks: Common, Interface and Algorithm.

  • Common - Provides the basic security objects for accessing financial data, securities and math libraries.
  • Interface - Interaction interface between the Algorithm and the backtesting platform.
  • Algorithm - Underlying class handling the logistics of placing orders, event placeholders.

Extensions

Feel free to extend this class and recommend additions / modifications to the API. We push updates to QC on a nightly basis so approved changes will be live within 48 hours.

Full API Documentation

See http://www.quantconnect.com/docs for more information.

License

Provided with the Apache 2.0 license.

About QuantConnect

QuantConnect is seeking to democratize algorithmic trading through providing powerful tools and free financial data. With our online IDE engineers can design strategies in C#, and backtest them across 15 years of free high resolution financial data. Feel free to reach out to the QC Team -- [email protected]

qcalgorithm's People

Contributors

jaredbroad avatar

Watchers

Ben Haim 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.