Skip to content
View leypascua's full-sized avatar

Block or report leypascua

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. A simply TradingView strategy using ... A simply TradingView strategy using bullish engulfing, macd and Spyfrat's BBM
    1
    // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
    2
    // © leypascua (https://twitter.com/leypascua)
    3
    
                  
    4
    //@version=4
    5
    strategy("LeyPascua Bullish Engulfing Entry Strategy", overlay=true)
  2. Imaginining C#minor, a C# language d... Imaginining C#minor, a C# language derivative that feels like Typescript
    1
    // this is how .csmin code below will be compiled
    2
    
                  
    3
    using System;
    4
    using System.Text.Json; 
    5
    using System.Diagnostics;
  3. CopyConf CopyConf Public

    A utility that copies config file templates to a destination

    C#

  4. hono-vite-poc hono-vite-poc Public

    TypeScript

  5. InstanceHashCode InstanceHashCode Public

    A deep-object instance hash code generator for .NET

    C#

  6. pggy pggy Public

    A command line tool for backing up and copying PostgreSQL Databases

    C#