Skip to content
View DBoyara's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report DBoyara

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. FinamTradeApiPy FinamTradeApiPy Public

    Асинхронный REST-клиент для API Finam: https://finamweb.github.io/trade-api-docs/

    Python 20 7

  2. True ADX indicator like in QUIK True ADX indicator like in QUIK
    1
    import numpy as np
    2
    
                  
    3
    def adx(high, low, close, window=14):
    4
        """Функция для вычисления Average Directional Index (ADX)
    5
  3. vue-practice vue-practice Public

    Just for practice

    Vue

  4. Node-Express-Practice Node-Express-Practice Public

    Just for practice

    JavaScript