Build a Set and Forget Breakout Bot part 6
Not much code in this part, just some explanation and a little optimisation. Going back to basics for a beginners coding guide, I’m writing a complete breakout expert based on a published strategy including tips and optimisation.
Build a Set and Forget Breakout Bot part 5
Cleaning up some loose ends and making the code compatible with MT4. Part 5 in this series where I’m going back to basics for a beginners coding guide, I’m writing a complete breakout expert based on a published strategy including tips and optimisation.
Build a Set and Forget Breakout Bot part 4
This time I make it as far as placing trades, just. Part 4 in this series where I’m going back to basics for a beginners coding guide, I’m writing a complete breakout expert based on a published strategy including tips and optimisation.
Build a Set and Forget Breakout Bot part 3
Handling start and end times. Part 3 in this series where I’m going back to basics for a beginners coding guide, I’m writing a complete breakout expert based on a published strategy including tips and optimisation.
Build a Set and Forget Breakout Bot part 2
Part 2 in this series where I’m going back to basics for a beginners coding guide, I’m writing a complete breakout expert based on a published strategy including tips and optimisation.
Build a Set and Forget Breakout Bot part 1
Going back to basics for a beginners coding guide, I’m writing a complete breakout expert based on a published strategy including tips and optimisation.
Laguerre RSI 1 Minute Scalper
Another requested test of a strategy offering a high win rate.
Basic Metatrader Debugging
Are you struggling with code errors in MetaTrader? Debugging your code can be a frustrating and time-consuming process, but it doesn’t have to be! In this video, I’ll show you a basic start for debugging code in MetaTrader.
Things you need to know about using encryption in Metatrader programming
In this video I show some tips on using CryptEncode and CryptDecode that might save you some debugging time later.
Expert Code – RSI Moving Average Cross
From a comment request on this channel. This strategy combines RSI Overbought / Oversold with specific EMA cross settings.