Wow, I finally understand MQL4. I genuinely believed it was too hard but you made it easy.
@robertspencer521911 ай бұрын
So glad you released this. I'll be watching this and the other for MT5 over this long weekend several times.
@ReneBalke11 ай бұрын
I hope you will like it :)
@xavierka11 ай бұрын
That is great, René!. I do hope you make same or even more tutorial courses for MQL4 than you have done for MQL5, as traders community still is using by far more MT4 than MT5.
@stevenjohnstone5833Ай бұрын
Great you pack a lot into the time available. So many courses are so lslow and laboured that thye take up too much time and make simple concepts seem difficult.
@tool1gt7 ай бұрын
Your channel is like gold, I was able to follow easily, you explain it well. Thank you for sharing with your community 👌
@brendonglennie6843Ай бұрын
Great video. I am trying to convert some amibroker code to MQL4. This was very helpful!
@omni75758 ай бұрын
This was absolutely fantastic. I wished your MT5 Masterclass was for MT4. I would have signed up immediately. Such a shame.
@brunog4817 ай бұрын
Thank you so much René, for your pedagogy and knowledge sharing !!!🙏🙏🙏
@NULL_HANDLE_EXCEPTION11 ай бұрын
MQL4 is so much more straightforward and intuitive than MQL5. Is it possible to create an #include that would allow MQL4 syntax to compile and run in the MQL5 editor? It would be nice to have MQL4 simplicity in MT5 with full backward compatibility.
@ReneBalke11 ай бұрын
It would be possible to write a #include file to work with cross platform code I guess... Maybe I can have a look at this
@chathuramanathunge5391Ай бұрын
Thank you so much. This is very valuable.
@JoeTushy11 ай бұрын
God bless you Rene. These tutorials are great! Happy new year!
@ReneBalke11 ай бұрын
Thank you! :) Have a great 2024
@denniskean1836 ай бұрын
Thanks a lot for this elaborate tutorial.
@Carshar810 ай бұрын
Thank you this has been very informative and helpful.
@rufeldagatan3833Ай бұрын
Newly Subscriber. Hopefully you can do more videos. God bless you...
@rufeldagatan3833Ай бұрын
Are you still making videos about programming? As I can see there is no recent videos anymore.
@AnthonyMatji-mf8mw11 ай бұрын
Thank you very much...from South Africa
@ReneBalke11 ай бұрын
:)
@brainblood16 ай бұрын
Very good explanation, keep going.🙌
@mikedixon44097 ай бұрын
Could you do videos on using some of the chart functions like finding the last high on a chart maybe draw a line. And maybe touching on coding a fvg . Thanks Or do you have a mql4 course that shows all these ?
@ReneBalke7 ай бұрын
Right now I only focus on mql5. If you want to learn more about this you should check this out: en.bmtrading.de/mt5-masterclass/
@djgmforex11 ай бұрын
You are the best, I love your videos and I learn a lot!!! Could you explain... the way you do how to work with classes in mql4, for example I am not able to change the background color of a panel using the CAPpDialog class! THANK YOU!!!!
@ReneBalke11 ай бұрын
I made a video about OOP already. Maybe it helps: kzbin.info/www/bejne/fpXFeKyrnJ2pnJI Also I teach it in detail in my masterclass: en.bmtrading.de/mt5-masterclass/
@djgmforex10 ай бұрын
@@ReneBalke ICould I see the contents of your course... ?I have done many but they are really quite basic and I would like something more advanced... on your page I see part of them but in case you could tell me the complete syllabus. THANK YOU!!!!!
@ReneBalke10 ай бұрын
@@djgmforex If you sign up for the course you can view all the videos
@saraalaoui565110 ай бұрын
Hello thank you for the valuable informations. can we code bulk orders->close all position Also bulk orders->close all profitable positions. i dont want the for loop, i want to close all positions instantly same as we can do manually by right click->bulk order->close all positions Happy new year 🎉❤
@ReneBalke10 ай бұрын
Thanks :) you can close them asynchronously i think but never really did this :D there should be a function for it just google it
@saraalaoui565110 ай бұрын
@@ReneBalke Can you give me an idea. Because I tried to search for it in but I didn't find anything Thanks so much 🙏
@saraalaoui565110 ай бұрын
@@ReneBalke I have a function which can get the tickets of positions I want to close I use this code OrderClose(ticket1, OrderLots(), OrderClosePrice(), Slippage, Red); OrderClose(ticket2, OrderLots(), OrderClosePrice(), Slippage, Red); OrderClose(ticket3, OrderLots(), OrderClosePrice(), Slippage, Red); ... But the positions don't colosed in the same time. Especially when there are several orders
@ReneBalke10 ай бұрын
www.mql5.com/en/forum/211863@@saraalaoui5651
@brocojack10 ай бұрын
Balke? Now I do the Dance of Joy! Subscribed.
@ReneBalke10 ай бұрын
Thanks for the support! :)
@learningpriceaction11 ай бұрын
René, hoping you could make a video to help master coding Trade Functions in MT4, since trading profitably is mostly about trade execution.
@ReneBalke11 ай бұрын
Hey what do you mean with "trade functions"?
@learningpriceaction11 ай бұрын
@@ReneBalke Trade functions are the group of functions intended for managing trading activities. Basically the idea i have in mind is to be able to use all of those functions in all sorts of ways, ex. say i place N-orders with comments in each of them, so that if i decide to close all orders containing similar names, i can do that easily. something like that.. thank you for your reply Rene
@ReneBalke11 ай бұрын
@@learningpriceaction bro just watch the video and you knwo how it is done :D ;)
@learningpriceaction11 ай бұрын
@@ReneBalke yes still watching it.. thank you
@AaronOak11 ай бұрын
Oo shit.. here we go again Another "movie" for my new year's holiday 🤣
@ReneBalke11 ай бұрын
I won't stop ;) Have fun watching and programming :)
@oompiet1009 ай бұрын
Rene thank you for everything, can I please ask you just one thing, could you please assist with just one thing...how do I write a indicator to wortk in conjunction with this Crossover? I want to add a macd and rsi to this strategy...could you help me?
@nomadchad57335 ай бұрын
really informative video,thank you
@leiflindahl128811 ай бұрын
Great tutorial! Thanks from Norway! What code would you use if you want to limit the EA to trade certain time (like London open hours and/or NY open hours, but not during Asian open hours)?
@ReneBalke11 ай бұрын
I would code a simple time filter: kzbin.info/www/bejne/jJDUmWqpicefbpIsi=aF9gpGNUZ4ulVrr4
@mobilenerdgames21 күн бұрын
I am looking for someone who might be coding this, The candle must have no lower wick, so open and low are the same price, we don't care about the high just the close needs to be higher than the open. Also, the opposite candle needs to be highlighted, when the open and high are the same price and the close is lower than the open. Can someone program that?
@AlvinJacob-l3h10 ай бұрын
Please can you make a video on how to convert tradingview indicator to mt4 indicator
@ReneBalke10 ай бұрын
I never really worked with tradingview.. so not in the near future I guess.. sorry :/
@davidcaple55479 ай бұрын
Hi Rene, it's a great video and am learning a lot thank you but I'm hitting a problem with the Back Testing. The problem is the MA's do not show on the chart until the very end when the simulation finishes. I can see from the Journal they are being calculated as expected. Is there a 'switch' somewhere that needs turning on?
@ReneBalke9 ай бұрын
You can create a tester.tpl before you start tests. Check this out: kzbin.info/www/bejne/b3-uhHpjl6uVfqs
@davidcaple55479 ай бұрын
Thanks@@ReneBalke I got that but that seems to mean I have to have a different Tester for each EA that uses different indicators/oscillators but I can't because I can only have one "Tester". So I assume I have to keep changing Tester with each EA I back test. :( I was expecting the Strategy Tester to display that that is used in the EA ... would make a lot more sense.
@fredysoto85474 ай бұрын
Thanks a lot!
@farobiy7246 ай бұрын
Thank you very much.
@Trading-indicators-Strategies2 ай бұрын
Can you share the code which was in this video
@giovannidonato-iz8xr8 ай бұрын
Hello at the minute 1:47:21 when you made the switch from on to off at the counter the program didn't change, it worked in the same way as on before, can you fix it to make me understand better? Thank you
@solkahila10 ай бұрын
tnx for the mt4 toturiel free content is the best you are the best thnx
@ReneBalke10 ай бұрын
I am glad you like it :)
@elieturk96948 ай бұрын
Hi Rene i; using a third party ea to backtest and its giving me the following message 2024.03.22 12:56:53.928 TestGenerator: no history data 'EURUSD5' from 2023.09.01 to 2023.11.02 how can i get the history data ? Can you please help ? Thanks a lot
@dumamooi3 ай бұрын
Hello Rene, I have only 2 errors the first one it says " '}' - unexpected end of program Line 139 column 1" and the second one it says " '{' - unbalanced parentheses Line 41 column 14" can you help me fix this PLEASE.
@ReneBalke3 ай бұрын
Your brackets are not matching ;)
@ReneBalke3 ай бұрын
Every { needs exactly one }
@abhikvlogs97417 ай бұрын
Why is one time signal bar function is not working?
@MAVICHANNELL8 ай бұрын
Thank you
@Margaret-g7wАй бұрын
Altenwerth Divide
@Nnnh61411 ай бұрын
Do you have the course for mt4
@ReneBalke11 ай бұрын
I do not have a complete MT4 course in English right now. Only a German one: bmtrading.de/mt4-masterclass/
@alsan0111 ай бұрын
Hi René, do you get the same exact results when you do the back testing on mt4 and mt5 for tick data settings. I ask because there is no fixed spread option for mt5
@ReneBalke11 ай бұрын
Did not try it for a while but I guess the results will be different for the reason you just mentioned ;)
@alsan0111 ай бұрын
@ReneBalke I asked because my region does not offer Mt5 and I know Tickdata Suite is directly compatible with mt4 so I had no way to test. My other question is when you download the data source from tickdata suite let's say dukascopy I know the tick data is from there, but are the spreads from dukascopy data as well or data from your own broker for fixed spread? On margin settings, I see my own broker settings.
@ReneBalke11 ай бұрын
@@alsan01 The spread should be from dukascopy as well (at least for mt5). Actually I did not do my backtests with MT4 for a long time now so I might not be up to date. But you can contact the tick data suite support and ask them about this. They will know what to do.
@alsan0111 ай бұрын
@ReneBalke thank you I asked them the same question, I will get back to you when I hear an answer. Some tabs on tick data settings like margin do mirror my account, so I wanted to know which tabs are from dukascopy on tick data suite vs my broker.
@alsan0110 ай бұрын
"When using variable spread, if you are using the default spread settings, your backtests will use the spread that is stored in the data. I.e., if you are using Dukascopy data, your backtests will have the same ask and bid prices that the Dukascopy data had on the live server. Please take a look at the support article Using variable spread for more information about tweaking the spread to make it closer resemble your broker's spread. All configuration parameters that have an override checkbox next to them are taken from the account you are connected with (swap, commission, stop distance, leverage, etc.)."
@oompiet1009 ай бұрын
Hey Rene. Can I ask you, I followed every step with you on writing this code, but for some reason, it pickes up sell signal, but it doesn't execute and actual sell order but it does execute a buy order when it gets a buy signal. Could you perhaps assist
@ReneBalke9 ай бұрын
Maybe your broker only allows buy trades for this symbol. You can also check the journal for error messages.
@oompiet1009 ай бұрын
Hi Rene. Thank you so much for replying. So I use FXPro and they allow sell trades. I had a look also for any error msgs, but don't see anything and the code compiled without any errors, so not sure if I did something wrong...also, really want to learn more on how to code and learn advanced coding. Can I kindly ask, how do I go about learning?
@ReneBalke9 ай бұрын
@@oompiet100 The best and fastest way would be my complete course I think: en.bmtrading.de/mt5-masterclass/ Check it out if you want to learn mql5 quickly and efficient :)
@AbrahamMirabelle-v5q2 ай бұрын
Buckridge Meadows
@quickmeforextrading2 күн бұрын
I am install mt4 but not mql 4 only mql 5 show
@gladi11110 ай бұрын
Hey Rene, kurze Frage. Ab wann würdest du sagen kann man einen EA automatisch traden lassen? Sobald der Profitfaktor 1,0+ ist oder erst ab 1,5 oder so? Bzw. was gäbe es für Kriterien damit du sagst, jetzt kann man das ding gut laufen lassen?
@ReneBalke10 ай бұрын
Hey, ich habe im Tester selten einen Profit Faktor von über 1.2 ;) Viel wichtiger ist die Frage, ob die Ergebnisse im Livekonto auch so aussehen.
@gladi11110 ай бұрын
Okay danke für die schnelle Antwort! Deine EA die du verkauft hast liegen wohl dann auch so in dem Bereich richtig? Livekonto wäre jetzt dann wohl mal der nächste Schritt^^ Der Max. Drawdown sollte in welchem Bereich sein? Damit kenne ich mich 0 aus :D @@ReneBalke
@ReneBalke10 ай бұрын
@@gladi111 Das sind alles gute Fragen, für die ich leider keine passenden Antworten parat habe. Ich bin tatsächlich froh, wenn es am Ende profitabel ist. Schau gerne einmal in dieses Livekonto von mir: www.mql5.com/en/signals/432380?source=Site+Profile+Seller Die letzte Videoauswertung davon findest du hier: kzbin.info/www/bejne/e4jJgGqQq8qgfLs Das hilft vielleicht zur Orientierung am Anfang. Aber wie gesagt: Am Ende des Jahres auch nur einen Cent verdient zu haben macht dich besser als 70% -80% aller Trader (je nachdem, von welchem Broker man die Zahlen nimmt).
@gladi11110 ай бұрын
Ja da hast du recht! :) Danke für die Info. Ich schau mir das gleich mal an! :) Schönen Sonntag dir noch! @@ReneBalke
@ReneBalke10 ай бұрын
Danke dir auch :)@@gladi111
@ThomsonRory-x3kАй бұрын
Hills Stravenue
@RonnyGarcia-i4jАй бұрын
Reymundo Expressway
@WhittierDebby-x2e2 ай бұрын
Halvorson Crest
@EmersonKay-z6bАй бұрын
Novella Lock
@herdenramos388010 ай бұрын
Valeu pelo vídeo. Boa forma de começar 2024
@ReneBalke10 ай бұрын
Bro I do not understand a word but all the best for 2024 :D :)
@herdenramos388010 ай бұрын
@@ReneBalke😀 thanks for the vídeo. What a good way to start 2024.
@ReneBalke10 ай бұрын
@@herdenramos3880 I am glad you like it ;)
@DeQuinceyBeverly-b7rАй бұрын
Vivianne Road
@CoverdaleDon-n2gАй бұрын
Carroll Squares
@giovannidonato-iz8xr8 ай бұрын
sorry why in the for loop you wrote ordertotal() -1 thanks
@ReneBalke8 ай бұрын
Because order indexing starts at 0 and ends at orderstotal-1
@giovannidonato-iz8xr8 ай бұрын
@@ReneBalke thanks
@CaesarAthena-e4vАй бұрын
Macejkovic Terrace
@ifxcoinairdrop352910 ай бұрын
I need your course for mql5 Sir but i live in a country where the minimum wage is less 21$,is there a way you can help Sir? I will definitely pay all.
@ReneBalke10 ай бұрын
Hey, I cannot really reduce the price for you. This would be really unfair for everyone else and I think the course is worth a lot. I am sorry. But you can always watch the free KZbin tutorials on the channel. Keep it up!
@ifxcoinairdrop352910 ай бұрын
@@ReneBalke I know it would be unfair,I am promising I would pay in full afterward the tutorial.
@GretchenTemple-z4yАй бұрын
Glover Underpass
@DonaldRodriguez-g1bАй бұрын
Cornelius Forge
@WolfErin-t8vАй бұрын
Strosin Ranch
@NicholasBruce-g2cАй бұрын
Ruth Landing
@MarshallBernard-i2wАй бұрын
O'Keefe Ranch
@NickiMeil-b5kАй бұрын
Heathcote Rapids
@DamienAlaimo-m7uАй бұрын
Brook Trace
@GrantShartle-d7e2 ай бұрын
Micah Springs
@VernaKnauss-i6o2 ай бұрын
Daphne Mill
@ErinNock-e6wАй бұрын
Verna Center
@GeraldWaters-g5j2 ай бұрын
Wilmer Fords
@bektv717710 ай бұрын
Goo 👍👍
@HopeEdmund-r8mАй бұрын
Abelardo Spur
@LannieSkeels-j4q2 ай бұрын
Adrian Canyon
@WilliamBarnes-m2cАй бұрын
Foster Springs
@GuillermoMouser-l5d2 ай бұрын
Leonie Fort
@EdenChristian-f3qАй бұрын
Marisa Plaza
@SimpsonLynn-j7zАй бұрын
Hettinger Vista
@shagarcool11 ай бұрын
Wonderful bro
@ReneBalke11 ай бұрын
:)
@StuartSegers-g6w2 ай бұрын
Jo Stravenue
@ONeilMarguerite-f3zАй бұрын
Alexanne Fields
@TerriDewall-l1cАй бұрын
Sanford Point
@GilbertHenry-k4jАй бұрын
Langworth Port
@TaraJaffray-j9r2 ай бұрын
Garrett Freeway
@FrankieJohnson-c4yАй бұрын
Marietta Spurs
@PitmanBurke-i3kАй бұрын
Hudson Summit
@VoncileGoulas-e4oАй бұрын
Clara Mountains
@KellyReynolds-v1z2 ай бұрын
Myrl Keys
@PatriciaSharp-b7hАй бұрын
Jesse Ville
@JustinTodd-u5tАй бұрын
Hagenes Lights
@WalkerLucy-v9vАй бұрын
Herman Turnpike
@FreemanModesty-g3yАй бұрын
Ernser Spring
@RamonMizutani-l5oАй бұрын
Bechtelar Haven
@LondonEllen-i9cАй бұрын
Dolly Parkway
@FrankWoods-w8kАй бұрын
Ziemann Spur
@BlackMaureen-y9z2 ай бұрын
Kris Inlet
@DanielNava-v1iАй бұрын
Rahul Manors
@MicahSchwerin-z8j2 ай бұрын
Earnest Center
@BurkeGene-j5hАй бұрын
Sigurd Mountain
@BarnardGenevieve-o5hАй бұрын
Heidenreich Ports
@YouTube2002Youtube7 күн бұрын
Hello
@YouTube2002Youtube7 күн бұрын
Is there a way to contact you I have a small issue in my code
@ReneBalke7 күн бұрын
Check out my new comminity: www.skool.com/automated-traders-elite