Skip to content
View cyclocerine's full-sized avatar
:shipit:
Got a project idea? Let's make it happen!
:shipit:
Got a project idea? Let's make it happen!

Highlights

  • Pro

Block or report cyclocerine

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.

Content in all repositories owned by your account will be closed.
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
cyclocerine/README.md

F I N T E C H • A I • T R A D I N G • D E V E L O P M E N T

Tech Stack:

python logo java logo cplusplus logo arduino logo tensorflow logo pytorch logo pandas logo numpy logo nodejs logo express logo nextjs logo laravel logo django logo azure logo amazonwebservices logo digitalocean logo googlecloud logo docker logo androidstudio logo linux logo bash logo

SIGNATURE PROJECTS

Advanced risk-managed algorithmic trading platform

AI-powered market movement forecasting system

Clean UI/UX Hospital Management System

PHILOSOPHY

DATA DRIVEN ⟩⟩ RISK AWARE ⟩⟩ INNOVATION FOCUSED
def approach_to_markets():
    """My trading philosophy in code"""
    while market_is_open():
        data = collect_market_data()
        insights = apply_ai_models(data)
        if risk_is_acceptable(insights):
            execute_strategy(insights)
        continuous_learning()

pacman contribution graph

Pinned Loading

  1. HedgeFund HedgeFund Public

    The AI Hedge Fund is a sophisticated algorithmic trading platform that integrates adaptive risk management, multi-asset trading, machine learning models, and automated trading strategies. This syst…

    Python 3

  2. cyclocerine.github.io cyclocerine.github.io Public

    HTML

  3. qalu-pytorch qalu-pytorch Public

    Official PyTorch implementation of Q-ALU: Quant Asymmetric Leaky Unit: A Market Psychology Aware Activation Function with Downside Risk Protection for High Frequency Quantitative Trading and Deep R…

    Python