Mind Blown!!!!!!! Currently doing a MQL5 course and it's nothing near this. Clear, to the point, understandable and clean code. If you don't already have a course, you could really consider it. Especially like how you explain the functions then link them to the main body and detail each aspect of the logic.......really well done 10/10. Thank You
Need to find time to put a full course. Started the series last year with beginner level, should start to post more if I can find more time. Eventually can combine the series into one video as a full lesson.
You are very welcome, my brother.. on the code in pdf or text, I thought about it... but then i realized the reason I wanted to start this channel and share this was not to simply provide tools... The idea behind was to inspire people (especially young ones) to want to put in the hard work and LEARN things that can help.. As the old saying goes, if you want to feed a man for a day give him a fish.. if you want to feed his generations, teach him how to fish... I am sure seeing how the new generation is already sooooo lazy, you'd agree with my thought. Even in these videos, what i see in the analytics is most people see the beginning to see what is happening and then the last 15 seconds (most likely to see if there is a link to where they can just simply copy the code from :)))))) I hope I can share a few techniques of fishing in the forex world with others... especially younger ones so they can build on their own their own strategies and life.. Hopefully, it even transcends into other aspects of their lives as well... to want to LEARN how to do things and to want to PUT in the effort... hence decided not to just give the code in a file, but rather share it with explanations so we can all learn.. Even I have learnt a few things just writing and explaining these.. sort of like a new idea pops in the brain.. Funny how our brains work when we work :)
@@No_Shenanigans i just finished watching the video and to be honest i was lazy at first looking at the duration of the video, getting to my question is it possible to infuse a trendline detection code/system into the code if possible i will try to find a way but if I'm stuck i will reach out to you if its okay with you? 51:55
Hello sir ,thank you so much . I coded the EA but although we have "openbuy" or "opensell" to control not open a lot of positions , this issue happened for me . specially when i use trend lines . can you check it please.
copy paste your entire code in a comment as reply to this and I will take a look. (I will delete the code after taking a look though as I want people to watch the video and follow the steps to learn)
Fantastic, again! Thanks for all the knowledge you share with us. If you allow me to ask, I'd like to know if it's possible to draw trend lines automaticaly. Let me tell why. Studying charts of cryptos, it's easy do see that pumps often occur after a candle with good volume breaks a downtrend line upward. Specially in H1 ou H4 timeframes. And it's most likely to happens (the pump) when the angle of the downtrend line is less than 45 degrees, the downtrend line last a couple of days and it's hitten for 3 upper shadows (high price) or more (at least 2 are necessary to draw the downtrend line). Well, at least, that's what I think (of course, I may be wrong). Thanks in advance.
Sure... Is next on my list to share the code for... I will try to release next week.... longer videos like this one takes hours to make and publish, so need to find time... but surely is on the list. Cheers brother
As the basic step did you turn on algo trading both in the main window and in the EA popup? The new EA I will be publishing next week I will also cover how to attach and EA to a chart and turn on
Mind Blown!!!!!!! Currently doing a MQL5 course and it's nothing near this. Clear, to the point, understandable and clean code. If you don't already have a course, you could really consider it. Especially like how you explain the functions then link them to the main body and detail each aspect of the logic.......really well done 10/10. Thank You
Need to find time to put a full course. Started the series last year with beginner level, should start to post more if I can find more time. Eventually can combine the series into one video as a full lesson.
Thank you for taking the time to explain the entire coding in such details
very welcome brother
Excellent tutorial, please continue these videos, learning a lot. Much appreciated. !!
I have learned so much from this video. You teach very well.
Glad it was helpful!
Very nice tutorial. I hope I can't have more profits using this Robot tnz teacher
All depends on how you use it brother. Every EA is a tool, it depends on the user. Good luck
Thanks for taking the time to explain the code fully. I wish you have the code on pdf or text or doc file link attached to the video description.
You are very welcome, my brother..
on the code in pdf or text, I thought about it... but then i realized the reason I wanted to start this channel and share this was not to simply provide tools... The idea behind was to inspire people (especially young ones) to want to put in the hard work and LEARN things that can help..
As the old saying goes, if you want to feed a man for a day give him a fish.. if you want to feed his generations, teach him how to fish...
I am sure seeing how the new generation is already sooooo lazy, you'd agree with my thought. Even in these videos, what i see in the analytics is most people see the beginning to see what is happening and then the last 15 seconds (most likely to see if there is a link to where they can just simply copy the code from :))))))
I hope I can share a few techniques of fishing in the forex world with others... especially younger ones so they can build on their own their own strategies and life..
Hopefully, it even transcends into other aspects of their lives as well... to want to LEARN how to do things and to want to PUT in the effort...
hence decided not to just give the code in a file, but rather share it with explanations so we can all learn..
Even I have learnt a few things just writing and explaining these.. sort of like a new idea pops in the brain..
Funny how our brains work when we work :)
@@No_Shenanigans i just finished watching the video and to be honest i was lazy at first looking at the duration of the video, getting to my question is it possible to infuse a trendline detection code/system into the code if possible i will try to find a way but if I'm stuck i will reach out to you if its okay with you? 51:55
Brilliant, will be coding over the weekend. How many trades I have missed not being in front of the computer. This should help greatly.
Glad the video helps.. comments are extremely helpful as they will help grow the channel.. cheers
Hello sir ,thank you so much . I coded the EA but although we have "openbuy" or "opensell" to control not open a lot of positions , this issue happened for me . specially when i use trend lines . can you check it please.
what is the EA doing? opening same trades again? then something is wrong with the check for open positions function
@No_Shenanigans Yes, open lot of positions
@No_Shenanigans Yes, open a lot of positions.
@karimukebrit something is wrong with the codes where we check for open positions.
Great job
Welcome
thank you so much sir lets check it now
i have write the same code, but when touch the line why doesnt put a trade. About Invalid line it works. Only sendorder doesnt happen
check in the expert tab what it says.. could be invalid stops. If you let me know what the error msg in expert tab is, then I can help
@@No_Shenanigans expert tab says nothing, like not doing anything
copy paste your entire code in a comment as reply to this and I will take a look. (I will delete the code after taking a look though as I want people to watch the video and follow the steps to learn)
@@No_Shenanigans have you found the problem?
@@No_Shenanigansbro i copied your full code but ea is not placing any trade please help
Thanks a lot😊
Thank you
You are very welcome brother.. really appreciate the interest.. is what is going to keep me going sharing more in the future
Fantastic, again!
Thanks for all the knowledge you share with us.
If you allow me to ask, I'd like to know if it's possible to draw trend lines automaticaly. Let me tell why.
Studying charts of cryptos, it's easy do see that pumps often occur after a candle with good volume breaks a downtrend line upward. Specially in H1 ou H4 timeframes.
And it's most likely to happens (the pump) when the angle of the downtrend line is less than 45 degrees, the downtrend line last a couple of days and it's hitten for 3 upper shadows (high price) or more (at least 2 are necessary to draw the downtrend line).
Well, at least, that's what I think (of course, I may be wrong).
Thanks in advance.
Sure... Is next on my list to share the code for... I will try to release next week.... longer videos like this one takes hours to make and publish, so need to find time... but surely is on the list. Cheers brother
HI, thank you so much for your videaos!
I copy the code but my EA disdn't take any trades :-( Any idea?
As the basic step did you turn on algo trading both in the main window and in the EA popup?
The new EA I will be publishing next week I will also cover how to attach and EA to a chart and turn on
@@No_Shenanigans Thanky four your answer, Yes I turn it on on both
The only thing I can think of is if you can make a quick video and upload it to your account and share a link so I could take a quick look.
How can I get robot
Full code is shared in the video. Follow the steps to write it. 👍
Hello, I have copied the same code and there is no error while compiling, however, it is not taking any trade. Could you please help me out with this?
Send me your code on the discord (you can find the link in the 90% win rate video) in a DM and I will take a look
Bro same here but ea doesn't place any trade please help
thanks a lot
You are most welcome