Get a trading VPS! Step by step tutorial

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

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

  • @trustfultrading
    @trustfultrading  6 месяцев назад +3

    Do you already use a VPS for your trading? Hope this tutorial is helpful :)

  • @DrawWithBrian
    @DrawWithBrian 6 месяцев назад +1

    You're back! Lets goooo!!

  • @EugenePekeur-g7z
    @EugenePekeur-g7z 6 месяцев назад +1

    Good content, thanks Tobias, much appreciated.🤜.

  • @DAVA_MC
    @DAVA_MC 2 месяца назад

    Thanks, Tobias!

  • @christianmueller8335
    @christianmueller8335 3 месяца назад

    thx a lot for the informations

  • @fernandobrown8797
    @fernandobrown8797 6 месяцев назад +1

    Hello, I follow your videos here on the channel and I'm learning a lot from you, I've already taken several Mql4 programming courses and now Mql5, including yours. I would like to know if it is possible for you to create a series of videos teaching how to code WFA in Mql5 for use in Robots, as I have already tried to implement more without success. Thanks!

    • @trustfultrading
      @trustfultrading  5 месяцев назад

      Hi, I don''t think I will show this on youtube. I have coded a WFA for my own trading, so its possible but pretty complicated. There are also some articles about that on the mql5 website: www.mql5.com/de/articles/3279

  • @peterezeh196
    @peterezeh196 2 месяца назад

    Hi Tobi, i love your videos, they are really helpful. You adviced us not to use MetaQuotes VPS WHY? Also which VPS do you suggest we use? And which VPS do you use?

    • @trustfultrading
      @trustfultrading  2 месяца назад

      I don't like the MetaQuotes VSP because you don't have a visual desktop. At the moment I use Contabo. The same I show in the video.

    • @peterezeh196
      @peterezeh196 2 месяца назад

      @@trustfultrading Thanks

  • @emmanuelakpan1285
    @emmanuelakpan1285 6 месяцев назад

    Hi There
    I love your videos it helps me a lot in my programming journey, but please can you make a video showing how to customize our EA to work on custom symbols please

    • @trustfultrading
      @trustfultrading  5 месяцев назад

      Hi, thanks. I have a video about custom symbols. You dont need to change anything in the EA itself. Take a look at my development playlist.

  • @adamomastrorilli5736
    @adamomastrorilli5736 6 месяцев назад

    Good morning Tobi, just a simple question, in this video you mentioned that you use your own pc for backtesting, also I but I've problem with historical data because I tried, on higher time frames, to optimize in ohlc data (dukas datas), but I saw that for many pairs (such as forex or metals) there are not big differences with real ticks data, for indices a lot of diffefference, could you suggest me the best practice in this case? I must searc for a better provider or other, really I don't know, thank you...

    • @trustfultrading
      @trustfultrading  5 месяцев назад

      Hi, take a look at my development playlist. There I explain my process :)

  • @jithendras5199
    @jithendras5199 6 месяцев назад

    GOOD INFO

  • @yousefdehghani2050
    @yousefdehghani2050 4 месяца назад

    Soo cool

  • @Arsenal279199x
    @Arsenal279199x 6 месяцев назад

    Hi Tobi, Do you think neural network can improve our trading strategies?

    • @trustfultrading
      @trustfultrading  5 месяцев назад

      Yes, but I think its easier to overoptimize with NNs. So the challenge to avoid overoptimization and finding a "real" edge is the same.

  • @Stisse12
    @Stisse12 6 месяцев назад

    When does next part of the Streakbot coming? :)

  • @peterezeh196
    @peterezeh196 2 месяца назад

    Hi Tobi, will this VPS work for some in Nigeria

    • @trustfultrading
      @trustfultrading  2 месяца назад +1

      Yeah sure, I don't see a reason why it shouldn't.

  • @veiculoavenda6678
    @veiculoavenda6678 6 месяцев назад +1

    hello my friend !
    congratulations on the content.
    See if you can help me and help other followers.
    I need to create an EA with MULTI STRATEGIES (Example: Use bollinger bands with rsi, ATR, parabolic sar, enable whichever one I want).
    And how do I create various forms of take profit and stop loss (example: take profit/stop loss, as TARGET: in points, in financial, in the moving average, in a certain Fibonacci region, that is, I want to create several classes of take profit and determine at the moment which one to use ).
    If you can help me, I would greatly appreciate it.
    Congratulations again.
    Luciano Cipriano, Brazil, Thanks!

    • @trustfultrading
      @trustfultrading  5 месяцев назад

      I will show how to do this in my upcoming course.

  • @anthony2134
    @anthony2134 6 месяцев назад

    is it possible to make a tutorial about an EA using displacements, highs/lows & market structure shift ? i would like to develop something but i don't know how I can found the different structures (displacements & market structure shift)
    Thanks for everything i love your content and channel 🤍

    • @trustfultrading
      @trustfultrading  5 месяцев назад +1

      Hi, thanks. The problem is to define a "structure" so you can put that into code. But if you have clear rules, you can code everything in mql5.

    • @anthony2134
      @anthony2134 5 месяцев назад

      @@trustfultrading
      I thought of a way to realize it like :
      1. Tops & Bottoms can be considered as support / resistance and also areas of liquidity. (Only in Session hours)
      2. Zigzag array for identifying structure like (hh hl / lh ll … BoS / ChoCH) and the break of structure if we succed to identify them.
      3. And at the end try to identify FVG/price to displace, wait a pull back to open an order.
      If you want to improve it like using HTF point of interest like 1H timeframe to draw our liquidity zone or FVG and wait the price to retrace inside.
      Try to see a setup in LTF (15min/5min) when the price is inside our interest boxes wait for steps 1.2.3 above, Stop above or below recent swing, TP 1:2RR
      i think it can be funny to make it 😁
      But i need more experiences i can't make it alone, if you think it can be a good idea feel free to make a tutorial i'll over like it.