Skip to content
View Doggie52's full-sized avatar
📈
📈
Block or Report

Block or report Doggie52

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Lean-Batch-Launcher Lean-Batch-Launcher Public

    Unofficial alternative launcher for QuantConnect's LEAN allowing for parallel execution and looping/batching with customizable parameters and ranges.

    C# 44 8

  2. Lean-Zoned-Time-Of-Day-Consolidator Lean-Zoned-Time-Of-Day-Consolidator Public

    Consolidator for QuantConnect LEAN; Consolidates bars once a day at a specific time of day in a given timezone

    C# 10 2

  3. QuantConnect-Telegram-Bot QuantConnect-Telegram-Bot Public

    Unofficial Telegram bot for retrieving data from a QuantConnect live algorithm deployment.

    C# 8 5

  4. QuantConnect/Lean QuantConnect/Lean Public

    Lean Algorithmic Trading Engine by QuantConnect (Python, C#)

    C# 8.7k 3.1k

  5. Microsoft Excel UDF macro to calcula... Microsoft Excel UDF macro to calculate Internal Rate of Return, Annualised Volatility, Annualised Downside Volatility and Maximum Drawdown of timeseries
    1
    Function DIRR(first_price_cell As Range, first_date_cell As Range) As Double
    2
    
                  
    3
        ' Gets various useful numbers
    4
        Dim first_row As Long, last_row As Long, price_column As Long, date_column As Long, sheet As Worksheet
    5
        first_row = first_price_cell.Row                ' first row
  6. matthewgilbert/erc matthewgilbert/erc Public

    Simple Equal Risk Contribution Module

    Python 15 5