neurotrader
neurotrader
  • Видео 23
  • Просмотров 406 267
Intramarket Indicator Differences | Algorithmic Crypto Trading Strategy in Python
Using the difference between an indicator measured on two different symbols to build a trading strategy for Ethereum.
Patreon: www.patreon.com/neurotrader
Code: github.com/neurotrader888/IntramarketDifference
Links
en.wikipedia.org/wiki/Random_walk#Gaussian_random_walk
The content covered on this channel is NOT to be considered as any financial or investment advice. Past results are not necessarily indicative of future results. This content is purely for education/entertainment.
Просмотров: 7 915

Видео

Using Trade Dependence to Improve the Donchian Breakout Trading Strategy
Просмотров 6 тыс.Год назад
Looking into the donchian channel breakout strategy's dependence between trades. I show that trades following a prior losing signal are often better, and trades following a prior winning signal are not very good.The turtle used traded a very similar strategy. Patreon: www.patreon.com/neurotrader Code: github.com/neurotrader888/TradeDependenceRunsTest Links en.wikipedia.org/wiki/Wald–Wolfowitz_r...
Trend Line Breakout Machine Learning Algorithmic Trading Strategy in Python
Просмотров 31 тыс.Год назад
I show a Trend Line breakout trend following strategy and improve the results by meta-labeling the trades. Then train a random forest to predict when a trade will succeed or fail. Patreon: www.patreon.com/neurotrader Code: github.com/neurotrader888/TrendlineBreakoutMetaLabel Links en.wikipedia.org/wiki/Bootstrap_aggregating en.wikipedia.org/wiki/Random_forest The content covered on this channel...
Time Series Reversibility | Algorithmic Trading Indicators in Python
Просмотров 4,4 тыс.Год назад
I show two measures for time series reversibility. A time series is reversible when the statistical properties are preserved when series is reversed. High values of these measure indicate irreversibility. Irreversibility gives us an implicit measure for nonlinear dynamics in the price/input. The two measures are quite different computationally but have similar outputs. One is based on horizonta...
Applying Graph Theory to Algorithmic Trading | Time Series Visibility Graphs
Просмотров 7 тыс.Год назад
Showing off visibility graphs for an algorithmic trading application. We compute visibility graphs of the price in a rolling window then compute network science metrics on the resulting graph to get an interesting indicator. Patreon: www.patreon.com/neurotrader Code: github.com/neurotrader888/TimeSeriesVisibilityGraphs Links en.wikipedia.org/wiki/Visibility_graph en.wikipedia.org/wiki/Network_s...
Volume Spread Analysis with Python | Algorithmic Trading Indicator
Просмотров 7 тыс.Год назад
Indicator inspired from Volume Spread Analysis. This indicator models the relationship between the candle range and volume with a linear regression. Then it predicts the current candle's range with the current volume. If the actual range is higher than expected the indicator will output a positive value. If the actual range is lower than expected the indicator will output a negative value. Extr...
Principal Components of the RSI | Machine Learning Trading Strategy in Python
Просмотров 8 тыс.Год назад
A predictive model based trading strategy using the principal components of several RSI periods. Principal component analysis seeks to reduce dimensionality while preserving the maximum amount of information or variance. The model shown uses only the RSI as an input and is still quite effective. The principal components of the RSI and other indicators can be effective features for machine learn...
Books for Algorithmic Trading I Wish I Had Read Sooner
Просмотров 161 тыс.Год назад
In this video I show my favorite books for algorithmic trading. These are not the only books I've read but they are the ones I've found most useful. Patreon: www.patreon.com/neurotrader The content covered on this channel is NOT to be considered as any financial or investment advice. Past results are not necessarily indicative of future results. This content is purely for education/entertainment.
Harmonic Pattern Recognition With Python
Просмотров 10 тыс.Год назад
In this video I show python code for pattern recognition of Harmonic Patterns. The code shown finds the Gartley, Bat, Butterfly, Crab, Deep Crab, Cypher, and Shark Harmonic Patterns. These are all XABCD patterns. The code is able to find any other XABCD pattern given the ratios. We backtest the harmonic patterns using hourly bitcoin data. Chart Pattern Algorithms (directional change): ruclips.n...
Self-Exciting Behavior and Detecting the End of Price Trends | Algorithmic Trading Strategy
Просмотров 10 тыс.Год назад
In this video I show a method I use to exit trades for momentum/trend following strategies. It is the Hawkes Process, a useful tool for algorithmic traders to know. The Hawkes Process is a type of self-exciting process and can be used to handle the self-exciting behavior found in volume/volatility. In this video we apply it to measure of volatility, the range of candles (high - low). Often majo...
Market Profile and Support/Resistance Levels With Python
Просмотров 22 тыс.Год назад
In this video I show python code to create the market profile with a kernel density estimate (a.k.a Parzen window). We find and filter peaks of the market profile using prominence to extract support and resistance levels. The code has customizable time weighting to allow for quicker identification of the levels for real time use. I show a simple trend following strategy that buys on the penetra...
Ordinal Patterns and Permutation Entropy | Algorithmic Trading Indicator
Просмотров 6 тыс.Год назад
In this video we look at ordinal patterns and permutation entropy with a trading application in mind. Ordinal patterns are a useful tool for algorithmic trading. We discuss a few applications of ordinal patterns for trading system development and look at permutation entropy as a trading indicator. Permutation entropy can be useful for filtering trades. Certain strategies may perform better/wors...
Data Mining Novel Chart Patterns With Python | Algorithmic Trading Strategy
Просмотров 11 тыс.Год назад
Using perceptually important points combined with unsupervised learning to find unique chart patterns for trading using python. We cluster the price structure patterns and select the high performing patterns using the martin ratio as an objective function. We perform a monte carlo permutation test to verify the results. We also perform a walkforward test. This video has a detailed explanation o...
Automated Head and Shoulders Chart Pattern in Python | Algorithmic Trading Strategy
Просмотров 10 тыс.Год назад
I automate the Head and Shoulders (H&S) chart pattern with python. I go over pattern recognition rules for identification. I also show how the pattern can be detected early. We backtest the performance of the H&S and its inverted version. We find that the head and shoulders pattern is inconsistent at varying scales for bitcoin data. Some sizes of H&S patterns worked, while others did not. But, ...
Flag and Pennant Pattern Recognition in Python | Algorithmic Trading Strategy
Просмотров 13 тыс.Год назад
We automate the flag and pennant chart patterns with python and show the code. Then backtest the performance of the patterns. We use the algorithms shown in my previous videos to build rule based pattern recognition. The pattern recognition is rather lenient to detect many patterns. Both of the chart patterns describe a brief interruption in a trend before continuing. A continuation pattern the...
3 Must-Know Algorithms for Automating Chart Pattern Trading in Python
Просмотров 33 тыс.Год назад
3 Must-Know Algorithms for Automating Chart Pattern Trading in Python
Automated Price Trend Lines in Python | Algorithmic Trading Indicator
Просмотров 28 тыс.Год назад
Automated Price Trend Lines in Python | Algorithmic Trading Indicator
AI Trading Bitcoin
Просмотров 4,6 тыс.Год назад
AI Trading Bitcoin
Data Mining Candlestick Patterns With a Genetic Algorithm
Просмотров 9 тыс.Год назад
Data Mining Candlestick Patterns With a Genetic Algorithm
Do Moving Averages Actually Work as Support and Resistance?
Просмотров 7 тыс.Год назад
Do Moving Averages Actually Work as Support and Resistance?
Ethereum TVL Algorithmic Trading Indicator in Python
Просмотров 1,6 тыс.Год назад
Ethereum TVL Algorithmic Trading Indicator in Python
Donchian Channel Crypto Trading Strategy That Works at Every Parameter
Просмотров 6 тыс.Год назад
Donchian Channel Crypto Trading Strategy That Works at Every Parameter
Hunting Crypto Trading Bots Using Volume Seasonality
Просмотров 3,6 тыс.Год назад
Hunting Crypto Trading Bots Using Volume Seasonality

Комментарии

  • @DanielTrivino-e9n
    @DanielTrivino-e9n День назад

    You have great videos. I use TWS API for Algo-trading and I am trying to scale my system. I was curious to learn more about your architecture. Most firms decouple their systems in a ticker-plant, OMS, RMS, EMS, and strategies. It would be great to know if you have gotten to this level of development as there is not much on this online. Thank you.

  • @MoxekeSol
    @MoxekeSol 4 дня назад

    Thank you ❤️

  • @Uni-7
    @Uni-7 8 дней назад

    I’m not bashing books, but reading won’t make you a better reader. Trading will

  • @eitan71
    @eitan71 9 дней назад

    what an EXCELLENT video! Thanks!

  • @unimatrixzero7745
    @unimatrixzero7745 14 дней назад

    How much moola did you rake in after reading all these books?

  • @BipolarAbusiveX
    @BipolarAbusiveX 14 дней назад

    What is your avg yearly return?

  • @zonlee2485
    @zonlee2485 14 дней назад

    your raspberry pi CPU should be throttled , if not heatsink on it

  • @warrantslatte3903
    @warrantslatte3903 17 дней назад

    Ordinal Patterns with Markov Chain - might be a good idea to explore that. "What is the probability that the current price behaviour transitions from this Ordinal Pattern to that Ordinal Pattern?" If each transition in the 24*24 transition table is not equally likely, then there would be some value to that.

  • @a1no1x
    @a1no1x 19 дней назад

    Video title "The touching"

    • @afonsodeportugal
      @afonsodeportugal 19 дней назад

      Touching and rubbing, 'cause books are sexiest things ever...

  • @lucapalese475
    @lucapalese475 21 день назад

    I dont get the interpretations of this levels as support/resistances, these are the most probable prices in the rolling window

  • @jayadamai1301
    @jayadamai1301 23 дня назад

    Thanks for your book collection but why are molesting books 😅

  • @jassbinks3301
    @jassbinks3301 25 дней назад

    Can we have acces to C++ algorithme ?

  • @ademolaorolu5930
    @ademolaorolu5930 28 дней назад

    Thank you. This is amazing!

  • @Muhd21
    @Muhd21 28 дней назад

    Chuan Jie Beginner Systematic Trading - Robert Carver Trading Systems and Methods - Perry J. Kaufman (Use as a reference) Advances in Financial Machine Learning - Marcos Lopez De Prado (Must read) Risk Management The Leverage Space Trading Model - Ralph Vince The Mathematics of Money Management - Ralph Vince (textbook mainly for reference) Trading Indicators Rocket Science for Traders - John F. Ehlers Cybernetic Analysis for Stocks snd Futures - John F. Ehlers Cycle Analytics for Traders - John F. Ehlers Statistically Sound Indicators for Financial Market Prediction - Timothy Masters Trading Strategies The Universal Tactics of Successful Trend Trading - Brent Penfold Stocks on the Move - Andreas F. Clenow Cybernetic Trading Strategies - Murray A. Ruggiero, Jr. Trading System Development Advances in Financial Machine Learning (also in the beginner section) Testing and Tuning Market Trading Systems - Timothy Masters Permutation and Randomization Tests for Trading Development - Timothy Masters Not About Trading But Still Worth Having Numerical Recipes, The Art of Scientific Computing (huge reference for all kinds of different algorithms) Assessing and Improving Prediction and Classification - Timothy Masters Data-Driven Science and Engineering- Steven L. Brunton and J. Nathan Kutz Niche/Miscellaneous Books Technical Analysis for Algorithmic Pattern Recognition Detecting Regime Change in Computational Finance Trading on Sentiment - Richard L. Peterson

    • @afonsodeportugal
      @afonsodeportugal 19 дней назад

      Thank you, my good man! I wish I could touch you like the uploader touches his books! 😜

  • @BAWSMAAS
    @BAWSMAAS 29 дней назад

    Would you mind if I created a TradingView indicator based on this? Attribution would be provided of course.

  • @haithammisape9155
    @haithammisape9155 29 дней назад

    Nice work I enjoyed the video! I'm new to programming but have a good understanding of trading. Could you assist me in transforming those bots into real-time trading systems

    • @haithammisape9155
      @haithammisape9155 29 дней назад

      I'm looking for someone who can provide guidance and assistance. Can anyone help me out?

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

    I'm a newby to trading. Please tell where I should scrape the data into csv files from? Or it is posible to get this files from tradingview (or similar resourses) ?

    • @nuweariho6884
      @nuweariho6884 18 дней назад

      Get from mt5 by just right clicking the chart and click save. It will offer you option to save as CSV. But if u want to automate then use mt5 python documentation. It will help u to access data into your python code from mt5.

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

    @neurotrader888 Video began with the idea of using RSI(A) - RSI(B) for intermkt diff signalling. Your code ended up using ATR in the CMMA function which is to address vola scaling, as you mentioned in the vid. You might be able to make two time series comparable in terms of value and standard deviation over any lookback window using a non-parametric scaling method. One approach is to standardize each time series based on a rolling calculation of the median and the interquartile range (IQR). This method should be robust against outliers. But it's not robust. A parametric solution is to z score standardize using median as the anchor rather than mean but need to check for post transform normality (in this case yes for BTC and no for DOGE).

  • @alexei.domorev
    @alexei.domorev Месяц назад

    Awesome list and thank you for taking your time to put this review together! Books are a great way to master a discipline and having a curated list like this is extremely valuable. Many here would probably agree. I'd also add "Quantitative Portfolio Management - The Art and Science of Statistical Arbitrage" by Michael Isichenko. This one is more advanced, but reading it is like doing a Master's in Quantitative Trading - every page is full of intellectual discoveries that collectively build up a solid foundation.

  • @TheMediaCrank-nb3gh
    @TheMediaCrank-nb3gh Месяц назад

    You mention the Rolling Window algorithm and it's video, but I don't see it within your library of videos. Can you provide a link to it? Thanks

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

    like someone said, c++ code would be great if you could share plz

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

    appreciate the good video, just stop molesting the books please

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

    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!

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

    Something else interesting to try: Price realization time in window: (For example, at what time in an 1-hour window did price achieve it's high or low).

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

    Additional things to try: 1. Define a quality score: calculated as how closely the trendline matches the highs and lows (this rules out sudden price change and pave way for dynamic trend lines) 2. Dynamic trend line: set a range of periods (7-30), calculate trend line for each period but only select one with best quality score (We can call it true trend line).

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

    You didn’t shift your signal column it has look ahead bias

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

    This is another level !!! Thanks

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

    does anyone know how he made the animations in the beginning?

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

      Its matplotlib, I saved many images and strung them together using my video editor.

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

    thanks! how i use this code?

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

    Creepy

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

    This is a great one!. Thank you. By the way, if you have an academy or tutoring class, I will love to be a memeber.

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

    How do you get your data for stock/futures ticker?

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

    Me gustaria ser como tu, soy programador y estoy en el trading. Hago trading manual y me gustaria hacer trading algoritmico.

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

    unreal

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

    Those books have been violated

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

    Can make it learnable if use 1d conv

  • @user-jx7uw6cy8m
    @user-jx7uw6cy8m Месяц назад

    would love to see more videos about trading books

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

    it looks like its measuring convexity

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

    Isn’t it bad practice to use the test data for so many different model parameter combinations?

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

    So considering the time invested in reading and understanding these works, was it worth it as an investment? (did you make money?)

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

    bro all i saw is just plain support and resistance taking place within first couple charts. The SMA applied is so vague, you can pick any "lookback number" and just watch for any "bounce" that happens to feed your own confirmation bias. This is worthless indicator. Also, why do you transform price into Log? Seems counterintuitive, and your hypotesis should include the thesis that actually traders use this exact representation to judge their decisions. Function that showed SMA, represented exponentially, when mapped back to standard coordinate system, would look differently than on a standard chart that we get to see when interacting in actual trading systems. (well lets put it like this, it will no longer be simple moving average, unless you only use graphical representation of Log price, and not actual Log price to deduce SMA because this is then purely wrong asssumption, you probably should use somthing that would be "logarhitmic moving average"?? and not deceive potential viewer??)

  • @W-HealthPianoExercises
    @W-HealthPianoExercises Месяц назад

    Books aren't terribly useful. Best is to practice everyday and write tons of code 😄

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

    aii yoo. 911

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

    You sound a little like unbiased trading

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

    Fascinating stuff. Thanks for sharing this, I have learned a lot of interesting techniques from your videos.

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

    Thank you @neurotrader for this list! For the books in th beginner category, which one do you think is the best to go directly to code in Python?

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

    Are you working in finance? Or is this more of a hobby thing for you?

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

    Omg you said niche the way i say it, so many people pronounce it nit-ch

  • @damiancaza-cleypool1088
    @damiancaza-cleypool1088 2 месяца назад

    woah that's a dirty pi...

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

    Bro forced me to subsribe 💀