Code Monkey home page Code Monkey logo

tutorials's Introduction

QuantConnect Logo

QuantConnect LEAN Tutorials

This repository is a collection of WordPress and Jupyter notebook tutorials for LEAN demonstrating financial concepts and LEAN. Tutorials are categorized into folders with each Category and Tutorial Series. The Jupyter notebook and the associated HTML webpage must use matching file names. The HTML is generated and displayed with wordpress.

Lean Engine is an open-source fully managed C# algorithmic trading engine built for desktop and cloud usage. It was designed in Mono and operates in Windows, Linux and Mac platforms. For more information about the LEAN Algorithmic Trading engine see the Lean Engine repository.

Contributors and Pull Requests

Contributions are warmly very welcomed but we ask you read the existing code to see how it is formatted, commented and ensure contributions match the existing style. All code submissions must include accompanying tests. Please see the contributor guide lines.

Strategy Library Development Workflow

To publish a strategy to our Strategy Library, follow the steps on the documentation page

New Tutorial Requests and Edits

Please submit new tutorial requests as an issue to the Tutorials repository. Before submitting an issue please read others to ensure it is not a duplicate. Edits and fixes for clarity are warmly welcomed!

tutorials's People

Contributors

aarjaneiro avatar alexcatarino avatar alinxlin avatar bluebutterball avatar databoytx avatar davidjacobson avatar derekmelchin avatar gaviles avatar gsalaz98 avatar gurusawhney avatar halldorandersen avatar haxdds avatar ilovedavid avatar jaredbroad avatar jcandan avatar jingwu74 avatar jonblankenship avatar kamuelafranco avatar lixiang618 avatar louisszeto avatar marrri4ka avatar martin-molinero avatar metricwang avatar qilongchan avatar rohantalip avatar shallwexiaowei avatar sherzyang avatar simonsonjack avatar wyiyun95 avatar xinweimetrics avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tutorials's Issues

Quantpedia 37 - unable to complete

The universe consists of all stocks on the London Exchange and fundamental data is required to determine the trading signals. Data necessary is not available.

payoff for the short put position?

In the Iron Condor tutorial:
payoff_short_put = [min(premium_put_higher, -(k_put_higher-i+premium_put_higher)) for i in price]

But in the Iron Butterfly tutorial:
payoff_short_put = [min(premium_atm_put, -(k_atm-i-premium_atm_put)) for i in price]

Both are payoff for the short put position, but the first one is -(k-i + premium),
the second one is -(k-i - premium), which one is correct? Thanks.

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.