MQL5 TUTORIAL - Simple trading bot

Поделиться
HTML-код
  • Опубликовано: 23 янв 2025

Комментарии • 33

  • @miteshchoksi8879
    @miteshchoksi8879 3 года назад +3

    I was very well explained . Thank You

    • @kecoma
      @kecoma  3 года назад

      Thank you very much!!! :)

    • @leonidaschang8849
      @leonidaschang8849 2 года назад

      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. .

  • @juandiegomontenegro
    @juandiegomontenegro Год назад

    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?

  • @joseantoniogomes6407
    @joseantoniogomes6407 7 месяцев назад

    Cuando cliqué en start para ver en la prueba me fijo que no "can not create indicator"... puedes ayudar?

    • @kecoma
      @kecoma  7 месяцев назад

      Hmmm métete en la comunidad y lo vemos ahí discord.gg/wfWbzDYpc8

  • @sandroSwann
    @sandroSwann Год назад +1

    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
      @kecoma  Год назад +1

      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

    • @kecoma
      @kecoma  Год назад +1

      I recommend you this video:
      ruclips.net/video/C7WvU1rRBXw/видео.htmlsi=wY9IkVr02rMyeRkY

    • @sandroSwann
      @sandroSwann Год назад +1

      @@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?

    • @kecoma
      @kecoma  Год назад

      @@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.

  • @BecauseUbuntuMatters
    @BecauseUbuntuMatters 2 года назад

    How can i write a condition that says, if the previous candle close price is below moving average sell @ (specific time) for candle 0

    • @kecoma
      @kecoma  2 года назад

      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!

  • @shubhamgaikwad6047
    @shubhamgaikwad6047 2 года назад +1

    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.

    • @kecoma
      @kecoma  2 года назад

      Hey thanks! I will have to investigate a little bitm but yeah sure, in the future I will upload a video about it.

    • @Laelaps512
      @Laelaps512 2 года назад

      look up the formula for ha, then make a variable for open, then close, it is easy.

  • @zakazai1
    @zakazai1 2 года назад

    Hi i want a program for MT5, can u make it for me? just need to check trade history of custom ticket numbers.

    • @kecoma
      @kecoma  2 года назад

      Hey man, I no longer give that service, but maybe soon I do that again.

  • @devsingh6321
    @devsingh6321 2 года назад +1

    can you make a video on futures

    • @kecoma
      @kecoma  2 года назад

      Hey man, you mean binance futures?

    • @devsingh6321
      @devsingh6321 2 года назад +1

      @@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
      @kecoma  2 года назад

      @@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

  • @bitpilot79
    @bitpilot79 2 года назад +1

    Thank you for the video!

    • @kecoma
      @kecoma  2 года назад

      You are very welcome!

  • @adewoleadebayo8848
    @adewoleadebayo8848 2 года назад +1

    Hey! Can I contact you personally? I am working on a bot and I need guide. Thanks ahead.

    • @kecoma
      @kecoma  2 года назад

      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

    • @adewoleadebayo8848
      @adewoleadebayo8848 2 года назад +1

      @@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.

  • @LG-ze5sb
    @LG-ze5sb 2 года назад +1

    Very good, useful, info

    • @kecoma
      @kecoma  2 года назад

      Thank you very much!

  • @miteshchoksi8879
    @miteshchoksi8879 3 года назад +1

    Bro start make a playlist for whole thing

    • @kecoma
      @kecoma  3 года назад

      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!

  • @laithsama4809
    @laithsama4809 2 года назад

    thank you