Data Mining Candlestick Patterns With a Genetic Algorithm

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

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

  • @Chainerlt
    @Chainerlt Год назад +11

    this is gold! keep pumping these amazing videos!

  • @LifeCodeGame
    @LifeCodeGame Год назад +8

    Great work on using a genetic algorithm to find optimal candlestick patterns for Bitcoin! Keep up the amazing work!

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

      How’s your game coming along brother

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

      @@MidnightV6 paused for now im afraid 😧 other stuff came in the way.

  • @DeAdBiGeYeFiSh
    @DeAdBiGeYeFiSh Год назад +3

    Really cool
    The diminishing performance year by year is quite intriguing indeed, makes you imagine how much stuff has already been tested by big institutions...

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

    A great exercise for someone learning genetic algorithms. Your right with the assertion that you need to expand the available information to the patterns.

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

    Wow, brilliant approach.

  • @AlgoTraderM
    @AlgoTraderM 5 месяцев назад +2

    Thanks for sharing!

  • @sukriadnansangadji8232
    @sukriadnansangadji8232 Год назад +2

    great explanation, thanks bro

  • @naderafshari3456
    @naderafshari3456 16 дней назад

    Thank you for the technical videos. You mentioned you won’t deploy this one for live trading. I’m curious which ones you would for which markets and type of trading?

  • @zendatastudio
    @zendatastudio 8 месяцев назад +1

    Hey man, I can't believe we made the exact same experiment, I have run the exact same setup using G.A. 4 years ago to mine candle patterns! What are the odds!

  • @johnddonnet5151
    @johnddonnet5151 Год назад +2

    Can you release a course for all of these methods? Like building strategy, properly backtesting it and finding if it works datascience way? From 0 to trading bot

  • @Nicolas-pl6of
    @Nicolas-pl6of 3 месяца назад +1

    It could be relaly interesting if you try another video but this time wirh some specific candle pattern (doji, morning star, hammer, etc...) and show what's their probabilities.
    It could be compmeted with some other parameters (resitance / support zone, etc...)

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

    why not doing exhaustive optimization?

  • @catbeatzzz5693
    @catbeatzzz5693 Месяц назад

    What did you study to understand all these

  • @imadmostajil3469
    @imadmostajil3469 Год назад +3

    keep going

  • @rpraver1
    @rpraver1 12 дней назад

    I am interested in the code, is it obtainable?
    Thanx

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

    Concho al menos comparte el codigo para analizarlo y ver si podemos usarlo hacerle mejroas o tomar porciones para otros ejemplos, super bueno.

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

    please share the code, i want to explore it more

  • @Douken
    @Douken Год назад +11

    My only question is, what did you study to get this good? How can you make these out of your own brain?

    • @tigoes
      @tigoes 10 месяцев назад +1

      Read books and practice

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

      They did
      * Fixed genome size
      * Equity curve correlation
      * Walk forward optimization
      They could have
      * Varied genome size
      * Showed best score per population graph
      * Tried different trading strategies (limit/stop exits, trailing stops)
      * Not ignored fees
      * Tried hyperparameter optimization (with various walk forward long and short periods, different candle sizes)
      * Compared with the performance of the underlying instrument
      there is so much more *you* can do with your brain than what you see in this video.

  • @HemantVerma1729
    @HemantVerma1729 Год назад +5

    Would appreciate if you share your code regardless of messiness

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

    How stable in time are these rules?
    such kind of expsriments shoul be proved with cross validation

    • @김인영-q5x
      @김인영-q5x 3 месяца назад

      He just did cross validation by testing walk forward test

  • @Mammad_kh
    @Mammad_kh Год назад +3

    I'm curios what's the reason you didn't share the code like other videos, is it because sharing these information publicly is not ideal which results in disorder and turbulence in markets or the reason is something else?

    • @neurotrader888
      @neurotrader888  Год назад +8

      I implemented this with C++ and its around 1500 lines of messy code. I didn't want to explain it all, or receive tons of questions about how to use it.

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

      @@neurotrader888 ok thanks for the reply

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

      @@neurotrader888 😂 great answer

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

    Patterns getting arbed out of the market is speculation I subscribe to. Chasing good fits did well for me god it was fun

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

    Super

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

    I think you need to run a simulation with an entry price, stop, and target. Simply saying it went up or down doesn’t pass any kind of real test.

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

    Good

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

    bro ....

  • @zimpot1690
    @zimpot1690 Год назад +2

    whats the point of posting video and you dont want with the source code