Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View Franx245's full-sized avatar

Block or report Franx245

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

πŸ‘‹ Hey there! I'm Francisco Falk

πŸš€ About Me

20-year-old Computer Engineering student passionate about the intersection of finance and technology. I specialize in algorithmic trading and low-level programming, constantly pushing the boundaries of what's possible in automated trading systems.

class Fran:
    def __init__(self):
        self.name = "Fran"
        self.age = 20
        self.location = "Argentina"
        self.role = "Computer Engineering Student"
        self.languages = ["C", "C++", "Python", "Assembly"]
        self.interests = ["Algorithmic Trading", 
                         "Low-Level Programming",
                         "Financial Markets",
                         "System Architecture"]

🎯 Current Focus

  • πŸ“ˆ Developing high-performance trading systems
  • πŸ’» Exploring low-level system optimization
  • πŸ”„ Implementing automated market strategies
  • 🌐 Building robust financial algorithms

πŸ’‘ Expertise Areas

Trading & Finance

graph LR
    A[Market Analysis] -->|Algorithms| B[Strategy Development]
    B -->|Implementation| C[Automated Trading]
    C -->|Optimization| D[Performance Tuning]
    D -->|Analysis| A
Loading

Programming

// My programming journey
struct Skills {
    char* languages[4] = {"C", "C++", "Python", "Assembly"};
    char* specialties[3] = {"Low-Level Programming",
                           "System Optimization",
                           "Algorithm Design"};
    char* current_focus = "High-Performance Trading Systems";
};

πŸ›  Tech Stack

Languages & Tools

Currently Learning

  • πŸ” Advanced C++ optimization techniques
  • πŸ–₯️ CUDA programming for parallel computing
  • πŸ“Š Machine Learning in financial markets
  • πŸ”§ Hardware acceleration for trading systems

πŸ“ˆ Projects Highlight

Trading Assistant

  • High-performance bridge between Telegram and MT5
  • Sub-millisecond execution times
  • Advanced signal processing
  • Real-time market analysis
// Example of my coding style
template<typename T>
class TradingEngine {
private:
    std::vector<T> signals;
    std::atomic<bool> running;

public:
    void process_signal(const T& signal) {
        // High-performance signal processing
    }
};

🌱 Learning Path

graph TD
    A[Computer Engineering] -->|Foundation| B[Low-Level Programming]
    B -->|Optimization| C[System Architecture]
    C -->|Application| D[Trading Systems]
    D -->|Innovation| E[Future Projects]
Loading

🎯 Future Goals

  • πŸš€ Develop cutting-edge trading algorithms
  • πŸ”¬ Research in high-frequency trading
  • 🌟 Contribute to open-source financial projects
  • πŸ“š Share knowledge through technical articles

⚑ "The best way to predict the future is to create it." ⚑

Profile views

Popular repositories Loading

  1. Franx245 Franx245 Public

    1

  2. Web-Scraping-Python Web-Scraping-Python Public

    Web scraping with python from FITIA APP

    Python 1

  3. Mentes-Brillantes Mentes-Brillantes Public

    Mentes Brillantes es una plataforma web inclusiva diseΓ±ada para apoyar a personas con discapacidad de aprendizaje. Combinamos juegos educativos interactivos con contenido informativo para estudiant…

    HTML 1

  4. MelonLoader MelonLoader Public

    Forked from LavaGang/MelonLoader

    The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono

    C#

  5. USB_Host_Shield_2.0 USB_Host_Shield_2.0 Public

    Forked from felis/USB_Host_Shield_2.0

    Revision 2.0 of USB Host Library for Arduino.

    C++

  6. csgo-sus csgo-sus Public

    Forked from claabs/csgo-sus

    Lookup in-depth public data on CSGO players' accounts to see if they're suspicious

    TypeScript