Trade ANY MT5 Indicator using this Simple Expert Advisor | mql5 Coding Tutorial

preview_player
Показать описание


*These Links redirect to my webpage where you can find free or paid products and lots of useful information.
**These Links are Affiliate Links. If you use this link you can support the channel because I will receive a commission form the company. You do not have any disadvantages of course!

Learn about the benefits of automated trading. After programming trading strategies for a while I started teaching how to program expert advisors for the MT4 (MetaTrader 4) and MT5 (MetaTrader 5). Until now I only did videos in German but now I will start this channel with English videos to reach a larger audience of traders and help them improve their trading. There will be no fake trading on this channel and no lies. I show trading as it is - the good and the bad sides. Stay tuned and subscribe because you don't want to miss ;)

Trading in derivative products such as futures, options, CFDs, Forex and certificates involves a considerable risk. These products are not suitable for every investor. Investors could potentially lose all or more of the original investment. If anything, only money that equals personal risk capital and can be lost without jeopardizing financial security or lifestyle should be used. Partially or fully automated trading programs can only be used to support the trader. Past performance is not an indication of future results.
Рекомендации по теме
Комментарии
Автор

this is the video i needed, right now. as usual...the "normal low profile" guys make the best and really useful and serious videos. Thanks again indeed.

sergiocastellani
Автор

Amazing tutorial, I was struggling with copy buffer until i chanced with this channel. Thank you Rene.

forexhubgh
Автор

HI. great video. This approach is very interesting and I will try to study it as best I can by watching it again to understand better.
I checked the code again and found no typing errors and it's the same. It gives me an error that I'm starting to hate.
2023.11.20 09:55:39.079 2018.01.02 00:01:30 array out of range in 'TradeAnyIndicator.mq5' (66, 27)
the piece of code in question is this:
if(close1 > bbUpper[1] && close2 < bbUpper[0]) {
if(rsi[0] > 70) {
trade.Sell(0.1);
}
}
I don't have the faintest idea how to fix this error. Thank you so much

SirLuke
Автор

First of all I will like to say thank you for great videos brother Reñe, your content is really helpful. In future videos can you kindly please create a video on how to get the turning points of ZigZag custom indicator/ or how to use ZigZag turning points as support and resistance levels. Once again thank you for great content.

yourworld...
Автор

This is one of my favourite videos on your channel, thank you.

WasimZayed
Автор

How can we write an EA that uses EMA and RSI data from indicator window and works with the scale (zoom level) of the chart

Trade_with_Chibu
Автор

This video is very useful for me... thank you so much

jagadeshkotte-zp
Автор

Rene, I have small challenge and I wanted share with my source code your input, thanks very much

kobbyben
Автор

Hi Rene, thanks for another amazing video. Your content is really great and appreciate your effort on this. Could you please show how to do limit Buy/Sell in a future video?

SerendipitousTV
Автор

Thank you for sharing your knowledge and experience ! Much appreciated.

lauriejacobs
Автор

Great man, would you pls prepare a course in Pine Script for beginners,
You're God in education 👌🏻

AbasNiknam
Автор

Thank you so much for this videos, Rene! You’re really helping me a lot trough my mql5 learning process! But i have a question, does this EA works when we try it on custom indicators or not?

lqueirozz
Автор

Now i can do this coz you have shown it alot of times..but I am failing to do the same thing in mt4..if you can make a video for mt4 on this series of icustom I will appreciate it sir

Trades
Автор

Hello. What do I do if the indicator name has spaces in its name? On compile it sees the string as separate words and not the short name. I´ve put it in apostrophies...

NPSparf
Автор

Hi Rene, thanks for the video once again. Can you code an EA for supply and demand zones?

vincentsekoboane
Автор

Hello another great video, I want to know how can one use indicator levels in an EA for example the Bollinger bands indicator

abelzhuwao
Автор

Hi Rene, thanks for the tutorial. Just one question. how is the trade being closed?

jdmampilly
Автор

I was using icustom to load the indicator, but when I try to set the indicator parameters, it fails. With this video I was able to use the indicator with my settings. Does anyone know how to back test my EA with indicator in the chart?

bmcua
Автор

hi Rene, following you and learning every minute.... i have a question thou, but i cannot find an easy way to contact you, how can we do it?? thx in advance

sergiocastellani
Автор

Thank you René. Can someone help me with [volume limit reached] error

Kandy_Ltd