MQL5 for Beginners - Learn MetaTrader 5 Programming in 2.5 Hours

  Рет қаралды 22,141

René Balke - Fx Bot Trading

René Balke - Fx Bot Trading

Күн бұрын

Пікірлер
@ReneBalke
@ReneBalke 7 ай бұрын
PLEASE READ THIS: If you watch this video you will learn the fundamentals of mql5 programming (and programming in general)! I explain everything in detail to make it easy to understand. Please leave a like and write a comment if you like it. If you watch it you will UNDERSTAND how mql5 programming works. From this point on you will no longer just copy and paste code but you will be able to understand it on a fundamental basis. This is the level of teaching that you can also find in my Masterclass course and this time you have the chance to watch it for FREE. Do not miss this chance. Feel free to share the video with your friends so we can all benefit from the power of automated trading! ALSO... If you like this style of teaching you should also have a look at this: en.bmtrading.de/mt5-masterclass/ In this complete mql5 programming course I teach everything you need to know about MT5 programming. Needless to say that it covers far more than this video on KZbin. Everything is explained in detail and you will learn to write multiple working EAs. Watch the videos on the linked page to learn more about it. Thanks for your support on the channel
@________________sumatra
@________________sumatra 4 ай бұрын
2:29:08 verim testi yapsaydınız daha iyi olurdi
@________________sumatra
@________________sumatra 4 ай бұрын
Dili tam anlamiyorum ,konuşmayı bilmiyorum, Ama yaptıklarınızı yaparsam; Programlama dili evrenseldir, Galiba yapabilirim
@TheSonofMan101
@TheSonofMan101 7 ай бұрын
Well Rene, this is one video I won't be watching! Why? It's because over the past 5 months, I have watched many of your videos and am pleased to say that through your tutorage I have managed to work myself into a competent MQL5 coder - one where I have built many of my own tools and solutions for testing. The first couple of months were very difficult but, with time and effort, things became a lot easier. Thanks to you, I no longer need to watch your latest video. All the best and good luck with your trading.
@ReneBalke
@ReneBalke 7 ай бұрын
Sounds great! :)
@jdanyonsan1950
@jdanyonsan1950 7 ай бұрын
Same here - thanks to Rene I have really broken through on my strategy development -and he's always got something relevant in the back-catalogue - what a time to be alive!
@________________sumatra
@________________sumatra 4 ай бұрын
Her zaman öğrenilecek bilgiler vardır İzlemelisin 2x hızında
@zeeshannafees959
@zeeshannafees959 4 ай бұрын
always remember one thing father is always father :P
@abojaso5124
@abojaso5124 3 ай бұрын
This deserve a GOLD award! Thank you very much Rene, wherever you are God bless bro!
@InnerCircleTraders247
@InnerCircleTraders247 Ай бұрын
2.5 Hours well spend, thank you for making this video, it really cleared up a few questions i had, i really appreciate the work you put in bro keep it up!
@lauriejacobs3980
@lauriejacobs3980 4 ай бұрын
I appreciate the fact that you share your time and knowledge in this selfless deed to empower people like me.
@Fonfun1
@Fonfun1 13 күн бұрын
ONE OF THE BEST IN THE GAME, LOVE YOU BROTHER
@Basil__X
@Basil__X 4 ай бұрын
Thank u so much for sharing, just finished watching the whole video and it is my first video to watch on this subject. Very well explained.
@armaankurane7738
@armaankurane7738 Ай бұрын
Hi brother
@hisatnam
@hisatnam 7 ай бұрын
Well done!! Just finished. Thanks for such a worthy informative and educational video... Really appreciable. Loving it!
@brucesmith8156
@brucesmith8156 4 ай бұрын
Thanks for sharing Rene! This is some real good stuff.
@SharonDonohoe
@SharonDonohoe 7 ай бұрын
Hi Rene - I enjoyed the video even watching your other tutorial coding videos I still took something away from this - I particularly liked the custom functions - I would like to see some more videos incorporating custom functions in your code - thanks again
@ReneBalke
@ReneBalke 7 ай бұрын
Thanks for the feedback!! :)
@hamzaiqbal7860
@hamzaiqbal7860 5 ай бұрын
Remarkable Video You Put alot of effort in the video i appreciate your work
@ReneBalke
@ReneBalke 5 ай бұрын
Thanks!!
@jablondyn
@jablondyn 3 ай бұрын
You got me started! Thank you!😄
@vkmandla
@vkmandla 4 ай бұрын
Thank you so much for this video, much appreciated.
@kenkajei
@kenkajei 3 ай бұрын
Hi Rene,,, great work you are doing helping us learn how to code. Quick question,, how can I secure my self built indicators and EA from been hacked??
@neoBiteWave123
@neoBiteWave123 6 ай бұрын
thank U so much, i love it
@elattar10
@elattar10 3 ай бұрын
Can New Zealand be added to the list of the countries to sign up with IC markets? Thanks
@CryptoAntidote
@CryptoAntidote 3 ай бұрын
Super work keep it up bro
@artjaniels
@artjaniels 4 ай бұрын
Hello sir, I have been following your videos. I need help why the same program i've copied from your video but when i run it, it result no similar to your. I deleted the MT5 and reinstalled it. It result not similar to my previous test. What happen? Thanks.
@SamuelKasozi-j8x
@SamuelKasozi-j8x 4 ай бұрын
Hey I want to create a robot from smoothed heiken ashi and super trend indicator
@AirCrash1
@AirCrash1 7 ай бұрын
When I run the final code, the code that modifies the stop position fails, with "invalid stop position", The code runs but your stop positions are never updated. double sl = iLow(_Symbol,Timeframe,1) - bid * TslBufferPercent / 100; I debugged it and the journal entry is 2024.05.29 14:50:04.700 2024.05.23 21:58:15 failed modify #4 buy 0.1 GBPUSD sl: 1.25720, tp: 0.00000 -> sl: 1.25720, tp: 0.00000 [Invalid stops]
@ReneBalke
@ReneBalke 7 ай бұрын
did you check before if the new sl is > the old sl? here you try to set the sl at the level where it already is...
@AirCrash1
@AirCrash1 7 ай бұрын
Yes I used your code, but your code tries to increase the sl by a too small amount from the existing sl, I think it should be the number of points *1000 or you get an invalid stops error.
@ReneBalke
@ReneBalke 7 ай бұрын
@@AirCrash1 I am not sure if I understand. For me it works like this. But feel free to modify your code if it does not work for your symbol/broker.
@AirCrash1
@AirCrash1 7 ай бұрын
Your code loses money, if the the gains are small but steady it does not move the stop loss up, there are plenty of code examples out there that first check what the brokers settings are before setting a stop, but hey if you don't mind your followers losing money please feel free to continue telling them that your code is good and can be traded with.
@ReneBalke
@ReneBalke 7 ай бұрын
@@AirCrash1 Are you referring to this video? It is only a coding tutorial.
@jsrktrader
@jsrktrader 4 ай бұрын
I copied ur mql5 code of MT5 trade copier but one error coming. CTrade::OrderTypeCheck: Invalid order type. Can you please help me ???
@hushamaljuaifari5413
@hushamaljuaifari5413 7 күн бұрын
Bro, i have got OrderSend error 131 , what's the solution?
@80後的世界
@80後的世界 7 ай бұрын
5 years mql5 programmer and use own EA trade 1 year leave a foot print
@OghenerukevweIgbinoba
@OghenerukevweIgbinoba 18 күн бұрын
It great, I appreciate it, it help me.
@wellbydeutsch7682
@wellbydeutsch7682 18 күн бұрын
Hi Rene, gibt es deine Videos in deutsch?
@digitalink3681
@digitalink3681 6 ай бұрын
i have copied one of EA you have explained in some vedios and was no error but when i applied on a demo account was unable to open single position, is there something i missed , please note that Algo Trading bottom in my platform already active , Tks
@________________sumatra
@________________sumatra 4 ай бұрын
O kodu burda paylaşabilirsiniz Varsa yanlışını belki bulabiliriz
@ramangautam760
@ramangautam760 7 ай бұрын
I want to do this ( Phase 1. - Open 2 trade with lots 0.01 on starting of EA one Buy trade tp-10 sl-10 and one sell trade tp 10 sl-10. (Just opening trades to find direction of the trand) Phase 2. - Once both trades are close. Open one new trade in the same direction of winning trade with increased lots by 0.01.(Looking for last winning trade and opening the same trade. only one trade with more lots) Example: open two trades one Buy and one sell with base lot 0.01. one both trades is close. open new trade same as winning trade with increased lots with 0.01. and keep adding lots as new trade open. Trade 1 - 0.01 profitable buy Trade 2 -0.02 profitable buy Trade 3 -0.03 profitable buy Trade 4-0.04. Losses buy Trade 5 -0.01 sel Trade 5 ( if last last trade is losses rest the lost to base trade and open a reverse trade form last trade) Please help me with this sir.
@ReneBalke
@ReneBalke 7 ай бұрын
I am sorry but I do not understand. Can you elaborate?
@boyanhvarchilkov8462
@boyanhvarchilkov8462 7 ай бұрын
Hey Rene amazing job again! Can you add entry randomizer to your break out EA which you sell?
@hisatnam
@hisatnam 7 ай бұрын
MQL5 is all about the Predefined Functions and Classes! You need to remember/practice those.
@mpc.projectscomm6545
@mpc.projectscomm6545 3 ай бұрын
If you already created Expert Advisor, how many different currency pairs you can automate at the same time.?
@ReneBalke
@ReneBalke 3 ай бұрын
As many as you like
@darktrader.x01
@darktrader.x01 3 ай бұрын
MQL vs Python? Vielen Dank im Voraus!🙏😊
@fibersbeatsrecords7823
@fibersbeatsrecords7823 4 ай бұрын
I am looking for a programmer to create experts and indicators to sell for collaboration
@karimukebrit
@karimukebrit 4 ай бұрын
mach weiter rene , so toll
@EA_Automaton_Fx
@EA_Automaton_Fx 7 ай бұрын
F5 refresh too on windows folders
@andymalunes8316
@andymalunes8316 4 ай бұрын
hi bro i am a noob php practitioner (8 months with no projects yet aside from basic sign up and calculator) will i learn this although i have no knowledge of c++?
@ReneBalke
@ReneBalke 4 ай бұрын
Definitely! Why should not you?
@sudemirzaei
@sudemirzaei 2 ай бұрын
Perfect
@angkolbai1572
@angkolbai1572 7 ай бұрын
Hello Rene, your videos are all great! could you please make a video on chart synchronization? that would be amazing. Thank you.
@ChapmanRod-d2l
@ChapmanRod-d2l 3 ай бұрын
Jones Christopher Martinez Sharon Garcia Larry
@NancyClark-d5h
@NancyClark-d5h 3 ай бұрын
Davis Elizabeth Lewis Cynthia Thomas George
@Mourad_3
@Mourad_3 7 ай бұрын
@JimRiley-d1r
@JimRiley-d1r 4 ай бұрын
Martinez Sarah Anderson Larry Martinez Shirley
@CharlesHarris-r6d
@CharlesHarris-r6d 3 ай бұрын
Allen Linda Rodriguez Brian Harris Edward
@KristieAllen-h2e
@KristieAllen-h2e 3 ай бұрын
Clark Kevin Martin Michelle Davis Jose
@merlinmilton7596
@merlinmilton7596 3 ай бұрын
Brown Daniel Miller Gary Wilson Charles
@DanielWalker-l8q
@DanielWalker-l8q 3 ай бұрын
Miller Richard Perez Laura Harris Shirley
@TuttleVictoria-i8j
@TuttleVictoria-i8j 2 ай бұрын
Thompson Jessica Jones Matthew Perez Sharon
@MelvilleAlbert-h2j
@MelvilleAlbert-h2j 3 ай бұрын
Miller William Allen Maria Robinson Steven
@2.046Mthwalo
@2.046Mthwalo 7 ай бұрын
You say a lot really, its hard to follow. You cant help it though cos you know quiet a lot. For newbie like me i get lost when you write and scratch it al and I too must scratch.
@ReneBalke
@ReneBalke 7 ай бұрын
Yeah sorry sometimes I speak too quickly :/ Maybe you can just watch these parts again or slow down the video speed in the video settings :)
@cOnfidentialcOrp
@cOnfidentialcOrp 5 ай бұрын
Dont take this the wrong way , you lost me at Position properties , its like you already assumed we know what it is .
@brookedodson2888
@brookedodson2888 3 ай бұрын
Lopez Dorothy Robinson Cynthia Garcia Patricia
@gabriellaferguson2812
@gabriellaferguson2812 3 ай бұрын
Brown Sharon Perez Barbara Hall Laura
@AzherZarach
@AzherZarach 4 ай бұрын
Walker Susan Lewis Edward Jackson Frank
@PriestleyJill-d6b
@PriestleyJill-d6b 3 ай бұрын
Martin Scott Williams Kimberly Martin Betty
@FreemanArno
@FreemanArno 3 ай бұрын
Anderson Betty Smith Donald Perez Betty
@JenniferCollins-n7k
@JenniferCollins-n7k 3 ай бұрын
Moore Barbara Perez Michael Jackson Thomas
@tiaan_va
@tiaan_va 3 ай бұрын
.....wtf was that section on the for loop.... like why did you think it was a good idea to explain the for loop in the most convoluted manner possible. Introducing people to a for loop for the first time and using logic that decreases the iterator is bonkers because you overcomplicate something that should be dead simple. You should definitely have used the increment operator i++ which would have made for an easy: for ( int i = 0 ; i < PositionsTotal( ) ; i++ ) {.....} Introducing people to a loop and then making them do dumb logic of creating a count index and then subtracting it by 1 before checking the condition and them doing i-- in this instance is just silly.
@KristieAllen-h2e
@KristieAllen-h2e 3 ай бұрын
Lopez Patricia Harris David Martinez Deborah
@kenkajei
@kenkajei 3 ай бұрын
Hi Rene,,, great work you are doing helping us learn how to code. Quick question,, how can I secure my self built indicators and EA from been hacked??
@GaryLewis-z9g
@GaryLewis-z9g 3 ай бұрын
Robinson David Brown Karen Taylor Eric
@kyliedepaterson7524
@kyliedepaterson7524 3 ай бұрын
Wilson Betty Walker George Garcia Kimberly
@NancyClark-d5h
@NancyClark-d5h 3 ай бұрын
Young Ruth Jackson Joseph Brown Jessica
@TuttleVictoria-i8j
@TuttleVictoria-i8j 3 ай бұрын
Hernandez Laura Martinez Nancy White Anthony
Learn MQL4 Programming in 112 Minutes (Easy for Beginners)
1:52:01
René Balke - Fx Bot Trading
Рет қаралды 14 М.
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
Create and Use .mqh Files in MetaTrader Programming
53:08
René Balke - Fx Bot Trading
Рет қаралды 1,4 М.
Gold Midnight Flow Scalping Strategy Programming Tutorial for MT5
1:17:20
René Balke - Fx Bot Trading
Рет қаралды 12 М.
Master MQL5 Programming (Complete All In One Guide)
2:38:10
René Balke - Fx Bot Trading
Рет қаралды 104 М.
Should You Use ChatGPT for MetaTrader Programming? Professional mql Programmer View
17:51
René Balke - Fx Bot Trading
Рет қаралды 59 М.
Write Your First Super Simple MT5 Expert Advisor and Learn MQL5 Coding
57:10
René Balke - Fx Bot Trading
Рет қаралды 19 М.
PineConnector TradingView Automation: MetaTrader 5 Setup Guide
20:26
The Art of Trading
Рет қаралды 25 М.
Learn MetaTrader 5, in Five Minutes. Full MT5 Walkthrough
5:17
Pepperstone
Рет қаралды 481 М.
Simple and Effective Turnaround Tuesday Index Trading Strategy (Learn mql5 Programming)
51:05