Trading bots are mostly scams... but there are exceptions. You just need a lot a patience to backtest and run many bots, discard the ones that are scams and keep playing with the ones that are good. EDIT: since so many of you ask, yes I use Galileo FX. .
is there a reason you cannot show your screen in it's entirety while editing & making changes as there's a noticeable change in the beginning of the program when a "ticket" needs to be established & quite obvious the video needed to be edited for several reasons... I was unable to get the event timer working as U did & perhaps an overall screen shot of your final work would have helped... a half decent video nonetheless.
@@kecoma ok, i found out what i was missing and able to Compile successfully But don't quite understand the Math behind the candle timer as you only yielded a sentence or 2 regarding the layout where i believe (60*30*5) = 60secs * 30min chart * 5 candles ? This part is quite vague - would you be able to reiterate?
@@sandroSwann Exactly, that's the meaning behind it. I wanted the bot to wait 5 candles (in 30 min chart) until he opens another position. Anyways, now that I look at it I wouldn't recommend this solution, instead we could generalize it using the Bars function. We could count how many bars were loaded when openning the position, then when we want to open another one we could check if the number has increased by 5. This will make it work on every timeframe.
I recommend you watching this video: ruclips.net/video/9eVjSZNY5eE/видео.html You have to use the MqlRates type. With that type you will be able to store candles with the function CopyRates. Also you will need to load the indicator data and store it in a double array using the function CopyBuffer. In order to specify the specifc time you can use the dateTime functions, I recommend you this other video in which I explain how to open positions at an specific time, you will just have to add the condition of the moving average. odysee.com/@kevindelacobamalam-eng:4/time-bot-mql5:a I hope this helped!
@@kecoma no just simple futures like NQ and mes.Can you make a simple bot that buys NQ at market price and sets a stop loss of say 4 ticks and profit target of 8 ticks(not percentage).A simple tutorial like that can be very beneficial for futures traders like me who get lost in the syntax
@@kecoma you need support doing that and I can assist. What you're doing requires a team work if you've long term goal. Anyway, thanks for letting me know you can't provide support ATM.
Hey Mitesh! Do you mean everything related with trading or MQL5? You have a playlist with everything I've uploaded about MQL5 and also python trading bots I will upload soon how to do more bots in MQL5!
I was very well explained . Thank You
Thank you very much!!! :)
Trading bots are mostly scams... but there are exceptions. You just need a lot a patience to backtest and run many bots, discard the ones that are scams and keep playing with the ones that are good. EDIT: since so many of you ask, yes I use Galileo FX. .
Hi! can you please do a video showing how to creat a bot that pop up an alert everytime there is a new bearish candle in 1min?
Cuando cliqué en start para ver en la prueba me fijo que no "can not create indicator"... puedes ayudar?
Hmmm métete en la comunidad y lo vemos ahí discord.gg/wfWbzDYpc8
is there a reason you cannot show your screen in it's entirety while editing & making changes as there's a noticeable change in the beginning of the program when a "ticket" needs to be established & quite obvious the video needed to be edited for several reasons... I was unable to get the event timer working as U did & perhaps an overall screen shot of your final work would have helped... a half decent video nonetheless.
Yeah, my first videos are not the best. Checkout my github you may find something useful there:
github.com/kecoma1/Trading_BOT/tree/main/mql5
I recommend you this video:
ruclips.net/video/C7WvU1rRBXw/видео.htmlsi=wY9IkVr02rMyeRkY
@@kecoma ok, i found out what i was missing and able to Compile successfully But don't quite understand the Math behind the candle timer as you only yielded a sentence or 2 regarding the layout where i believe (60*30*5) = 60secs * 30min chart * 5 candles ? This part is quite vague - would you be able to reiterate?
@@sandroSwann Exactly, that's the meaning behind it. I wanted the bot to wait 5 candles (in 30 min chart) until he opens another position. Anyways, now that I look at it I wouldn't recommend this solution, instead we could generalize it using the Bars function. We could count how many bars were loaded when openning the position, then when we want to open another one we could check if the number has increased by 5. This will make it work on every timeframe.
How can i write a condition that says, if the previous candle close price is below moving average sell @ (specific time) for candle 0
I recommend you watching this video:
ruclips.net/video/9eVjSZNY5eE/видео.html
You have to use the MqlRates type. With that type you will be able to store candles with the function CopyRates.
Also you will need to load the indicator data and store it in a double array using the function CopyBuffer.
In order to specify the specifc time you can use the dateTime functions, I recommend you this other video in which I explain how to open positions at an specific time, you will just have to add the condition of the moving average. odysee.com/@kevindelacobamalam-eng:4/time-bot-mql5:a
I hope this helped!
Hey.. Your content was great. Can you explain how can we use heikin ashi bar close and open used to buy or sell signal instead of moving average.
Hey thanks! I will have to investigate a little bitm but yeah sure, in the future I will upload a video about it.
look up the formula for ha, then make a variable for open, then close, it is easy.
Hi i want a program for MT5, can u make it for me? just need to check trade history of custom ticket numbers.
Hey man, I no longer give that service, but maybe soon I do that again.
can you make a video on futures
Hey man, you mean binance futures?
@@kecoma no just simple futures like NQ and mes.Can you make a simple bot that buys NQ at market price and sets a stop loss of say 4 ticks and profit target of 8 ticks(not percentage).A simple tutorial like that can be very beneficial for futures traders like me who get lost in the syntax
@@devsingh6321 Okay! The thing is that I will have to investigate a little bit about futures. It is not a topic I'm very used to jejeje
Thank you for the video!
You are very welcome!
Hey! Can I contact you personally? I am working on a bot and I need guide. Thanks ahead.
Hey, right now impossible. I'm building a website and a community where the people can learn how to do bots and also comunicate with me
@@kecoma you need support doing that and I can assist. What you're doing requires a team work if you've long term goal. Anyway, thanks for letting me know you can't provide support ATM.
Very good, useful, info
Thank you very much!
Bro start make a playlist for whole thing
Hey Mitesh!
Do you mean everything related with trading or MQL5? You have a playlist with everything I've uploaded about MQL5 and also python trading bots
I will upload soon how to do more bots in MQL5!
thank you