Kabelo Frans Mampa
Kabelo Frans Mampa
1.7 (7)
  • Informazioni
3 anni
esperienza
7
prodotti
91
versioni demo
0
lavori
0
segnali
0
iscritti
A little bit about me, I started my trading journey in 2017. Back then, I was into binary options and deriv.com, which had a different name. I became familiar with MetaTrader in 2018 and moved to forex trading. I started to find my love for programming in 2016 when I was 14, but I only began to build my knowledge in MQL4 from YouTube in 2020. During the lockdown, I was learning and practicing consistently, but I wasn't very good in the beginning. In my first year of college in 2021, I was improving while I was studying Software Development. I built a simple Bollinger bands mean reversion martingale expert advisor, and many other concepts back then, but I just didn't understand how to optimize any of them. Fast forward to 2023, I jumped to MQL5, and it was intimidating, but I learned a lot quicker due to my previous knowledge of MQL4, and I was very intrigued with the economic calendar that MQL5 provided. So I decided to build an Expert Advisor based on News trading, and it was a major learning curve for me. I learnt a lot about how time works in trading and around the world in general, because trading is global. Time offsets and DSTs were my hardest obstacles at the time, but I built the Expert Advisor in 2024 and wrote some articles about it and the approach I took, which are not perfect looking back. But I made profits in my live account using fundamentals, but the consistency wasn't there. I now believe that fundamental trading can work, but maybe not as the main and sole strategy for your trading. I'm now focused on trend trading using linear regression to form trendlines and price action, and forming my own strategies from the ground up, but taking inspiration from others and my experiences. My educational background includes programming, cloud engineering, and data analysis.
Kabelo Frans Mampa Prodotto pubblicato

GOLD Dynamics Pro A regression-based trend structure system for XAUUSD Overview GOLD Dynamics Pro reads gold's price action the way a technical analyst would, by mapping out trend structure across recent, mid-term, and longer price ranges, then measuring where price sits relative to that structure before entering a trade. Instead of reacting to a single moving average cross or oscillator signal, the EA builds a picture of the broader trend using regression-based trendlines drawn across highs

Kabelo Frans Mampa
Articolo pubblicato Monochronic Trading (Part 1): How to Detect Broker Timezone and DST in MQL5
Monochronic Trading (Part 1): How to Detect Broker Timezone and DST in MQL5

We describe an MQL5 framework that aligns entries with session rhythms and scheduled clock events. A script identifies the broker's time zone and DST by detecting NFP spikes on EURUSD and matching them to EU/US/AU transition dates, producing EA‑ready settings. Session-to-broker time conversion and 15-minute marks constrain execution. A multi‑timeframe AMA signal aggregates trends for strategy selection and optimization.

Kabelo Frans Mampa
Articolo pubblicato News Trading Made Easy (Part 6): Performing Trades (III)
News Trading Made Easy (Part 6): Performing Trades (III)

In this article news filtration for individual news events based on their IDs will be implemented. In addition, previous SQL queries will be improved to provide additional information or reduce the query's runtime. Furthermore, the code built in the previous articles will be made functional.

Kabelo Frans Mampa
Articolo pubblicato News Trading Made Easy (Part 5): Performing Trades (II)
News Trading Made Easy (Part 5): Performing Trades (II)

This article will expand on the trade management class to include buy-stop and sell-stop orders to trade news events and implement an expiration constraint on these orders to prevent any overnight trading. A slippage function will be embedded into the expert to try and prevent or minimize possible slippage that may occur when using stop orders in trading, especially during news events.

1
Kabelo Frans Mampa
Articolo pubblicato News Trading Made Easy (Part 4): Performance Enhancement
News Trading Made Easy (Part 4): Performance Enhancement

This article will dive into methods to improve the expert's runtime in the strategy tester, the code will be written to divide news event times into hourly categories. These news event times will be accessed within their specified hour. This ensures that the EA can efficiently manage event-driven trades in both high and low-volatility environments.

Kabelo Frans Mampa
Articolo pubblicato News Trading Made Easy (Part 3): Performing Trades
News Trading Made Easy (Part 3): Performing Trades

In this article, our news trading expert will begin opening trades based on the economic calendar stored in our database. In addition, we will improve the expert's graphics to display more relevant information about upcoming economic calendar events.

Kabelo Frans Mampa
Articolo pubblicato News Trading Made Easy (Part 2): Risk Management
News Trading Made Easy (Part 2): Risk Management

In this article, inheritance will be introduced into our previous and new code. A new database design will be implemented to provide efficiency. Additionally, a risk management class will be created to tackle volume calculations.

12