Omega J Msigwa
Omega J Msigwa
3.4 (5)
  • Information
3 years
experience
5
products
271
demo versions
7
jobs
0
signals
0
subscribers
Machine Learning Expert at Fxalgebra
Welcome to my profile! I'm a dedicated and passionate Full-Stack Web Developer with an impressive track record of over 4 years in the field. My journey in the world of programming has been an exciting one, marked by a relentless pursuit of knowledge and innovation. I thrive on the challenges of the digital realm, constantly seeking opportunities to expand my skill set and deliver exceptional results.

My favorite programming language is Python, a versatile and powerful tool that I have mastered to a tee. I have harnessed the capabilities of Python in various domains, including backend web development, automation, and much more. Whether it's crafting elegant web solutions, streamlining processes through automation, or delving into data analysis, Python is my trusted companion in these endeavors.

One of my most significant achievements is my in-depth understanding of MQL5, which I've cultivated since 2019. This experience has made me a seasoned professional in algorithmic trading, equipped with the knowledge and skills to create sophisticated trading strategies that can maximize returns and minimize risks. The world of finance and trading is ever-evolving, and I ensure that I stay at the forefront of these developments to offer top-notch algorithmic trading solutions.

For a closer look at my coding prowess and contributions, feel free to follow me on GitHub: https://github.com/MegaJoctan
I take pride in my open-source projects and the code I share with the programming community.

DISCORD: https://discord.gg/jhsdFcNa
TELEGRAM: https://t.me/fxalgebra_discussion

If you're looking for a skilled collaborator for your Machine Learning project, look no further! You can hire me by opening this link: https://www.mql5.com/en/job/new?prefered=omegajoctan

I bring a wealth of experience in programming and a deep appreciation for the nuances of machine learning.

But that's not all – I also offer a range of trading products that cater to both beginners and experts. Explore my catalog of free and paid trading products here: My Trading Products. These meticulously crafted tools can help you navigate the world of algorithmic trading more effectively and profitably.

Thank you for taking the time to learn more about me. I'm always eager to connect with fellow developers, traders, and enthusiasts. Let's collaborate and innovate together!
Omega J Msigwa
Published article Better Programmer (Part 04): How to become a faster developer
Better Programmer (Part 04): How to become a faster developer

Every developer wants to be able to write code faster, and being able to code faster and effective is not some kind of special ability that only a few people are born with. It's a skill that can be learned by every coder, regardless of years of experience on the keyboard.

Omega J Msigwa
Published article Better Programmer (Part 03): Give Up doing these 5 things to become a successful MQL5 Programmer
Better Programmer (Part 03): Give Up doing these 5 things to become a successful MQL5 Programmer

This is the must-read article for anyone wanting to improve their programming career. This article series is aimed at making you the best programmer you can possibly be, no matter how experienced you are. The discussed ideas work for MQL5 programming newbies as well as professionals.

Omega J Msigwa
Published code Close All Orders and Positions
This is a simple script that Closes all Orders and Positions available
· 2 35388 8075
Omega J Msigwa
Published article Better Programmer (Part 02): Stop doing these 5 things to become a successful MQL5 programmer
Better Programmer (Part 02): Stop doing these 5 things to become a successful MQL5 programmer

This is the must read article for anyone wanting to improve their programming career. This article series is aimed at making you the best programmer you can possibly be, no matter how experienced you are. The discussed ideas work for MQL5 programming newbies as well as professionals.

Omega J Msigwa
Added topic Total Margin Position By Position Type
Hey , I've been trying to work with OrderCalcMargin which does a good job of obtaining the Margin Used by Each Order , But I'm trying to get the total of all margin Outside at the Margin Variable definition level but I'm getting same value outside
Omega J Msigwa
Published article Better Programmer (Part 01): You must stop doing these 5 things to become a successful MQL5 programmer
Better Programmer (Part 01): You must stop doing these 5 things to become a successful MQL5 programmer

There are a lot of bad habits that newbies and even advanced programmers are doing that are keeping them from becoming the best they can be to their coding career. We are going to discuss and address them in this article. This article is a must read for everyone who wants to become successful developer in MQL5.

Omega J Msigwa
Added topic Where is CopyBuffer in MQL4 ??
I haven't used MQL4 for a while , when i just get to use custom indicator when trying to get the method CopyBuffer , It doesnot exist among the built in functions, I guess my memory is not bad , It was there !!  Is there the other way to get
Omega J Msigwa
Added topic File Read Array Help !!
I have a csv file MACD .csv I want to learn how to load data into script and EA's but i'm stuck , no array is read and sometimes changing the code leads to long array numbers that i find irrelevant to what I want 2021.07 . 14 17 : 00 : 00 ; false ;
Omega J Msigwa
Published code More Trade After Break Even
Have you ever wanted to add another trade only after the previous has been modified by either trailing stop or even break even , This code will help you to be able to implement that
· 1 7834 586
Omega J Msigwa
Added topic CopyRates array working Live but fails on Backtesting returning Critical Error
Hello There this is my code    MqlRates candle[];    ArraySetAsSeries (candle, true );    CopyRates ( _Symbol , PERIOD_H4 , 0 , 3 ,candle); //-- This Array works perfect on Live Trading but going to backtest whenever
Omega J Msigwa
Left feedback to customer for job Simple ea based on MA and range market
Omega J Msigwa
Added topic i lost my programming experience overnight
its been about two years now i'm on this website as a programmer , and my profile showed that but suddenly last week it has happened that my experience dropped from one year to no experience
Omega J Msigwa
Added topic ECN brokers identifying
guys , its been three days i'm reading on this forum questions concerning ECN brokers .. i found this one useful  https://www.mql5.com/en/forum/141509 but still i haven't figured out how to actually identify ECN broker inside an EA (basically
Omega J Msigwa
Left feedback to customer for job Convert my own ea from mt4 to mt5
Omega J Msigwa
Left feedback to customer for job Converting from a anther language robot to MT5 EA
Omega J Msigwa
Added topic ICustom ZigZag returns zero value
i've been trying to get custom indicator (zigzag) value using this code...and get its signal #define       PATH     "ZigZag" void OnTick ()   { //---    double ask=
Omega J Msigwa
Added topic MT5 Tester object moves itself on one side
hello  i have been creating simple divergency strategy to my EA that will involve drawing the divergence lines to the main chart and to the indicator window ...using this code void divergence(){    CopyBuffer (rsi_handle, 0 , 0
Omega J Msigwa
Added topic Standard Chart Library Doesn't Work
Folks .. I have been trying to use the standard Library for chart.. Using this code #include <Charts\Chart.mqh> CChart         m_chart; int OnInit () { //---    m_chart.AutoScroll( true );
Omega J Msigwa
Left feedback to customer for job An EA ready to be used for the deriv platform