Exploring the Quantitative Genius of Jim Simons

Jim Simons Trading Secrets 1.1 MARKOV Process

Estimated read time: 1:20

    Learn to use AI like a Pro

    Get the latest AI workflows to boost your productivity and business performance, delivered weekly by expert consultants. Enjoy step-by-step guides, weekly Q&A sessions, and full access to our AI workflow archive.

    Canva Logo
    Claude AI Logo
    Google Gemini Logo
    HeyGen Logo
    Hugging Face Logo
    Microsoft Logo
    OpenAI Logo
    Zapier Logo
    Canva Logo
    Claude AI Logo
    Google Gemini Logo
    HeyGen Logo
    Hugging Face Logo
    Microsoft Logo
    OpenAI Logo
    Zapier Logo

    Summary

    In this video by QuantProgram, the host delves into the trading strategies of renowned quantitative trader Jim Simons and his Medallion fund, which has achieved an astonishing 39% net return. The discussion focuses on the Markov process, its applications in trading, and how to leverage such mathematical models in developing trading strategies. It covers historical insights, practical coding examples, and the importance of adapting strategies to economic conditions like recessions. The video also highlights the power of Markov models in predicting market movements, showcasing a Python coding example to plan trading strategies based on probabilistic outcomes.

      Highlights

      • Jim Simons’ Medallion Fund has maintained a 39% net return over decades, highlighting the potency of quantitative trading! 💥
      • Key concepts like Markov chains and mean reversion strategies are central to Simons' success. 🔄
      • Learning trading strategies from historical market data can fortify your trading arsenal! 🛡️
      • The video presents a Python coding tutorial, making quantitative analysis more accessible to budding traders. 👨‍💻
      • Recession periods can be lucrative for mean reversion strategies due to increased market volatility. 📈

      Key Takeaways

      • Jim Simons' quantitative approach revolutionized trading with a 39% annual return. 📈
      • Markov processes are invaluable in predicting future market trends based on current data! 📊
      • Mean reversion strategies performed well during recession periods, showcasing the adaptability of algorithmic models. 🔄
      • Quantitative trading tools like Markov processes can transform data into profitable strategies, provided you know how to harness them! 💡
      • The integration of historical data analysis and machine learning can enhance the effectiveness of trading models. 🤖

      Overview

      Jim Simons is lauded as one of the greatest traders of all time, often surpassing even the legendary Warren Buffett. His remarkable achievement lies in the Medallion Fund's unyielding 39% net returns, primarily driven through advanced quantitative strategies. The video spotlights the essence of Jim's tactics and their clandestine nature, inviting viewers into the thrilling world of quant finance.

        The Markov process, a mathematical concept that hypothesizes future states based purely on present conditions, serves as the crux of the discussion. With real-world applications stretching beyond finance, like weather forecasting, this methodology allows traders to predict market probabilities. The video delineates these principles, translating complex theory into practical Python programming exercises.

          Historical performance during economic downturns—like the 2008 Financial Crisis—demonstrates the robustness of mean reversion strategies, especially in volatile market environments. Offering step-by-step guidance, the host encourages viewers to embrace the power of coding to backtest strategies, ensuring they align with profitable outcomes. With both strategic insights and coding nuggets, this video is a treasure trove for quantitative finance aficionados.

            Chapters

            • 00:00 - 00:30: Introduction and Background In the given chapter, the discussion revolves around quantitative trading, highlighting the success of Jim Simons and his Medallion Fund. The Medallion Fund has achieved a 39% net return on fees over three decades, underscoring the effectiveness of quantitative strategies. Jim Simons is celebrated as one of the greatest traders, surpassing even renowned figures like Warren Buffett and Charlie Munger. The discussion emphasizes the intelligence, wealth, and high-grade nature of Simons and his approach to trading, which is purely quantitative.
            • 00:30 - 01:00: Quant Strategies Inspired by Jim Simons This chapter explores quantitative investment strategies inspired by the renowned investor, Jim Simons. Through insights from a book the narrator has been reading, it delves into the secretive yet effective concepts utilized by Simons. It illustrates the narrator's personal strategies influenced by these concepts and describes an initiative to decode and implement some of these quantitative strategies through coding exercises to understand their potential outcomes.
            • 01:00 - 01:30: Markov Chains and Trading Strategies The chapter discusses the role of Markov Chains in trading strategies, particularly highlighting the work of a former associate of Jim Simmons known for his mathematical prowess. It explains that while individual steps in a Markov Chain cannot be predicted with certainty, future steps can be estimated with some degree of accuracy using a robust model. The narrative progresses to detail the formulation of a stochastic equation leveraging these principles.
            • 01:30 - 02:00: Recessionary Success of Mean Reverting Strategies This chapter delves into the effectiveness of mean reverting strategies during recessions, highlighting the work of mathematical genius Loer under the leadership of Mark of chain. It explains how these strategies are predicated on the idea that prices often revert to a mean after deviating. An example provided is the practice of buying futures contracts when they are opened at unusually low prices, showcasing the practical application of mean reversion in trading.
            • 02:00 - 02:30: Mean Reverting Strategy Performance The chapter delves into the performance of mean reverting strategies, particularly highlighting the impressive returns during the recessionary period of 2007-2008. It notes that during these times of high volatility, such strategies excel, substantiated by returns of 152% and 136%. The strategies referenced, including Q3 and Q5 taught in courses, were notably effective during these periods.
            • 02:30 - 03:00: Introduction to Markov Process This chapter introduces the concept of Markov Processes by illustrating their application during periods of recession, such as the 2008 financial crisis and the more recent economic downturns over the past two years. It highlights a mean-reverting strategy taught in the course Q5, which has proven successful in such environments. Examples of trades, including short positions, closing positions, and long positions, are discussed to demonstrate the effectiveness of the strategy. The chapter suggests that these trading strategies perform well in recessionary conditions.
            • 03:00 - 03:30: Markov Process vs Human Decision Making This chapter discusses the comparison between Markov processes and human decision-making in the context of trading strategies. A mean-reverting strategy was applied to the S&P 500 (SPY), showing significant robustness during financial downturns. For instance, during the 2008 recession, where the S&P 500 (represented as a blue line) dropped nearly 50%, the mean-reverting strategy maintained strong performance. Similarly, during the 2002 period, while the S&P 500 decreased considerably, the mean-reverting strategy again performed well. The analysis highlights the potential advantages of algorithmic approaches over traditional buy-and-hold strategies during volatile market periods.
            • 03:30 - 04:00: Markov Probabilities and Trading The chapter discusses the performance of a trading strategy in recessionary environments, particularly over the past two years. Despite the market not recovering its highs and remaining in a consolidation phase, the strategy has shown exceptional results. This success is attributed to the high volatility prevalent during recessionary times, which favors the discussed 'M inverting strategy'.
            • 04:00 - 04:30: Calculating Trading Probabilities The chapter titled 'Calculating Trading Probabilities' begins with an introduction to a Quant program named Prometheus, which includes 10 strategies along with other important trading tools like trend following, momentum-based strategies, Monte Carlo simulation, portfolio optimization, and forward testing. The primary focus of the chapter is on the discussion of the Markov process, which is crucial in developing trading strategies.
            • 04:30 - 05:00: Using Python for Markov Models The chapter titled 'Using Python for Markov Models' introduces the concept of a Markov process which is a sequence of random events where future probabilities are based solely on the current state, not on past events. The text mentions applying Markov processes to create trading strategies. It starts by explaining that in a Markov process, tomorrow's probabilities are based on today's conditions and are independent of yesterday's circumstances.
            • 05:00 - 06:00: Transition Matrix and Market Prediction The chapter titled 'Transition Matrix and Market Prediction' delves into the concept of Markov processes, emphasizing their application across various fields like quantitative trading and weather forecasting. The highlighted aspect is that predictions using Markov processes are based on current states rather than past histories. This foundational understanding is poised to be further elucidated with examples, aiming to simplify the concept for the reader. The transcript snippet provided doesn't delve deeply into these examples, but hints at a relatable analogy, possibly between human decision-making and Markov processes.
            • 06:00 - 06:30: Expanding the Markov Strategy The chapter discusses a routine morning scenario to explain the concept of the 'Corin State' in the Markov Strategy. The speaker describes waking up, going to the shop, and then heading to work, highlighting the decision-making process one goes through when reaching different locations. The speaker illustrates how Marco's journey from home to the shop leads to a situation where he is in the 'Corin State'—a point where he can choose to go either home or to work without knowing previous occurrences. This exemplifies the choices and uncertainty inherent in the Markov process, where the next state depends only on the current state, not the previous ones.
            • 06:30 - 07:30: Real World Example Using Python In the chapter titled 'Real World Example Using Python,' the discussion focuses on a practical application of Markov chains. The transcript explains a scenario where a character named Marov transitions between various states: home, shop, and work. The key concept highlighted is the determination of state transition probabilities within this Markov process. Specifically, given the current state, future actions are determined probabilistically. Once Marov is in a particular location like work or home, his next move is limited, leading him back to the shop, illustrating both the predictability and constraints of Markov chains in modeling such state-dependent behaviors.
            • 07:30 - 09:00: Testing Markov Models in TradingView The chapter 'Testing Markov Models in TradingView' explains the concept of probability in decision-making processes using Markov Models. It uses a hypothetical example of a person who, when at home, will always go to the shop, thus having a 100% probability of doing so. However, when this person is at the shop, there's uncertainty about their next move since they have equal chances (50%) of either going back home or going to work. This illustrates the varying probabilities and decision paths that can be modeled using Markov processes.
            • 09:00 - 10:00: Machine Learning and Markov Models The chapter titled 'Machine Learning and Markov Models' explains the concept of Markov probability through a simple scenario where a character named Markco has a 100% probability of going to the shop. This illustrates the certainty in outcomes that Markov models can express. An additional real-world application mentioned is in trading, where hypothetical numbers are used to describe positive and negative percentages, though the explanation is not fully detailed in the provided transcript.
            • 10:00 - 10:30: Advanced Markov Model Strategies This chapter delves into advanced strategies using the Markov Model to anticipate stock market movements. It focuses on understanding how past performance, such as a positive percentage move, can predict future trends with a probability of 0.7 for maintaining an upward trajectory in the following day. The 0.7 probability is a hypothetical construct, used for illustrating how predictive modeling works in financial contexts. The chapter emphasizes how probabilistic models can be an integral part of market analysis by offering strategic insights into potential future scenarios based on historical data.
            • 10:30 - 11:00: Course Information and Conclusion In this chapter titled 'Course Information and Conclusion', the instructor discussed the concept of calculating probabilities of positive and negative percentages. A specific example provided was that the positive percentage for the next St is 0.7, implying a negative percentage of 0.3 (calculated as 1-0.7). Another example was calculating the probability of next day being positive given the current day is negative, where the negative continuation probability is 0.2, thus the positive probability would be 0.8 (calculated as 1-0.2). These examples help to illustrate the process of probability calculation and build understanding in the context of percentage probabilities.

            Jim Simons Trading Secrets 1.1 MARKOV Process Transcription

            • 00:00 - 00:30 what do you think of quants Jim Simon's Medallion fund has done 39% net of fees for three decades which proves that it worked they were very very smart yes they got very rich very very smart and very smart and very rich yeah and and and very high grade by the way yeah Jim Simons Jim Simmons is considered to be one of the greatest traders of all time who has beaten the likes of Warren Buffett or Charlie Munger and his strategy has been purely a quan based strategy um what he does in his fund is
            • 00:30 - 01:00 extremely secretive but there are certain ideas and there are certain concept that we could get from what he does through this book that I've been reading and most of my uh strategies that I've come across uh which I do in my personal life has also been inspired from this book uh so what we're going to do today is we're going to take some of the information that we can find in this book and start coding uh and try to see the results uh and try to figure out what Jim Simmons has been doing in this fund so one of the pages in the book
            • 01:00 - 01:30 here um it's about axe ax used to work for Jim Simmons he was part of the fund and he's also some kind of a mathematical genius thing he's got like amazing Papers written by him uh and if you can see in this paragraph he focuses on a thing called Mark of chain so in a mark of chain each step along the way is impossible to predict with certainty but future steps can be predicted with some degree of accuracy if one relies on a capable model um and they go on to create a stochastic equation based on
            • 01:30 - 02:00 this Mark of chain um another important thing which is just a few pages prior to this was this one uh loer again another mathematical genius working for Simmons uh and they did more of a mean reverting strategy so here the strategies were often based on the idea that prices tend to revert after an initial move higher or lower and they would buy Futures Contract if they open it un usually low prices so that is a typical example of a mean reverting strategies um so at the end of the book one of the things that I
            • 02:00 - 02:30 noticed was his uh trading result and if you can see in 2008 2007 which was basically the recessionary time frame uh he went on to make 152% return 136% return that's substantially higher than any of those years and you've got to understand that during recessionary periods the volatility is extremely high and Main reverting strategies perform extremely well so even the strategies that we do in our course especially Q3 and Q5 worked tremendously well during
            • 02:30 - 03:00 the 2008 2007 recession and also the past 2 years so this is one of the uh strategies that we teach in the course Q5 uh and it's performed very well the past two years and also in the 2008 recession this is a mean reverting strategy so if I can zoom into some of the strategies I can hear short here uh close position there uh long here close position next day long here closer position there so you're we're always going to see lots of good trades in recession environment the past two years
            • 03:00 - 03:30 has been really good for a mean reverting base strategy so uh this is the trading result of that mean reverting strategy on the spy and if I can look into that Buy and Hold equity line this period you see here that was the 2008 recession you can literally see uh the blue line which is the S&P 500 Buy and Hold has crashed almost 50% but the mean reverting strategy performed extremely well now if you can go back to the 20012 2002 period is literally an X the Blue Line went down considerably while strategy performed extremely well
            • 03:30 - 04:00 same thing can be seen the past two years uh because 2001 to 20 2021 2022 and including now the market still hasn't recovered you can see from the peak it's been going down and still is in like a consolidation hasn't recovered the highs but the strategy has performed extremely well and the reason why is because of the recessionary environment recessionary volatility based uh High volatility based environment gives great results uh for M inverting strategy so what we're going to do so if you guys want to check out this of course feel
            • 04:00 - 04:30 free to visit our website a quan program and this strategy comes in the Quan program Prometheus uh which includes 10 strategies and it also includes many other important strategies along with Trend following and momentum based and also monol simulation portfolio optimization forward testing and all the other important Quant trading tools necessary uh so what we're going to do in this video is we're going to discuss what the marov process is because marov process is what
            • 04:30 - 05:00 um what we saw from the book and what is a Marco process and how we can create trading strategies from the Marco process so to start off with uh Marco process is basically uh random sequence of events where the probabilities of the future is based on the current state okay it's not based on the past so tomorrow's probabilities depends upon today it's not dependent on yesterday so for instance if I have to predict the weather
            • 05:00 - 05:30 um the weather prediction for tomorrow is based on today and not yesterday so Marco process used in many different fields just not in the quantitative trading field it's also used in weather forecasting and many other fields um so I hope you guys understood the definition of Marco process now I'm going through the example of it so you guys get an idea uh in simple terms so let's take two scenarios so one is a mar of guy and the other is a human being so let's take the case of a human being let's take myself as a condition so I
            • 05:30 - 06:00 wake up in the morning I uh wake up at home and then I go to the shop to buy some stuff and I buy the stuff and then I go to work uh so when I reach the shop I know I came from home so there's no reason for me to go back to home so I can go straight to work so Marco on the other hand he goes from home and goes straight to the shop and now he's in the corent state right uh so in the Corin State he can go either home or to work cuz he doesn't know what happened the
            • 06:00 - 06:30 previous instance as compared to human being so the whole Mark of probabilities is based on this um this current state and future State cuz the shop is where the current state is and once marov is in that current state of the shop he can go either to home or to work but when marov is at work he has nowhere else to go so he goes straight to shop same thing goes when he's at home he has nowhere else to go and then he goes straight to the shop uh so if you're calculating the probabilities of the marov that's when things get slightly uh
            • 06:30 - 07:00 not complicated but the numbers start to come into play so when he is at home there's only one place for him to go and that is to the shop so there's 100% probability that he will go to the shop so then we write one uh now on the other scenario when he's at the shop as I said before he doesn't know where where he came back from so he can go either to home or to work so now there's a 50% chance for him to go either home or work
            • 07:00 - 07:30 now once markco reaches work again he has nowhere else to go so he's got a 100% probability that he will go to the shop so this is how simple the mark probability is now if you are putting this into trading perspective so let's let's take a trading example into consideration so forget the thing that's going on here let's just focus on this one here so these numbers are hypothetical numbers so I'm going to explain to you uh what this all about so you see this positive percentage and negative percentage so whenever you see
            • 07:30 - 08:00 the news you always see the market went up 5% and the market went down 2% and things like that so that's a percentage move for the specific day so in this percentage positive percentage move the 0.7 depicts the probability of the next day being positive percentage so if today is a positive percentage close if today is an up day uh then the next day's probability is 0.7 now the 0.7 is just a hypothetical number so don't don't go deep into it as of now um so
            • 08:00 - 08:30 this positive percentage for the next St positive percentage is 0.7 so what will be a negative percentage it's pretty simple it's 1 - 0.7 that is 0.3 so you can see the arrow here that's minus percentage so similarly when it's today is negative percentage what is the probability that the next day will be negative well here I put in 0.2 so what's the probability that it will be a positive it's 1 - 0.2 which is 0.8 now how did I come across all these numbers
            • 08:30 - 09:00 well you can calculate in many ways you can calculate just based on historical data you can we can calculate the number of updates and the number of down days and divided by the uh up day and the total number of down days we will get the probability of the up days and down days and then there are machine learning models as well so if you can go through that book uh one of the things that they have done is even before many years you're talking about 30 years or so um they've been using machine learning models uh but now these days you can use machine learning models with just a few lines of code uh so I hope you guys
            • 09:00 - 09:30 understood the whole idea of this thing of this Mark of probabilities these numbers are just hypothetical but now you can put this into a matrix right this is called a transition Matrix so you've got the positive percentage you've got the negative percentage you got the positive percentage you got the negative percentage here as well in the columns so a positive percentage and the next days a positive percentage is 0.7 as you saw here similarly a positive percentage and the next St is a negative percentage is 0.3 again negative percentage day and the
            • 09:30 - 10:00 next day is a positive percentage day is 0.8 as you can see here and a negative percentage followed by the next day a negative percentage is 0.2 so if you can observe something 0.7 + 0.3 is 1 and 0.8 + 0.2 is again 1 so this is basically a transition Matrix so here we have just taken two days in a row so we can actually have more rows and more columns where we can have uh plus plus minus
            • 10:00 - 10:30 minus here or plus plus plus-- minus you can have many kinds of permutations and combinations in this but this is basically a mark of trading and this is how we calculate the trading probability so now what we're going to do is we're going to go to a real world example on spy and we're going to calculate the probabilities uh of the Spy getting a positive percentage on the next day following the previous day being the positive percentage and similarly negative and negative and negative and positive so this is the Anaconda
            • 10:30 - 11:00 notebook where we'll be calculating the um marov process and transition probabilities um and if you don't know anything about python then I would suggest you to go to our video in our Channel algorithmic trading in Python so you get the basics of how to do python uh so it'll be really beneficial for you in your Quan trading Journey you can also do the trading with pine script if you're fancy as well so now going to the Anaconda notebook so first thing we do is
            • 11:00 - 11:30 basically we download the Y Finance library and the pandas and the numpy which is necessary for us to calculate many things uh then we download the data so if we download the data for spy from 2010 to 2022 you can download more data or you can keep the data smaller so you can assess different time periods for example if you want to just assess a recessionary time period you can just do the 2008 or the 2011.com bubble card so you get the recession environment data as well so it's up to you really so I've just randomly chosen 2010 uh to
            • 11:30 - 12:00 2022 um and then we've actually downloaded the data um and basically you can see the Open high low close and the adjusted close and the volume so we need to calc the daily return so we're going to take the adjusted close and Dot percentage change function and that will give us the percentage difference between yesterday and today uh and also the state so basically States is where uh the daily return is greater equal to Z we have got up so we got the num uh uh nump pandas nump as NP so that's why we
            • 12:00 - 12:30 use NP here uh so daily return is greater than equal to zero then it's an up day else it's a down day and then we' have stored it in data of State um so then here is the data frame of the data and you can see the daily return here and whether it's an up percentage close or down percentage close so you can see whenever there's a positive one it's up uh and whenever there's a negative one it's down negative here again it's down uh negative here it's again down as well so basically uh we using uh just pure
            • 12:30 - 13:00 math to find out the probabilities as compared to using machine learning models however uh in the book they have talked about machine learning models and that was years ago so now you can do uh machine learning models just with a few lines of code so if you guys are stoked about doing this making this more efficient then go ahead with the machine learning model as well but as of now we're just going to make it simple so you guys can understand the process so we've got the up counts and the down counts so UPC counts is basically you take the length of the data of
            • 13:00 - 13:30 um the state wears up so how many days is there been up and then similarly down counts give you the length how many days it's been down so if you can get that information then we can calculate the properties we're not going to use these two lines of codes anywhere but it's just created to give you an understanding of how to calculate the probabilities so up to up is like two consecutive positive percentage close uh down to up is a negative day followed by uh positive day and up to down similarly and down to down two consecutive uh down days so we calculate the length of the
            • 13:30 - 14:00 how many times the days has been like consecutive up dayss and then we divide it by the upate and that will give us the probability of a two consecutive update similarly uh down to up up to down and down to down and then we'll do a transition Matrix where we've got like a pandas data frame and we're going to put all these results into like a matrix kind of a a fancy kind of a way uh and then we'll print the transition Matrix and we've got the information so you can see up to up is 54% % up to down is
            • 14:00 - 14:30 45% down to up is 57 and down to down is 42 so the best performing is an up day after a down day so that is 57% so if I'm going to take any bet in all these four conditions my bet will be to go uh for an up day after a down day because there's a 50% 57% chance for that to work out uh now down to down is significantly lower so it's just 42% so there's nothing significant for us to uh
            • 14:30 - 15:00 you know make a trade in so in all these numbers these numbers are not that significant it's on the 50% 40% area so I want something more effective so let's do another one let's do uh what's the probability of upate if there is five consecutive down day so down day down day down day down day down day and then we divided by the length that's here again length of the uh five or six down days and what is the probability of that so that probability is 66% now that is a pretty good
            • 15:00 - 15:30 probability 66% is something that I can work with so what I'm going to do is I'm going to take this information that I've got like five to six days of down days and the probability of the next day being an up there is pretty good so I'm going to take this information and I'm going to back test it so nine times out of 10 I would back test in Ami broker but now just to make things simple I'm just going to go into Pine editor uh and I'm going to do a condition where close is less than one close of one is less than close of two so B basically yesterday's close is lower than the
            • 15:30 - 16:00 prior day so we got that condition for 5 to 6 days and that is our entry if that condition is met and then we are going to close our position if the next day close is higher than uh today's close um so it's pretty simple now you can create a mark of model for the exit condition as well so what is the probability of us having a greater return if the close is tomorrow or 2 days later so then we calculate a better probability and create even
            • 16:00 - 16:30 better strategy so when you run this strategy you would see the result as 46% with a draw down of just 5% so this is not at all significant uh when you look at simple terms but when you look in the overall perspective it's pretty good because you can see there's only 20 trades place and that's from 1994 and it's only based on one condition so imagine if you create multiple conditions on Marco model so here we did 6 days of consecutive close below so what about 5 days what about 4 days what about a combination like uh up
            • 16:30 - 17:00 down up followed by an upate or down down up followed by an update so then you can add up more and more conditions uh if the probability is suiting you like 60% up and then your net profit starts climbing up and up and up again and because you've got more conditions the draw Downs start to uh be better as well cuz if you're basing it on just one strategy then the draw Downs won't be that significant so you need to have more strategy so we did the video uh just the prior video the GPT 4 where
            • 17:00 - 17:30 we did a strategy wherein we had a strategy applied to 25 stocks and also 90 stocks and how we were able to reduce a draw down considerably just by doing the uh strategy in multiple stocks similarly if you can add more conditions to this this will uh be spectacular so the whole idea of this video is for you guys to understand what a mark of process is to code it in Python and then apply it uh in your trading goal so for example assemble the Q5 strategy that we
            • 17:30 - 18:00 did uh in our course if you can look at it um because it's a mainting strategy and also the fact that it's kind of inspired from the marov model uh you can see how amazingly it performs so this is the 21.com B where the market just crashed considerably well and you can see it's literally a diagonal uh you know literally a cross uh similarly here again 2008 crash where it been down 54% and look at the results of that strategy again recently past 2 years uh the market went down and this strategy has
            • 18:00 - 18:30 outperformed the market and the draw down is quite minimal as well so this is the advantage of marov model so in this strategy I took the marov model uh and I effectively uh did I don't want to give out much information about it but the people who know the course uh know how I combine two different things I've chosen the days similar to what we saw here uh the close is less than one kind of thing but then I used the exit condition to be slightly tweaked um so these are some of the things that you can efficiently do in creating good
            • 18:30 - 19:00 strategies great strategies based on good probabilities so in this case we've got a 66% probability and that why it kind of worked uh so even if I go to the ETF of QQQ again you will see a 21% return and Microsoft and Walmart and the list just goes on so you will basically see just on just based on one condition right so imagine having multiple conditions and applying this to multiple stocks and this is pretty much what Jim simth is doing uh and we don't know exactly what he's doing but all we can do is to get information from the book information from any kind of interviews
            • 19:00 - 19:30 she does you know combine together uh and kind of improve but regardless when you are in a Quant trting Journey you're trying to get the probabilities in your favor so any tool including the Marian process uh and calculate the transition probabilities is highly efficient so in this case we actually did you know just based on historical data probabilities now you can actually tweak that to use a machine learning model to calculate the probabilities of these uh you can go a step further create a for Loop and
            • 19:30 - 20:00 change these down datas and you know down and up to different combinations and calculate more properties create a massive Matrix not just up up down like you know like 10 10 rows here 10 uh 10 columns there and then uh you can tweak the data points you know instead of this you can actually do the recession environment so you can create a recession based environment strategy or Trend following strategy so so sky is the limit when you have data and when you have the tools and the skills to process it so I hope you guys like this
            • 20:00 - 20:30 video if you have any queries any uh any doubts or clarifications feel free to leave a comment uh and I'll be more than happy to help you guys out so hope you guys enjoy this video uh have a great great day bye-bye