Skip to content
View mrdarylguy's full-sized avatar

Block or report mrdarylguy

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
mrdarylguy/README.md

Coming from a physics background, As side projects, i built numerical models in Python for quantitative finance application. Building up my knowledge in Rust, Solana.

Pinned Loading

  1. trading_strategies trading_strategies Public

    Creating and backtesting trading strategies

    Python 1

  2. QuantFinance QuantFinance Public

    In this repo, you will find examples of different types of mathematical transforms applied to financial data

    Python

  3. Finite-Difference-Method Finite-Difference-Method Public

    This repo contains various methods for solving differential equations and different contexts in which they are solved.

    Python

  4. stock retrieval script stock retrieval script
    1
    import numpy as np
    2
    import matplotlib.pyplot as plt
    3
    import yfinance as yf
    4
    import pandas as pd
    5
    from datetime import datetime
  5. The Capital Asset Pricing Model The Capital Asset Pricing Model
    1
    """
    2
    Example here is adapted from the book: 
    3
    4
    Eryk Lewinson - Python for Finance Cookbook 
    5
    Over 50 recipes for applying modern Python libraries 
  6. Mint_transfer_tokens Mint_transfer_tokens Public

    Minting and transferring tokens on Anchor

    TypeScript