mql5 - Calculate MA Based on Another Indicator - MT5 Programming Tutorial

  Рет қаралды 4,206

René Balke

René Balke

Күн бұрын

Пікірлер: 47
@kxng_kav5534
@kxng_kav5534 2 жыл бұрын
Your teachings has helped me a far way, I've been a subscribers for less than a year and I can say your teaching have gave me the basic knowledge and understanding of mql 5 code(I have a long way to go) however I wish I could purchase your course and further my knowledge on mql 5 code to show my appreciation. Thank you and for anyone else who wish to purchase this man's course don't even think about just go ahead and DO THE DO
@kxng_kav5534
@kxng_kav5534 2 жыл бұрын
From your youngest subscriber/student!
2 жыл бұрын
Thank you! :)
@abelzhuwao4761
@abelzhuwao4761 Жыл бұрын
This is great content premium tutorials on you tube keep the 🔥 burning
@richardm3129
@richardm3129 2 жыл бұрын
A very big thank you Rene for this effort. I am happy to say that my new improved EA is working better thanks to you.
@stefanventer575
@stefanventer575 2 жыл бұрын
Thank you René. This video was very helpful. I almost requested a video like this but then I saw that you already covered it. Currently busy with a strategy that requires multiple indicators inside the RSI indicator.
2 жыл бұрын
Hey, I am glad that you like the videos :) haha over the last month I covered a lot of topics already so you will find a video for many programming tasks on this channel already ;)
@stefanventer575
@stefanventer575 2 жыл бұрын
@ Yeah I'm glad that you cover a wide variety of topics on your channel. Quick question.. Do you know if it is possible to attach the "Ichimoku Kinko Hyo" to the RSI base handle as well? When creating the handleMa it gives an option to attach to handle, but when creating the Ichimoku it does not give the option to attach to handle. My goal is to have the RSI as the base handle and then attach the "MA" and "Ichimoku" indicators. I've tried using iCustom as well, but doesn't seem to work: handleIchiMoku = iCustom(_Symbol,PERIOD_CURRENT,"Examples\\Ichimoku.ex5", 6,6,52, handleRsiBase);
2 жыл бұрын
@@stefanventer575 hey I am not sure about your question. Never tried it. But just check in the documentation if a indicator handle is accepted as a parameter.
@stefanventer575
@stefanventer575 2 жыл бұрын
@ awesome, will do thank you
@valueniche
@valueniche 2 жыл бұрын
Thanks for this tutorial. I've been looking for this solution.
@MrDodycord
@MrDodycord Жыл бұрын
Thank you sir. I've been looking for this methode. Great, awesome 🎉
@stens31
@stens31 2 жыл бұрын
Short, clear and useful! Thanks! 👍
@Mycikang
@Mycikang Жыл бұрын
This is extremely superb
@ChibuEgesie-ho7rt
@ChibuEgesie-ho7rt Жыл бұрын
Amazing Sir!
@0303Bollywood
@0303Bollywood 2 жыл бұрын
there were 1 passes done during optimization what i do this is show when I do backtesting......,,❣️❣️❣️
2 жыл бұрын
If you want to run a optimization make sure to tick some of the small checkboxes in the EA settings. Check out my last video. I think I explained it there.
@dominiquevanderwesthuizen1776
@dominiquevanderwesthuizen1776 Жыл бұрын
Rene, i have a question, if you put the Moving average on top of the RSI but choose apply to close the Ma will display other values, how will you get those values instead of when you apply it to previous indicator data?
@rzgakademi5036
@rzgakademi5036 2 жыл бұрын
hello rene, I've been following you for about 2 years. you are sincere .You explain coding well. Even though I don't know English very well. I want to buy the education but I will need some discount. Unfortunately, your tuition fee is my salary for 4 months :( If you say no, no problem. I will continue to follow you :) you are loved.
2 жыл бұрын
Hey, thanks for the kind feedback. I am sorry but the course is already on discount. But you can always follow the tutorials on this channel. Thanks for your support! :)
@rzgakademi5036
@rzgakademi5036 2 жыл бұрын
@ no problem mate. I'm looking forward to your next video :)
@The.Oh1183
@The.Oh1183 Жыл бұрын
Awesome video! Thank you! I tried to add the rsi/ma shown here and my rsiMA values are high on the tester, even though it's called to the handleRSI like you did. Any thoughts? Thanks for your content!
@Raghabpaul
@Raghabpaul 4 ай бұрын
Hello ,i have my own trading view indicator i want to convert that to mt5 EA could you please help me how i can do that, My indicator is based on trandline breakout retracement
@ElectaBeats
@ElectaBeats 5 ай бұрын
Thank you René can we use this code to apply ma on stochastic indicator
5 ай бұрын
I think so yes
@TheF22raptorang
@TheF22raptorang 2 жыл бұрын
thank you sir
@ludovicduriez6913
@ludovicduriez6913 10 ай бұрын
Is it possible to add heiken ashi price close handle to IMA? I don't know to do this? Thank you all
@aloneallinone9422
@aloneallinone9422 2 жыл бұрын
I love your content bro
@samqammau3546
@samqammau3546 2 жыл бұрын
I value your videos a lot thanks a lot for the great learning experiences you provide. I followed the MA for the RSI indicator and it shows in the strategy tester visualization. However, when I place the ea in a demo trading account, the MA is invisible although it is listed on the Indicators list as a MA under the main window. Do you (or anyone here) have a fix for this? Sincere regards
@sevyusevs2008
@sevyusevs2008 2 жыл бұрын
hey rene thank u , im done with my template , i just wanted to ask How can you check for repainting indicators? and are they dangerous?
2 жыл бұрын
Hey you can check the code or just run the indicator and see if it is repainting. It is not really "dangerous" but you will have to consider that the signals might be changed after they appear.
@metalsir7060
@metalsir7060 8 ай бұрын
@niitembutobias258
@niitembutobias258 2 жыл бұрын
Hi Rene! How can I combine RSI with MACD signal line to be in one window? I tried what u did to RSI & MA, but with MACD, it is giving errors. Please help.
2 жыл бұрын
I never did this so I can't give you a good answer. But the process should be the same I guess. Or maybe it is just not possible with this indicator combination.
@yourworld...3699
@yourworld...3699 2 жыл бұрын
A very good thank you sir, I tried to follow the same procedure with stochastic (for levels only), ma and macd and I only get the right values for ma but I can't get the right values for macd ( both Signal and main).
2 жыл бұрын
The process is always the same but you use the iMACD function instead. And then use buffers 0 and 1.
@yourworld...3699
@yourworld...3699 2 жыл бұрын
@ That's exactly what I did, then I thought the reason why I'm not getting readings it is because you used MAIN_LINE then I changed to SIGNAL_LINE but still I'm not getting correct readings. The highest value that I get is 4.3
2 жыл бұрын
@@yourworld...3699 Hmmm. I think SIGNAL_LINE should also work.. you can read about it in the mql5 reference if you search for the iMACD article.
@yourworld...3699
@yourworld...3699 2 жыл бұрын
@ Thank you so much Renè
@bookssums
@bookssums 2 жыл бұрын
hey Rene, we are waiting for the next video wtf? 🙂
2 жыл бұрын
There will be a new video tomorrow ;)
啊?就这么水灵灵的穿上了?
00:18
一航1
Рет қаралды 81 МЛН
哈哈大家为了进去也是想尽办法!#火影忍者 #佐助 #家庭
00:33
火影忍者一家
Рет қаралды 131 МЛН
"كان عليّ أكل بقايا الطعام قبل هذا اليوم 🥹"
00:40
Holly Wolly Bow Arabic
Рет қаралды 15 МЛН
Jim Cramer takes a closer look at today's sell-off
10:38
CNBC Television
Рет қаралды 27 М.
MT5 Drawdown Safety Expert Advisor Programming Tutorial
23:11
René Balke
Рет қаралды 12 М.
I Made $4,000 Using This Scalping Strategy
5:28
The Moving Average
Рет қаралды 4,7 М.
啊?就这么水灵灵的穿上了?
00:18
一航1
Рет қаралды 81 МЛН