Live Algorithmic Trading with Python using Moving Averages

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

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

  • @kayderl
    @kayderl Год назад +4

    Seriously, this channel do not have enough subscribers. If your channel is a tradable asset, I’d buy and hold and expect a handsome profit in a year or 2.

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

    Dude, i love your channel! Keep it up! I'm studying to develop bots to trade in the B3 (Brazilian Stock Market) and your content helps me a lot! Thanks

  • @delaodino
    @delaodino 2 года назад +4

    It would be awesome if you could make any of the following videos:
    1. Backtesting a strategy with multiple indicators (say 2 trend confirmation indicators, an exit indicator, a volume indicator, a baseline indicator, atr, etc.) Wondering what a good structure for something like this might be.
    2. Same as above but instead of backtesting do live trading like this video
    3. I second another suggestion someone else made on how to calculate dynamically - would be good to account for things like leverage and liquidation specifically! Haven't seen backtesting on leverage/liquidations yet either.
    All your content is great by the way!

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

      Yes! have you found someone who covers all this already ?

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

    you can use some improvement for not getting whipsawed in sideways markets. 1. take a long signal only when both moving averages slope up in the crossing. the slow MA may slope up unvisible, the fast MA is clearly seen upslope. for going short use downslope for both MA's.
    2. you can use a stop order 2-3 points above/long or below/short the candle which crosses. stoploss on other side of the candle. if the market whipsaws, your stop order may not get triggered and you delete it after some time preventing you to get sucked in a bad trade 🙂

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

    Hello, why do you close all position when we are not in the allowed trading hours?

  • @veniciussoaresdasilva6614
    @veniciussoaresdasilva6614 11 месяцев назад

    I have a suggestion for Algo trade bot, using chikou span, sma 200 and sma 50. Is necessary one additional indicator to confirm the trade.

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

    Hello, thank you very much for the information you provide to us. I need your help. Can you teach me how to use adx with Python?

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

    Could you make a video, how to open positions by economic calendar in mt5?

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

    Do you have any recommendations on books, courses etc that can be used to attain the same knowledge as you. Can't find much about mt5+python mix

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

    How can i modify the code to suit my requirement Can you help in that regard?

  • @u10-bb5lf
    @u10-bb5lf 4 месяца назад +1

    i cannot believe you're giving us this for free XD

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

    good job
    enter long positions cross over 10 ma UP and 100 ma buy point correct
    take profit point is wrong ou should close long positions when the pirce is under 10 ma line

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

    Hello, nice job Bro. Is it a demo account ? How much you put in the begin for this profit ? Thanks .

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

    hi , than you for all your videos, actually i'm trying to deploy my web app on contabo but i have some troubles to pip install MetaTrader5 on the virtual machine, can you make a video about how to deploy a bot or webapp on contabo please

  • @Krisler12
    @Krisler12 2 года назад +2

    Is this a trustworthy broker? Do you know that its location is in Cyprus? How much money have you ever withdrawn, when and how much it represented in terms of percents of your total account?
    Thank you in advance!

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

      I'm asking you for something else.

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

    How to create divergence indicator using python?
    Is this possible?

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

      Hi, could you add a link how the divergence indicator is exactly calculated?

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

      I don't know exact calculation, you can search in RUclips about divergence,
      Can you share your email or Instagram id

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

    Is it possible to trade stocks with that broker? Or is that mostly for currencies and indices? Thanks.

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

      Yes it is possible. This broker has a wide range of stocks that you can trade too.

  • @Malcolm777-i
    @Malcolm777-i 2 года назад +1

    Please provide a video on how to calculate dynamically. Lot size by percentage ☺ appreciate all your work!

    • @Kay-qg1vn
      @Kay-qg1vn 2 года назад

      Elaborate more, maybe i might be able to help

    • @Malcolm777-i
      @Malcolm777-i 2 года назад

      @@Kay-qg1vn example GBPUSD entry price at 1.20900 and stop loss 1.21199 with 1% risk what would be the lot size for example $5000 account.

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

      1% risk on $5000 account would be $50 per trade. The SL = 29.9 pips, so each pip is $1.67. Lot size 0.17 gbpusd.

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

    I understand that you're using Python along Metatrader, am I right?

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

    test this strategy - ruclips.net/video/XCVgwFgjx3s/видео.html

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

    account_credentials import LOGIN, PASSWORD, SERVER, no work!