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"]- π Developing high-performance trading systems
- π» Exploring low-level system optimization
- π Implementing automated market strategies
- π Building robust financial algorithms
graph LR
A[Market Analysis] -->|Algorithms| B[Strategy Development]
B -->|Implementation| C[Automated Trading]
C -->|Optimization| D[Performance Tuning]
D -->|Analysis| A
// 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";
};- π Advanced C++ optimization techniques
- π₯οΈ CUDA programming for parallel computing
- π Machine Learning in financial markets
- π§ Hardware acceleration for trading systems
- 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
}
};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]
- π 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." β‘