• Information
1 year
experience
5
products
13
demo versions
0
jobs
0
signals
0
subscribers
Hi, my name is Gamu and I help investors like you skip years ahead.

If you want to discover how you can get better results, faster, then you're in the right place.

You can get started with any of my free expert advisors, or you can read some of my publications if you thirst for knowledge.

What are you waiting for? A lifetime partnership towards your success starts here.

I also offer consultation services if you need guidance on a project you are working on:

I charge $100/hour.

If you'd like for me to help you implement a project, customize your code, build you an expert advisor:

I charge $1000 ~ $10000 depending on the size of the project and commitment required.

Whatsapp: (+267) 78 509 167
Gamuchirai Zororo Ndawana
Published article Self Optimizing Expert Advisor With MQL5 And Python (Part IV): Stacking Models
Self Optimizing Expert Advisor With MQL5 And Python (Part IV): Stacking Models

Today, we will demonstrate how you can build AI-powered trading applications capable of learning from their own mistakes. We will demonstrate a technique known as stacking, whereby we use 2 models to make 1 prediction. The first model is typically a weaker learner, and the second model is typically a more powerful model that learns the residuals of our weaker learner. Our goal is to create an ensemble of models, to hopefully attain higher accuracy.

Gamuchirai Zororo Ndawana
Gamuchirai Zororo Ndawana
Cape-Town was a blast, I'd recommend this trip to anyone.
Gamuchirai Zororo Ndawana
Added topic ALGLIB For Beginners
I'm keen on learning how to use ALGLIB. However, all the articles I have read so far were teaching too many things at once for me to confidently follow along. Like there's theory in there about SVM, Neural Networks , Grokking Market Memory (I don't
Gamuchirai Zororo Ndawana
Published article Self Optimizing Expert Advisor with MQL5 And Python (Part III): Cracking The Boom 1000 Algorithm
Self Optimizing Expert Advisor with MQL5 And Python (Part III): Cracking The Boom 1000 Algorithm

In this series of articles, we discuss how we can build Expert Advisors capable of autonomously adjusting themselves to dynamic market conditions. In today's article, we will attempt to tune a deep neural network to Deriv's synthetic markets.

Gamuchirai Zororo Ndawana
Published article Reimagining Classic Strategies in MQL5 (Part II): FTSE100 and UK Gilts
Reimagining Classic Strategies in MQL5 (Part II): FTSE100 and UK Gilts

In this series of articles, we explore popular trading strategies and try to improve them using AI. In today's article, we revisit the classical trading strategy built on the relationship between the stock market and the bond market.

Gamuchirai Zororo Ndawana
Published article Reimagining Classic Strategies (Part VIII): Currency Markets And Precious Metals on the USDCAD
Reimagining Classic Strategies (Part VIII): Currency Markets And Precious Metals on the USDCAD

In this series of articles, we revisit well-known trading strategies to see if we can improve them using AI. In today's discussion, join us as we test whether there is a reliable relationship between precious metals and currencies.

Gamuchirai Zororo Ndawana
Published article Reimagining Classic Strategies (Part VII) : Forex Markets And Sovereign Debt Analysis on the USDJPY
Reimagining Classic Strategies (Part VII) : Forex Markets And Sovereign Debt Analysis on the USDJPY

In today's article, we will analyze the relationship between future exchange rates and government bonds. Bonds are among the most popular forms of fixed income securities and will be the focus of our discussion.Join us as we explore whether we can improve a classic strategy using AI.

Gamuchirai Zororo Ndawana
Published article Gain an Edge Over Any Market (Part III): Visa Spending Index
Gain an Edge Over Any Market (Part III): Visa Spending Index

In the world of big data, there are millions of alternative datasets that hold the potential to enhance our trading strategies. In this series of articles, we will help you identify the most informative public datasets.

Gamuchirai Zororo Ndawana
Published article Reimagining Classic Strategies (Part VI): Multiple Time-Frame Analysis
Reimagining Classic Strategies (Part VI): Multiple Time-Frame Analysis

In this series of articles, we revisit classic strategies to see if we can improve them using AI. In today's article, we will examine the popular strategy of multiple time-frame analysis to judge if the strategy would be enhanced with AI.

Gamuchirai Zororo Ndawana
Published article Reimagining Classic Strategies (Part V): Multiple Symbol Analysis on USDZAR
Reimagining Classic Strategies (Part V): Multiple Symbol Analysis on USDZAR

In this series of articles, we revisit classical strategies to see if we can improve the strategy using AI. In today's article, we will examine a popular strategy of multiple symbol analysis using a basket of correlated securities, we will focus on the exotic USDZAR currency pair.

Gamuchirai Zororo Ndawana
Published article Reimagining Classic Strategies (Part IV): SP500 and US Treasury Notes
Reimagining Classic Strategies (Part IV): SP500 and US Treasury Notes

In this series of articles, we analyze classical trading strategies using modern algorithms to determine whether we can improve the strategy using AI. In today's article, we revisit a classical approach for trading the SP500 using the relationship it has with US Treasury Notes.

Gamuchirai Zororo Ndawana
Added topic Failing to read a CSV file
Hi guys. I'm trying to read in a csv file with 2 rows and 8 columns and I keep failing.  I'm able to open the file, however I cannot yet access the content of the file. Here is my code
Gamuchirai Zororo Ndawana
Published article Build Self Optimizing Expert Advisors With MQL5 And Python (Part II): Tuning Deep Neural Networks
Build Self Optimizing Expert Advisors With MQL5 And Python (Part II): Tuning Deep Neural Networks

Machine learning models come with various adjustable parameters. In this series of articles, we will explore how to customize your AI models to fit your specific market using the SciPy library.

Gamuchirai Zororo Ndawana
Published article Reimagining Classic Strategies (Part III): Forecasting Higher Highs And Lower Lows
Reimagining Classic Strategies (Part III): Forecasting Higher Highs And Lower Lows

In this series article, we will empirically analyze classic trading strategies to see if we can improve them using AI. In today's discussion, we tried to predict higher highs and lower lows using the Linear Discriminant Analysis model.

Gamuchirai Zororo Ndawana
Published article Build Self Optimizing Expert Advisors With MQL5 And Python
Build Self Optimizing Expert Advisors With MQL5 And Python

In this article, we will discuss how we can build Expert Advisors capable of autonomously selecting and changing trading strategies based on prevailing market conditions. We will learn about Markov Chains and how they can be helpful to us as algorithmic traders.

Gamuchirai Zororo Ndawana
Published article Reimagining Classic Strategies (Part II): Bollinger Bands Breakouts
Reimagining Classic Strategies (Part II): Bollinger Bands Breakouts

This article explores a trading strategy that integrates Linear Discriminant Analysis (LDA) with Bollinger Bands, leveraging categorical zone predictions for strategic market entry signals.

Anil Varma
Anil Varma 2024.08.28
Thanks for your reply, I understood your point for using vectors.
Gamuchirai Zororo Ndawana
Published article Combine Fundamental And Technical Analysis Strategies in MQL5 For Beginners
Combine Fundamental And Technical Analysis Strategies in MQL5 For Beginners

In this article, we will discuss how to integrate trend following and fundamental principles seamlessly into one Expert Advisors to build a strategy that is more robust. This article will demonstrate how easy it is for anyone to get up and running building customized trading algorithms using MQL5.

Gamuchirai Zororo Ndawana
Published article SP500 Trading Strategy in MQL5 For Beginners
SP500 Trading Strategy in MQL5 For Beginners

Discover how to leverage MQL5 to forecast the S&P 500 with precision, blending in classical technical analysis for added stability and combining algorithms with time-tested principles for robust market insights.

Gamuchirai Zororo Ndawana
Published article Reimagining Classic Strategies in Python: MA Crossovers
Reimagining Classic Strategies in Python: MA Crossovers

In this article, we revisit the classic moving average crossover strategy to assess its current effectiveness. Given the amount of time time since its inception, we explore the potential enhancements that AI can bring to this traditional trading strategy. By incorporating AI techniques, we aim to leverage advanced predictive capabilities to potentially optimize trade entry and exit points, adapt to varying market conditions, and enhance overall performance compared to conventional approaches.

Gamuchirai Zororo Ndawana
Published article Gain An Edge Over Any Market (Part II): Forecasting Technical Indicators
Gain An Edge Over Any Market (Part II): Forecasting Technical Indicators

Did you know that we can gain more accuracy forecasting certain technical indicators than predicting the underlying price of a traded symbol? Join us to explore how to leverage this insight for better trading strategies.

123