Guys, if you enjoyed this and find value in doing this, do leave a comment below if there is a strategy with clear rules on YT that you would like to see coded and tested with automated trading... Cheers
Bishop, i need help with an EA i'm working on. I want it to open buy and sell positions in the 1minute timeframe based on 5M MACD crossings. If it's fine by you I'll like to send the code to you to look into for me cos there isn;t any error in my code yet, the EA isn't opening any buy or sell position. God bless you
Yeah, let's straight go to blaming that I hide code. There is no chance that you made a mistake in the code? I asked you in your separte comment to copy paste your code here, so i can see. How do I know where the mistake is if I cannot see your code?
Thank Bhai, yes from Pakistan originally. Been trading for almost 15 years. Had to be away due to family obligations and could not make more videos. Now will be making again regularly
What us the difference in checking for a new bar using the Bars() function and the iTime() function? I use .. Example: int bars=Bars(_Symbol,PERIOD_D1); if(barsTotal!=bars){ barsTotal=bars; Great video by the way. Enjoy watching it. Adds to my knowledge in mql 5 programming as a noob
No difference. I prefer checking through time. Will be coming with a lot more stuff in future, not just MQL but python as well. Happy to share what I know for what it is worth
Woow superb. I really love your teaching skills. I'll really love to connect with you personally to add more to my programming knowledge if that's fine by you please.
Thanks mate... will be coming up with more automation projects selecting strategies from all over yoututbe to make robots... some may work.. some won't... but through automation we surely will know if the claim is true or not.. stay tuned! :)
Hi i am taking 3 error. I finished code. I wrote same code. Error ( if expressions are not allowed on a global scope and { function definition unexpected. Wait for support.thanks.
did you write the if functions in the top part of the code? top portion is only to define variables. or maybe there is a missing colon ; somewhere so MQL is getting confused
@@No_Shenanigans so its should be able to buy below daily open in a trending market and the same with selling, so price should be able to go lower below opening price first then it should be able to buy, confluences such as bos to the upside or downside if you selling, but is it possible to make it an ea bot, if price already went below opening price early in the morning then you should still be able to activate the bot to trade according to the market structure it has
copy paste your code here in a msg and I will take a look. There must be some mistake. Others have followed the same video and are able to write the code and run the EA. I will remove later the code you post here, as I want people to follow the video and learn to code, rather than just taking codes from others. :))
The idea of the series is to find strategies on youtube and code them into automatic robots so we can test.. Is not my EA... I will once i am done with the Pivot Point series, make a full EA out of this one as well and share the coding process like the Pivot Point series.. Cheers
brother it takes days to make these videos, all I hope is that people watch the video, learn through coding with me and get inspired to automate their own strategies as well.
if you can upload your MQ4 file somewhere, I can take a look.. the same coding has been done by others following the video and it worked. so not sure which part of coding is missed.
if you can upload your MQ4 file somewhere, I can take a look.. the same coding has been done by others following the video and it worked. so not sure which part of coding is missed.
Guys, if you enjoyed this and find value in doing this, do leave a comment below if there is a strategy with clear rules on YT that you would like to see coded and tested with automated trading... Cheers
Bishop, i need help with an EA i'm working on. I want it to open buy and sell positions in the 1minute timeframe based on 5M MACD crossings. If it's fine by you I'll like to send the code to you to look into for me cos there isn;t any error in my code yet, the EA isn't opening any buy or sell position. God bless you
Ea doesn't work, you hide some code
Yeah, let's straight go to blaming that I hide code. There is no chance that you made a mistake in the code?
I asked you in your separte comment to copy paste your code here, so i can see. How do I know where the mistake is if I cannot see your code?
@@muthukrishnan1672 I coded it, without being profitable the system works correctly. You may have an error. There is no hidden code
your voice is more pleasant, your explanation more lucid and the tone of the video is more relaxed, than other youtube mql tutors, thank you
Very clear and detail tutorial. Thank you so much.
thanks bro
Ohh thanks for the video!! You coded it?! You should post more videos like that! 🙏
Wonderful job. I like so much. Thank you very much.
Great! I have learnt a lot!
Glad it was helpful!
I Enjoyed the Video I would like apprecaite a video for coding an EA for the MACD Divergence or RSI Divergence Strategy
stay tuned, I have a lot more to share but it takes time to make videos.
Bhai.. I believe you are from India or Pakistan!! Thanks for such a wonderful video on MQL with MACD & MA's!! God Bless You!
Thank Bhai, yes from Pakistan originally. Been trading for almost 15 years. Had to be away due to family obligations and could not make more videos. Now will be making again regularly
Can this strategy be implemented on an ea creation website where you just use drop and drag settings
What us the difference in checking for a new bar using the Bars() function and the iTime() function? I use ..
Example:
int bars=Bars(_Symbol,PERIOD_D1);
if(barsTotal!=bars){
barsTotal=bars;
Great video by the way. Enjoy watching it. Adds to my knowledge in mql 5 programming as a noob
No difference. I prefer checking through time.
Will be coming with a lot more stuff in future, not just MQL but python as well. Happy to share what I know for what it is worth
@@No_Shenanigans Lovely. 👍
I reproduced the same code, but in backtest it doesn't open any operation for me.. why?
Reread your program coding, there must be an error. I recoded this system and it works fine, but without being profitable.
Change the parameter
Great work
Thanks bro
Thanks for this video. I was thinking if you could add trailing stop loss to ema so that to maximize profits from thi MACD BOT STRATEGY?
I will make a new video on this to include more features.
Thnkas. Very earger so see and learn more codes
Woow superb. I really love your teaching skills. I'll really love to connect with you personally to add more to my programming knowledge if that's fine by you please.
Awesome 👏
Thanks mate... will be coming up with more automation projects selecting strategies from all over yoututbe to make robots... some may work.. some won't... but through automation we surely will know if the claim is true or not.. stay tuned! :)
And do you sell any forex or forex related ea e.g gold, nas100 etc and if yes then what is the past performances and where to get them
Pls also make Macd cross ea which auto trade with buy signal and close when sell signal
currently sharing my own personal EAs one by one, will start making videos on how to code strategies from youtube soon again
Hi i am taking 3 error. I finished code. I wrote same code. Error ( if expressions are not allowed on a global scope and { function definition unexpected. Wait for support.thanks.
did you write the if functions in the top part of the code? top portion is only to define variables. or maybe there is a missing colon ; somewhere so MQL is getting confused
hello NNF, is it possible to code a strategy that buys below daily open price and sell above daily open price plus more confluences
yup, is surely very possible. If you have specific rules, I can code it and share
@@No_Shenanigans so its should be able to buy below daily open in a trending market and the same with selling, so price should be able to go lower below opening price first then it should be able to buy, confluences such as bos to the upside or downside if you selling, but is it possible to make it an ea bot, if price already went below opening price early in the morning then you should still be able to activate the bot to trade according to the market structure it has
Hey how can we get this specific ea
Backtest doesn't work and also take trade in chart
copy paste your code here in a msg and I will take a look. There must be some mistake. Others have followed the same video and are able to write the code and run the EA.
I will remove later the code you post here, as I want people to follow the video and learn to code, rather than just taking codes from others. :))
@@No_Shenanigans any update in code and what is my mistake
You need to copy paste your code here. how can i know where the mistake is if I cannot see the code?
How can I get the EA and what's the best time frame ???
The idea of the series is to find strategies on youtube and code them into automatic robots so we can test..
Is not my EA... I will once i am done with the Pivot Point series, make a full EA out of this one as well and share the coding process like the Pivot Point series.. Cheers
I have a strategy that is good for the synthetic markets however it's been a challenge to automate the strategy😢
If you can explain the rules well, I can try and write a code and share it in form of a video for everyone's benefit
Can somebody share this code please, thanks in advance
brother it takes days to make these videos, all I hope is that people watch the video, learn through coding with me and get inspired to automate their own strategies as well.
@@No_Shenanigansalright fair enough i will watch it several times and learn
Thanks brother, let me know if anything unclear and I can help
@@No_Shenanigans i cant get any trades out of your strategy . i tried m5 for over a periode of a month. 0 trades unfortunately
backtesting
Bro…i spent 2 hours coding this strategy and at the end it didnt place any orders!
Same, just finished it and it didn't execute any orders haha
if you can upload your MQ4 file somewhere, I can take a look.. the same coding has been done by others following the video and it worked. so not sure which part of coding is missed.
if you can upload your MQ4 file somewhere, I can take a look.. the same coding has been done by others following the video and it worked. so not sure which part of coding is missed.
😂😂😂
@@SpiritMoonTV😂😂😂
❤❤❤
Glad it helped! Will be starting more videos
👁
cheers
what have i done wrong bro i followed to a t but no trades
Have you turned on algo trading? or are you backtesting?
@@No_Shenanigans back testing thru strategic tester
share your code file with me on the discord channel and I will take a look.
@@No_Shenanigans not able get on the link