Omega J Msigwa
Omega J Msigwa
4 (13)
  • Information
4 years
experience
7
products
205
demo versions
8
jobs
0
signals
0
subscribers
Machine Learning Expert at Omegafx
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/2qgcadfgrx
TELEGRAM: https://t.me/omegafx_co

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 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 8323 605
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
Omega J Msigwa
Added topic Mathematical Function returns 0 value
folks This is my code NormalizeDouble ( MathAbs ( 10 / 100 ), 3 )* 1000 ); or this double math=( 10 / 100 )* 1000 ; It just returns a zero value what is wrong here i have tried Removing  NormalizeDouble and MathAbs but still the same story But
Omega J Msigwa
Added topic MT4 No Object draw On Chart but i get Object Exist Error
hey folks ..im tryna create arrows to my closed orders history using this code void draw_history(){    for ( int i= 0 ; i<OrdersHistoryTotal(); i++) {    if ( OrderSelect (i,SELECT_BY_POS,MODE_HISTORY)== true ) {
Omega J Msigwa
Added topic MQL5: last position open price function becomes slow
hello folks , i have this function that i need to get the last position open price so that i can use it to create grid positions to my EA but the problem is that this function becomes very slow to show values when i print out to see if everything is
Omega J Msigwa
Added topic Array out of range while a function works perfect
Hellow folk(s) i have this function  double high_price() {    int highSto_price;    highSto_price = iHighest ( Symbol (), PERIOD_H1 , MODE_HIGH , x_hours, 0 );    return (High[highSto_price]); } that return the high
Omega J Msigwa
Added topic MQL4 OrderSend Error 2 ...but everything on my code is fine
hellow folks ...!! my EA is working super fine on two brokers that i do normally use for testing my systems...last week i decided to download another brokers platform because my those two brokers minimum trading volume is big and i wanted to try
Omega J Msigwa
Added topic The Same stoploss and takeprofit but becomes different on the strategy tester
Hellow there ?? i have coded the EA That makes targets by pip value, it works perfect on USDCAD on testing but when testing sometimes the targets shrinks even though they display the same amount of points to positions sl and tp when i hover my mouse