MQL Programming

banner ad

[Video] Build Your Own Forex Trading Robot

I was just looking  through some old files I’d created when I first started ATS back in 2008 and I came across one of the first videos that I ever made. It was pretty funny to see the video again as I literally hadn’t looked at in years and it was weird to notice some [...]

January 28, 2012 | 0 Comments More

Free MQL4 Video Training Course

If you’re a regular visitor to ATS then you’ve no doubt heard of my MQL4 video training course but if not take a few moments to see what it has to offer by clicking here. I normally sell the course for $199 but you can grab a copy today for free. After watching the course [...]

January 20, 2012 | 0 Comments More

MQL4 Tutorial – Learn for Free!

Trying to learn anything can sometimes seem quite daunting at first but as you become familiar with the particular subject matter you soon realize that it wasn't quite as hard as you'd first feared. To easily learn MQL4 you need to find a good introductory MQL4 tutorial and you'll find a clear and concise one [...]

December 31, 2011 | 0 Comments More

Crazy Christmas Special On MQL4 Programming Course

In the spirit of the season I thought I’d do something special and so I decided to offer my MQL4 Programming Video Course at a very special low rate. Almost 3 hours of video training by a professional MQL4 programmer for only $25…CRAZY!!!! Here’s the deal… On December 1st I will be selling the course [...]

November 28, 2011 | 0 Comments More

Code Your Own Trailing Stop – FREE eBook

Following on from the success of my last free eBook I’ve been asked by many of my blog visitors to write another one so here it is. I put together an instructional and, hopefully, informative book showing programmers with ZERO previous experience how to code their very own trailing stop EA that will use a [...]

March 7, 2011 | 0 Comments More

New MQL4 Free eBook

I've just finished writing a short eBook on the subject of MQL4 objects that you might like to take a look at. There's also a tutorial on how to build a very simple but useful indicator. I wrote the first version of the indicator 3 years ago and I still use it today. It's an [...]

January 23, 2011 | 0 Comments More

MQL4 Video Training Course – Finally Available to the Public

From Novice to EA Developer in 10 Simple Lessons Would you like to trade like a pro on the Forex Market but have NO programming experience?  Wish you had a short cut to learning all the programming knowledge required to translate your strategy into an EA? Now You Can Learn MQL4 In Simple, Straight-Forward Language [...]

September 16, 2010 | 4 Comments More

New MQL4 Course Starting Next Week

I’ll be starting the next set of classes on July 6th so if you want to learn how to code MQL4 from a professional developer then read on. As part of my MQL4 training course students are given a video to accompany each lesson. The video compliments the 30 min one on one weekly chat [...]

July 1, 2010 | 0 Comments More

Do You Have The Right Mindset to Be An EA Programmer?

So you want to start learning to program in MQL and begin writing you own EA’s. Well that’s great but before you start hitting the books and reading the tutorials ask yourself this question. Do you have the right mindset to become a programmer? Believe it or not most people aren’t naturally gifted with the [...]

June 19, 2010 | 1 Comment More

Testing EA with Impressive Results

A few weeks ago a client of mine contacted me about a commercial EA he had been testing and was raving about how impressive the results were. He wanted me to check it out and see if I could figure out the strategy and algorithm it was using so that I could program something similar [...]

December 22, 2009 | 0 Comments More

Trading Multiple Currencies from a Single Chart

I’ve been doing some programming recently that involved trading multiple currency pairs from a single EA. It’s pretty impressive to be able to bang your EA on a chart and see it initiate trades on a totally different pair. Couple that with the fact you can trade as many or as few pairs as you [...]

December 12, 2009 | 0 Comments More

Trailing Stop Using External Indicator (EXAMPLE)

Here’s another trailing stop EA I wrote that uses the iCustom function with an external indicator. In this case it’s the BAT ATR indicator but if you study the code and use the meta editor help file a little you should be able to edit it to use any indicator you want.

November 30, 2009 | 0 Comments More