Skip to content
View MostafaRoohy's full-sized avatar

Block or report MostafaRoohy

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

Hi there! 👋 I'm Mostafa

🤖 📈 Machine Learning Professional & Algorithmic Trader

I'm a machine learning professional who loves solving real-world problems—especially in the world of finance. I focus on building practical ML solutions with predictive modeling, time series forecasting, and classification/regression.

Along the way, I also build and fine-tune algorithmic trading strategies using Python and MQL5. I developed deep experience converting strategies and code between Python, MQL5, and Pine Script, helping bridge the gap across platforms and tools.

🙃 Yes! My python code style is customized. I don't like pep8.


🛠️ Technologies & Skills:

  • Programming: Python | MQL5 | Pine Script | C++
  • Machine Learning: Predictive modeling | Classification | Regression | Time Series Analysis
  • Algorithmic Trading: Strategy development | Backtesting | Optimization | MQL5, Pine, Python Conversion

🤝 Let's Connect!

Feel free to reach out to discuss ideas, collaborate on interesting projects, or just connect over shared interests and have a chat!

EMail LinkedIn Telegram Telegram Channel

Pinned Loading

  1. BrainyCharts BrainyCharts Public

    Python Wrapper For Tradingview's Advanced Charts

    HTML

  2. CustomKNN CustomKNN Public

    Customizable K-Nearest Neighbors (KNN) algorithm for machine learning, allowing users to specify the number of votes required for classification of each data point.

    Jupyter Notebook

  3. CustomDecisionTree CustomDecisionTree Public

    Decision Tree algorithm built from scratch in Python.

    Jupyter Notebook

  4. CustomLogisticRegression CustomLogisticRegression Public

    Logistic Regression algorithm built from scratch in Python.

    Jupyter Notebook

  5. CustomPerceptron CustomPerceptron Public

    Perceptron algorithm built from scratch in Python.

    Python