Jim Simons Trading Secrets 1.2 SIMULATED Data Generation

Поделиться
HTML-код
  • Опубликовано: 15 июн 2023
  • Inspired form the book about Jim Simons “The man who solved the market” and how they simulated or created data to perform quantitative analysis we discuss in this video how to create millions of data points for research. This data ranges from Heston model, to Geometric Brownian motion and Monte Carlo models. By doing 1000 simulations on each of these models , we were able create more than 2 million data points starting from just 750 data points during the Global financial crisis years of 2008-2011. Limited amount of data is one of the biggest drawbacks in quantitative trading.These data simulations can help us backtest even more and make sure our strategy works in all these simulations and thus giving us more confidence in deployment of strategy.
    The code can be downloaded from the link below.
    www.quantprogram.com/Simulati...
    If you don’t know anything about Python please watch the video “Algorithmic Trading in Python Full tutorial”
    • Algorithmic Trading Py...
    For discussion of Jim Simons Markov process: • Jim Simons Trading Sec...
    Our Course's
    www.quantprogram.com/store
    Stan Weinstein Strategy: • Stan Weinstein's Tradi...
    GPT4 Momentum Strategy: • Blueprint ChatGPT Prom...
    MFI Money Flow Strategy: • MFI Money Flow Index S...
    Turtle Trading Strategy: • Turtle Trading Strateg...
    Full Beginner Tutorial for Tradingview Pinecript: • Tradingview Pinescript...
    RSI Strategy Backtested Pinescript: • RSI Strategy Backteste...
    Backtesting Pullback Strategy Pinescript: • Pullback Strategy Back...
    Stan Weinstein Strategy Pinecript code: • Stan Weinstein's Tradi...
    Create Stop Loss Take Profit Code: • Create Stop Loss and T...
    Creating Trailing stop Loss in Tradingview Pinescript: • Trailing Stop Loss Cod...
    RSI divergence V4 Pinescript code: • RSI Divergence Pinescr...
    Donchian Breakout Pinescript Code: • Donchian Channel Break...
    Inside day Strategy Pinescript Code: • Backtesting Inside da...
    Bullish Engulfing Strategy Pinescript Code: • BACKTESTING Candlestic...
    www.quantprogram.com/RSI_Dive...
    Disclaimer: The contents provided in the channel are purely educational. We do not provide any financial or investment advice. There is a very high degree of risk involved in trading. Past results are not indicative of future returns. quantprogram.com and all individuals affiliated with this site assume no responsibilities for your trading and investment results. The contents, videos, columns, articles and all other features are for educational purposes only and should not be construed as investment advice.

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

  • @haedarajmi7083
    @haedarajmi7083 6 месяцев назад +2

    Thank you very much for this effort

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

    woah this is amazing !!!

  • @nussbaumerloris
    @nussbaumerloris 10 месяцев назад +4

    Great Video, thanks alot!

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

      Thanks for watching mate

  • @gavinhill3164
    @gavinhill3164 10 месяцев назад +8

    I think what your doing is really interesting, thanks

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

    It would be great if you could re-visit this, and create OHLC data in one of the models (say MC, for example).

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

    Thank you for your incredible videos. Could you pleas let me know how I can possibly leverage this Synthetic data generation to apply to a panel dataset? Thanks!

  • @pedrofeliciano2150
    @pedrofeliciano2150 7 месяцев назад +1

    great video. congrats. I just found it strange that the geometric brownian motion with a positive drift is not positively biased.

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

    Ive loved the video ❤

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

    Great content , thanks .Can i apply the same concept to forex trading and when it comes to training lets say a machine learning model how can i combine the simulated data with the real data and the fact that financial market data is a time series data like how would make sure that combine the datasets don't affect my datetime order. Thank you

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

    Impressive lecture, thanks for sharing

  • @sakshamsingh1415
    @sakshamsingh1415 10 месяцев назад +3

    Really good video

  • @efrainromero3959
    @efrainromero3959 10 месяцев назад +12

    It's incredible this videos doesn't have hundreds of likes. This is real Smart Money trading strategies!. Then what the traders are learning?

    • @quantprogram
      @quantprogram  10 месяцев назад +2

      Thanks for watching mate. Happy you liked it

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

      Most people are afraid to take risks because they do not trust their minds🥰

    • @MySockKeepMyToesWarm
      @MySockKeepMyToesWarm 6 месяцев назад +5

      I found this amusing on multiple channels I’ve come across. Majority of stuff that actually give great knowledge to the internet have very few views. It’s amazing but just shows you the perception of trading is so diluted with lies to the retail traders they don’t know truth when they see it! I’m generalizing and assuming but it is fascinating. Grateful to God for the wisdom to discern!

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

      @@MySockKeepMyToesWarmabsolutely correct.. the few who like these videos are those 1% who grow their account..😂

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

    does this strategy work u=in indian market

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

    why do you take the logarithm of 1+percentage_increase, and not just 1+percentage_increase?

    • @quantprogram
      @quantprogram  4 месяца назад +1

      Its important in financial analysis to use log returns. Difficult to explain in 1 comment but its advantage is huge when it comes to normalization of returns and also handling negative values along with analyzing statistical properties. There are lots of info available online including in youtube on the importance of using log returns

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

    so what's the actual strategy mate ?

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

      The video is about data generation so we can efficiently test strategies

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

      Even if the actual strategy is given to you the normal ppl like us won't be able to implement it because he has a team of specialized workers and huge database of data.