Easy Tripple Moving Average Trading Strategy | Simple mql5 Expert Advisor Coding Lesson

  Рет қаралды 21,305

René Balke

René Balke

Күн бұрын

Пікірлер: 56
@muraliv8157
@muraliv8157 2 жыл бұрын
இது மிகவும் அருமையான காணொளி.மிக்க நன்றி ரெனே.
@AyodejiDavid-t2o
@AyodejiDavid-t2o Жыл бұрын
Omg!! I love this guy already, the way break down your explanations makes it much easier to understand what im doing also modify it to my taste
@dawitmideksa2976
@dawitmideksa2976 2 ай бұрын
Hey thank for the work i almost learn learn everything for my ea almost i just need to make the trade open at specific time i will watch other videos of you how to do that again thank you for the video
@Shlax
@Shlax 2 жыл бұрын
Hi René! Thanks for another educational video. Great channel, content and upload frequency. Keep up the excellent work. Hope your follower count will blow up soon!
2 жыл бұрын
Hope so too :D thanks for the support
@CoffeeXmusic
@CoffeeXmusic 8 ай бұрын
great lesson! very clear explanation
8 ай бұрын
Thanks! I am glad you like it :)
@ryanlukedaque5455
@ryanlukedaque5455 2 жыл бұрын
This is a very nice video. You explain it so well, I think I can create my own now. I'm excited to build one. Thank you very much
@jafxtradinginstitute6395
@jafxtradinginstitute6395 2 жыл бұрын
This can't make you money just like that . Coding an EA need more knowledge than lol..
2 жыл бұрын
Thanks for the kind comment. Hope you can build your own EAs soon :)
@jafxtradinginstitute6395
@jafxtradinginstitute6395 2 жыл бұрын
@ need you on board . Help me add take profit in dollars and cents in EA
@SuphisaraInphong
@SuphisaraInphong Жыл бұрын
I greatly enjoyed your kind giving of important information. Is it possible, if you could produce a tutorial on how to construct mql5 to use with the TEMA (Triple Exponential Moving Average)? Thank you
@stevenelaiho9161
@stevenelaiho9161 Жыл бұрын
Thx. A lot man , what you give out in your videos are absolutely great. ❤❤
@BlueMoney
@BlueMoney 2 жыл бұрын
Thannk You Dear you very good teacher and programer and smoth teaching
@isaac_256
@isaac_256 2 жыл бұрын
Thank you Rene, please do a video showing how to make the EA take trades as percentage of account for example each trade being 1%
2 жыл бұрын
Hey, I did this already ;) kzbin.info/www/bejne/mYjImJZpfqdnq5Y
@laonepatricesegootsane9601
@laonepatricesegootsane9601 9 ай бұрын
Wow! Thank you so much René....I find this so useful as I code for a strategy that I have been wanting to have automated for over a year now. Very similar to this. ...may I ask this though, if I want to have buy trades that didn't hit TP closed when price closes back under the "middleMa" (before it hits the SL) ....and likewise for sell trades closing above the middleMa, what did I get wrong in the code below: if(ORDER_TYPE_BUY){ if(close1 < middleMa[1] && close2 > middleMa[0]){ Print(CloseAllPositions...)
9 ай бұрын
I am glad you like it :) I cannot give individual coding support though I am sorry. Just too many requests lately...
@steffenkachold2222
@steffenkachold2222 2 жыл бұрын
Hi René, thank you very much for explaining MQL programming. My question is why do you compare close[2] with fastMA[0] and not with fastMA[2]. Thanks a lot for your reply
2 жыл бұрын
Probably because the indicator arrays are reversed if you fill them using the copybuffer function 🤔
@ce-buka6498
@ce-buka6498 2 жыл бұрын
Thank you so much Sir René, You are really doing a great 👍 job for us, I've learnt a lot from these. Please I don't know if you've done any video about licensing an EA, How to protect/encrypt it. whenever you have time for it, please do. And what about VPS?
2 жыл бұрын
Thank you :) I am glad you learned something from my videos :) I did not make a video about licensing. But the easiest way to do so is comparing the licensed account number in the source code to AccountInfoInteger(ACCOUNT_LOGIN)
@vadimsk.60
@vadimsk.60 2 ай бұрын
Hello is there some way to change colors of those averages? Thank u
@andrewforrest7633
@andrewforrest7633 2 жыл бұрын
Rene can you code a Market Order window that can be moved to any corner of the screen, that also has adjustable and deactivate feature for SL and TP. As you place a market order trade(instant trade)
@fitrahrakhmadani1133
@fitrahrakhmadani1133 5 ай бұрын
I hope you respond to this. I want to create 1 buy position and 1 sell position in every condition that occurs. what is the function I prefer use? i've try "totalpositions" function and its just not realy working.
@mohsinj2298
@mohsinj2298 3 ай бұрын
implicit conversion from 'number' to 'string'
@ChaiwatJulrat-xw4bq
@ChaiwatJulrat-xw4bq Жыл бұрын
Thanks so much, valuable content. However , would be great if you can make a lesson how to convert pine script strategy from TradingView to MT5 EA :)
@Mkkhaneditx
@Mkkhaneditx Жыл бұрын
Hello sir kindly make a video on two moving averages plzzz from last 2 weeks I am working on it but I failed plzzzzz I request you
@sivan2296
@sivan2296 Жыл бұрын
For testing its working, but When I was trying to use for demo account its not trading any trades ? Why? how to activate the EA for demo account ?
@dulena3875
@dulena3875 9 ай бұрын
Thank you so much. May you share the final code ?
9 ай бұрын
No I want you to type it so you learn something :)
@MasterVir
@MasterVir 8 ай бұрын
I hope you provide the whole code please as a template for my coding.
8 ай бұрын
I deleted the code already. I never keep the programs from my KZbin tutorials. But you can just copy the code from the screen :)
@worldofentertainmentandnat1607
@worldofentertainmentandnat1607 2 жыл бұрын
Thanks for your nice explanation. I appreciate it, I faced a problem since I learned EA writing with your video. Could you help me to use Half trand indicator? I followed your rules but seemingly it does not work. Just need ontick function on how to copybuffer the half trend values and which ifs do I need to write for buy and sell poisitions
2 жыл бұрын
Hey, I already made a video about custom indicators I think. You should watch the donchian channel EA tutorial I did a week ago. You will learn everything you need :)
@worldofentertainmentandnat1607
@worldofentertainmentandnat1607 2 жыл бұрын
@ Thanks, I will watch it now. Another question, If I want to run EA for two different currency in one live account, do their trading iteract to eachother? I.e., I run the EA on EURUSD and in the samtime, attaching the EA on USDJPY. Since in the code of EA I wrote to get "positionstotal()". If any position within EURUSD, will be counted in the EA of USDJPY's EA??? In other words, using the "positionstotal(), it count the all positions related to chart that it is attached or no it count any open position regardless of chart and currency. I do highly appreciate if you could explain this to me
2 жыл бұрын
@@worldofentertainmentandnat1607 yes positinstotal always counts all the open positions. You would have to modify your code and count only the positions of each separate ea. You can use the magic number for this.
@worldofentertainmentandnat1607
@worldofentertainmentandnat1607 2 жыл бұрын
@ Thank you very much. I am searching to understand how to use magic number
@shamdow4121
@shamdow4121 2 жыл бұрын
Hello can you do a review on “Crash Warrior Mt5” its a great and very cheap ea that trade crash 1000 in the deriv synthetic market....its on mql5 market
@jafxtradinginstitute6395
@jafxtradinginstitute6395 2 жыл бұрын
Are you making money from it ?
@yohaneilunga4404
@yohaneilunga4404 2 жыл бұрын
Which like can I use to learn more about this
2 жыл бұрын
Hey, if you want to learn more about mql5 programming you can check out this course: en.bmtrading.de/mt5-masterclass/
@ryanlukedaque5455
@ryanlukedaque5455 2 жыл бұрын
How do I make something an input parameter on the ea? Like if want the tp multiplier to be dynamic and something that can be "optimized" in strategy tester?
2 жыл бұрын
Hey, you can just put "input" in front of the variable declaration (has to be a global variable).
@sandroswann1111
@sandroswann1111 11 ай бұрын
near the 36min mark, U Cut/Paste and entire section of Commands in order to Square-Up or make things easier to read - could U not have just moved those fancy brackets 2the bottom instead & then just Highlight & Tab Shift the intended area? I think you're a great teacher/programmer But the Drama is a little much - ya?
@yohaneilunga4404
@yohaneilunga4404 2 жыл бұрын
Have the same strategy bro I want to change it into bot but have little knowledge with coding
2 жыл бұрын
You can watch some of the free tutorials on the channel or take part in this complete course on mql5: en.bmtrading.de/mt5-masterclass/
@jafxtradinginstitute6395
@jafxtradinginstitute6395 2 жыл бұрын
Why not do review on Demo current day market movements ? .. hehehehe
@belkhirismail6232
@belkhirismail6232 2 жыл бұрын
this work only on meta5 ?
2 жыл бұрын
Yes
@Mkkhaneditx
@Mkkhaneditx Жыл бұрын
hello René! please help me
@gnarendra2003
@gnarendra2003 Жыл бұрын
can you post code in text please
Жыл бұрын
I am sorry but I deleted the code already. But you can copy it from the video :)
@jgpini
@jgpini 2 жыл бұрын
please can u test the trade bot WallStreet_Crypto_v1.0?
@alexandrurubicon2298
@alexandrurubicon2298 9 ай бұрын
I suggest you to rename your channel: NOT PROFITABLE, BUT PLAYNG AROUND!
@Tchiffer
@Tchiffer 3 ай бұрын
Short up
Ultimate MA 95% Winning Strategy | Step-by-Step
22:48
TRADE ATS
Рет қаралды 431 М.
小蚂蚁会选到什么呢!#火影忍者 #佐助 #家庭
00:47
火影忍者一家
Рет қаралды 121 МЛН
How it feels when u walk through first class
00:52
Adam W
Рет қаралды 25 МЛН
CAN YOU DO THIS ?
00:23
STORROR
Рет қаралды 24 МЛН
Kluster Duo #настольныеигры #boardgames #игры #games #настолки #настольные_игры
00:47
MT5 Drawdown Safety Expert Advisor Programming Tutorial
23:11
René Balke
Рет қаралды 12 М.
How I Day Trade Like a Business
14:15
Umar Ashraf
Рет қаралды 380 М.
The Only Simple Moving Average Strategy You'll Ever Need
19:36
Technical Analysis Institute
Рет қаралды 379 М.
How to Avoid False Breakouts (My Secret Technique)
8:24
TradingLab
Рет қаралды 2,8 МЛН
Easy Scalping Strategy For EURUSD | Free MT5 Expert Advisor Coding
53:33
Use Moving Averages Like A Pro ( 7 HACKS )
11:31
Trade Prime
Рет қаралды 505 М.
小蚂蚁会选到什么呢!#火影忍者 #佐助 #家庭
00:47
火影忍者一家
Рет қаралды 121 МЛН