Algorithmic Trading Using Python - Full Course

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ส.ค. 2024

ความคิดเห็น • 2.2K

  • @XenonFH
    @XenonFH 3 ปีที่แล้ว +232

    I like how the errors were made without editing them out from the clip. Thanks for including all those in.

  • @BookOfMorman
    @BookOfMorman 3 ปีที่แล้ว +1730

    Sir, you clearly explained both financial and coding keywords better than my professors did in 4 years of schooling. You're a great teacher!!

    • @nameno480
      @nameno480 3 ปีที่แล้ว +6

      So ageee!!!!

    • @AlbyTheMovieCreator
      @AlbyTheMovieCreator 3 ปีที่แล้ว +136

      This is the most common comment you could ever read on web courses. I’m sure your teacher explained well, you were just bored and didn’t pay attention. Here you have 4 hours for everything you need to know and you can stop and start whenever you want. It’s easier. But don’t discredit other people because you have not been able to keep up with them.

    • @Retsjo
      @Retsjo 3 ปีที่แล้ว +11

      @@AlbyTheMovieCreator the school system is just fcked and you know it

    • @hamedmahdavifar4517
      @hamedmahdavifar4517 3 ปีที่แล้ว +1

      I wonder why almost everyone feels the same about the schools.they kepp u 4 years in a box and u act like a piggy bank to them.it is realy sad .I am already in that box.this guy deserves a ton of money not my teachers.

    • @SwIsH189
      @SwIsH189 3 ปีที่แล้ว +22

      Everything covered in this video is extremely basic. If you didn't understand it in 4 years of college, that is 100% on you.

  • @MrFlytoskyyy2
    @MrFlytoskyyy2 3 ปีที่แล้ว +191

    50min in and am already in love with the style of teaching. Errors are left in the vid as well as the logical process of debugging them, everything he mentions are backed up by examples. Superb content

    • @akashkumarsingh8215
      @akashkumarsingh8215 2 ปีที่แล้ว +1

      where did he has shown how to install dependencies and cloning plz help

  • @javierortizmir7873
    @javierortizmir7873 2 ปีที่แล้ว +22

    to whom it can be of use: if you're stuck because of a KeyError 'DISCA', that is because the original stock list has had some change. You can solve it by using a try/except block when doing the the iteration for the final_dataframe = final_datafrme.append(.....) . Just put all of that inside the try block, and then do an except KeyError, and handle the eroor

    • @alexandergeorgiev2631
      @alexandergeorgiev2631 ปีที่แล้ว

      haven't used a try/except before, can you please elaborate on how to use the except? I have the same issue
      Edit: I just put everything in the try block like you said and put except KeyError: break, is this what you did?

  • @alexbordei3951
    @alexbordei3951 3 ปีที่แล้ว +97

    thank you so much for this course!!! I started my coding journey with Free Code Camp, I now work full time as a developer. This topic is on my to do list!!!

    • @seyitalp7644
      @seyitalp7644 3 ปีที่แล้ว +2

      Which road map did you take for fulltime job?

    • @Onnethox
      @Onnethox 2 ปีที่แล้ว +5

      Cap af

  • @jairusknight5389
    @jairusknight5389 3 ปีที่แล้ว +68

    I don't comment often but this guy is an amazing teacher. He explained everything in such good detail. It helped me as I need a deep understanding of a topic to grasp it completely. Keep up the great work.

  • @wiskasIO
    @wiskasIO 3 ปีที่แล้ว +46

    So far I have only used my python knowledge to program basic games, automation widgets and a few data scrappers but this... My head just exploded with curiosity!🤯 Thank you so much!

    • @Mmmkay..
      @Mmmkay.. 2 ปีที่แล้ว +13

      @Arid Sohan *paid

    • @twas3658
      @twas3658 2 ปีที่แล้ว +3

      @@Mmmkay.. I don’t think that was a typo

    • @zacki2001
      @zacki2001 2 ปีที่แล้ว

      @Arid Sohan tf

    • @ultranationalistkillordie1748
      @ultranationalistkillordie1748 ปีที่แล้ว

      ya maybe program to teach a bot to give head , we can control the speed

  • @Avman20
    @Avman20 3 ปีที่แล้ว +34

    Excellent course, NIck!! I enjoyed very much the "real life" approach that included the footage of tracking down bugs. Thanks for not editing that out!

  • @ferbholstead6950
    @ferbholstead6950 3 ปีที่แล้ว +38

    I LOVE how you go through your own process of debugging. It really helps me.

  • @bitecast
    @bitecast 3 ปีที่แล้ว +81

    29:41 Thanks for showing debugging when hitting errors. That adds a lot to real world training!

    • @senior5904
      @senior5904 3 ปีที่แล้ว +7

      that is not debugging lmao, it's like turning your phone off and on

    • @axea4554
      @axea4554 3 ปีที่แล้ว +3

      Reloadi g this thing is like off and on but how do you know if you should restart it? This is debugging

    • @mehulsinghtomar2049
      @mehulsinghtomar2049 3 ปีที่แล้ว

      Its still showing error importing from secrets.py file. Did nothing for me

    • @koushikdey7778
      @koushikdey7778 ปีที่แล้ว

      hey guys, even after restarting kernel, I am still getting same error for importing secrets, any solution?

    • @user-cm7di5nj1v
      @user-cm7di5nj1v 5 หลายเดือนก่อน

      @@koushikdey7778 same here please do suggest

  • @adithyaravindra5596
    @adithyaravindra5596 2 ปีที่แล้ว +10

    finished the entire thing in one sitting. Loved it! its an amazing course if you are starting out algo trading!

    • @hector4970
      @hector4970 ปีที่แล้ว +2

      Worth hai kya?

  • @_The_Black_Prince_
    @_The_Black_Prince_ 3 ปีที่แล้ว +8

    @2:09:00 you can use the code below to ensure you have a valid number by looping until the user has inputted a numerical value. Thanks for the great video!
    while True:
    try:
    portfolio_size = float(input("Enter the size of your portfolio: $"))
    break
    except ValueError:
    print("Please enter a valid numerical value in $")

    • @ghanshyamsinghmoyal7931
      @ghanshyamsinghmoyal7931 3 ปีที่แล้ว

      Hey thanks bro you saved the day :)

    • @ameeraarif
      @ameeraarif 2 ปีที่แล้ว

      Bro, which software is used to run this script?

    • @csanadtemesvari9251
      @csanadtemesvari9251 10 หลายเดือนก่อน

      @@ameeraarif Jupyter Notebook provided by IPython, pip library, numpy, pandas, xlsxwriter

  • @kenjohnson512
    @kenjohnson512 3 ปีที่แล้ว +36

    Literally just started building a trading bot, timing couldn't have been any better, thanks!

    • @meatbased77
      @meatbased77 3 ปีที่แล้ว +5

      TH-cams algorithm is your friend.

    • @davidyusaku
      @davidyusaku 3 ปีที่แล้ว +7

      You should thank the cookies for that

    • @gabriellarossi
      @gabriellarossi 3 ปีที่แล้ว +2

      I’m also curious how your trading is going

    • @kenjohnson512
      @kenjohnson512 3 ปีที่แล้ว +1

      I worked on it for a full month using the Interactive Brokers API in python and watched a bunch of videos focusing on day trading indicators etc to try and code the bot. In the end, I hadn't accounted for the commission the brokerages take (about $5 per trade which adds up especially if you're not trading with a lot) and this eventually started discouraging me a little. If anyone does run into the same problem, I would look into leverage which is riskier but easier to overcome tis problem. Risk analysis is also crucial (setting stop losses, take profits).

    • @toukka4
      @toukka4 3 ปีที่แล้ว

      @@kenjohnson512 so how is it going bigboy?

  • @cpark4567
    @cpark4567 3 ปีที่แล้ว +66

    Still watching and learning the topics, so far so good, thanks a lot for generous offering this great course and I look forward to seeing this extended topic with advanced techniques and link to specific brokers' API like IB, Futu, etc. Thanks again for your great teaching!!

  • @sachinpondi8718
    @sachinpondi8718 2 ปีที่แล้ว +21

    Excellent course for someone new to Algo Trading. It’s precise and well designed course. I would like to see something more along lines of simulating real time strategies like VWAP, TWAP. This one is more of pre-trade analytics. Nonetheless I liked it and strongly suggest to anyone new to Algo trading space!

  • @dinam1ka
    @dinam1ka 2 ปีที่แล้ว +4

    Thank you that you didn't edit video, these debugging/looking for error processes actually make things more clear. And teach how to deal with such cases.
    And thank you for this video at all, it's great!

  • @lukenothere1252
    @lukenothere1252 3 ปีที่แล้ว +60

    Oh my god, again, you are doing god work. From dynamic programming now this.

  • @quincylarsonmusic
    @quincylarsonmusic 3 ปีที่แล้ว +237

    Note that there are a few pops in Nick's sound at the beginning, but these go away completely once he starts building projects at the 17:20 mark.

    • @jpmohan96
      @jpmohan96 3 ปีที่แล้ว +5

      great, was worried it was my system 😅

    • @blockdisney3676
      @blockdisney3676 3 ปีที่แล้ว +8

      Hi, I am still a beginner, where do we go to install the dependencies... the video skips that part.. thanks

    • @contantino_mm
      @contantino_mm 3 ปีที่แล้ว +7

      @@blockdisney3676 I think you can start with this anaconda
      th-cam.com/video/YJC6ldI3hWk/w-d-xo.html

    • @blockdisney3676
      @blockdisney3676 3 ปีที่แล้ว +1

      @@contantino_mm Thank you so much!

    • @SaveTheHedgehog
      @SaveTheHedgehog 3 ปีที่แล้ว

      @@contantino_mm And where to start without this anaconda?

  • @primaire7
    @primaire7 2 ปีที่แล้ว +10

    Not only application specific, he goes through very comprehensive instruction on Python. Huge kudo!

  • @VardhanHegde
    @VardhanHegde หลายเดือนก่อน +10

    Before you guys start . The API token is deprecated so stuck at 42min. !!!!

  • @jasonheo2333
    @jasonheo2333 3 ปีที่แล้ว +12

    Loving the materials!
    I might add that Pandas and Numpy actually has builtin methods better suited than math and scipy libraries for some operations.
    For example, numpy.floor() can be used instead of math.floor()
    final_dataframe['Number of Shares to Buy'] = np.floor(position_size/final_dataframe['Price'])
    or df.rank() can be used instead of scipy.stats.percentileofscore()
    for time_period in time_periods:
    hqm_dataframe[f'{time_period} Return Percentile'] = hqm_dataframe[f'{time_period} Price Return'].rank(method='max', pct=True).mul(100)

    • @adiletdaniyarov5737
      @adiletdaniyarov5737 3 ปีที่แล้ว +1

      Oh, man have a nice day, u made mine easier

    • @adiletdaniyarov5737
      @adiletdaniyarov5737 3 ปีที่แล้ว +1

      thanks for .rank

    • @jasonheo2333
      @jasonheo2333 3 ปีที่แล้ว +2

      @@adiletdaniyarov5737 HQM Scores from momentum strategy,
      momentum_percentiles = [f'{time_period} Return Percentile' for time_period in time_periods]
      hqm_dataframe['HQM Score'] = hqm_dataframe[momentum_percentiles].mean(axis=1)
      RV Score from valuations:
      rv_dataframe['RV Score'] = rv_dataframe[[i for i in metrics.values()]].mean(axis=1)
      :)

    • @rodrigomendes4875
      @rodrigomendes4875 3 ปีที่แล้ว

      That's awesome, thanks you

    • @srisaiatluri7477
      @srisaiatluri7477 2 ปีที่แล้ว

      Bro thank you so much I was getting float errors.

  • @VERY_TALL_MAN
    @VERY_TALL_MAN 3 ปีที่แล้ว +41

    About to take a college course on this topic next semester, so glad this exists!

    • @irvin1241
      @irvin1241 3 ปีที่แล้ว +1

      which course and college? could you please refer to a link?

    • @gomes8335
      @gomes8335 3 ปีที่แล้ว +8

      Waste of time.

    • @VERY_TALL_MAN
      @VERY_TALL_MAN 3 ปีที่แล้ว +1

      @@irvin1241 Im sure most colleges that have a business school within them will have a course or two on python or R that’s centered around finance. The course Im taking next semester is a minicourse to fill out my credit requirement so it’s probably not as in depth as youre looking for. The best place to start would probably be just googling the “python finance college course” and seeing what colleges offer that you’d be willing to pay for. Of course, if youre good at learning things on your own I cant recommend Kaggle enough. Its free and has alot of stuff that you can pull from. Good luck!

    • @VERY_TALL_MAN
      @VERY_TALL_MAN 3 ปีที่แล้ว +5

      @@gomes8335 I dont think its a waste of time, as Im not looking to be a full time programmer. I pay for 18 credits per semester, and using a few of them to focus on my interests outside of my major seems pretty worthwhile to me. I’m not a good self-learner like some people and my background in coding isnt that strong. I think it’ll be a cool way to combine a minor interest with my other education and see if I can really take it anywhere. As always, the internet is truely the best teacher when it comes to programming, but not everyone is suited to that path :)

    • @MediaEgg
      @MediaEgg 3 ปีที่แล้ว +2

      @@VERY_TALL_MAN Good on you. I wish you luck :)

  • @q360404838
    @q360404838 3 ปีที่แล้ว +47

    This is awesome! I followed every part of the course and finished all three projects successfully. Thank you so much for providing great quality content!

    • @RohitSingh-yo2yl
      @RohitSingh-yo2yl 3 ปีที่แล้ว +1

      ah fellow Asian..

    • @adamfattal9602
      @adamfattal9602 3 ปีที่แล้ว +3

      How do you feel like this course has affected your knowledge of algo-trading a month later? Have you been deploying any of the strategies used?

    • @kaelenanderson8466
      @kaelenanderson8466 3 ปีที่แล้ว +3

      How where your results?

    • @PowerGrixis
      @PowerGrixis 3 ปีที่แล้ว +1

      guys it is a simplified approach that allows to learn to program in python in a playful way. with this course you can try to make the analysis more relevant by integrating other indicators idk

    • @akashkumarsingh8215
      @akashkumarsingh8215 2 ปีที่แล้ว +3

      where did he has shown how to install dependencies and cloning plz help

  • @lucasinoi2145
    @lucasinoi2145 3 ปีที่แล้ว +52

    Thank you for this video but I think everybody is feeling the absence of the second section. Any updates would be greatly appreciated.

  • @jonathansgarden9128
    @jonathansgarden9128 3 ปีที่แล้ว +31

    I'm 12 minutes into this course and I already feel like I'm getting a firm grasp of this stuff. Thank you so much

    • @panhuragan4388
      @panhuragan4388 3 ปีที่แล้ว +28

      Stop picking low hanging apples. Go deeper into the subject.

    • @mgno9795
      @mgno9795 ปีที่แล้ว

      @@panhuragan4388 😂😂

  • @CalebDiT
    @CalebDiT 3 ปีที่แล้ว +147

    Rather than counting zeros, an easier way to input large numbers with many zeros is to use e-notation:
    3e3 (which equals 3 * 10^3, or 3000)
    10e6 (equals 10 * 10^6, or 10000000)
    8e100 (equals 8 * 10^100, or 80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000)

    • @joaoc7801
      @joaoc7801 2 ปีที่แล้ว +10

      Also an easy way to input small numbers, e.g. 3e-3

    • @Zaenil
      @Zaenil ปีที่แล้ว +2

      Are you trying to input my bank accout balance?

    • @CalebDiT
      @CalebDiT ปีที่แล้ว +3

      @@Zaenil Yes, for a withdrawal, but all I keep getting from your bank are 🤣emojis. What's up with that?

  • @anangelsdiaries
    @anangelsdiaries 4 หลายเดือนก่อน +1

    There were a few questions I had while watching (I am a noob so sorry if any of them sound dumb):
    - How do you deploy that? I imagine you wouldn't want it running in Jupyter Notebook.
    - Is the accuracy-loss of floats safe to ignore?
    - While the concept of high-quality vs low-quality momentum makes sense, why is momentum a good metric? Isn't it likely that since you rely on data from a year ago, your model identify stocks that have already seen their growth and won't grow more? (Like making you buy at high, instead of low)
    - Would it be sensible instead of calculating a score to sort all the columns based on different return_percentiles?
    - Also, when do you know to sell? I know the premise was that we have a team of traders to whom we send our excel files, but while they'd be able to know how many stocks to buy based on our position and the filtering we did, how do they know when to sell?

  • @SetVet
    @SetVet 3 ปีที่แล้ว +42

    Great course. Thank you for all the work you put in and your thorough explanation of how it all works together while coding. I haven't been coding python for more than a year and this was a great refresher course into data science and api use

    • @akashkumarsingh8215
      @akashkumarsingh8215 2 ปีที่แล้ว +6

      where did he has shown how to install dependencies and cloning plz help

  • @kccchiu
    @kccchiu 2 ปีที่แล้ว +5

    In 58:05 for anyone don't want to use yield, you can use list concatenation for both symbol_groups and symbol_strings
    symbol_groups = [list(stocks.Ticker)[x:x+100] for x in range(0, len(list(stocks.Ticker)), 100)]
    symbol_strings = [(',').join(i) for i in symbol_groups]

    • @Peter-lv5sl
      @Peter-lv5sl 2 ปีที่แล้ว

      do u have any tips on how to learn and improve my ability in this area after I complete this video? Tryna prepare myself for work in this field was wondering if you have tips!

  • @Xavier-gl3cj
    @Xavier-gl3cj หลายเดือนก่อน +8

    The API token is not valid anymore, kindly correct it or suggest any other token that we can use

  • @andreyshamardin4740
    @andreyshamardin4740 3 ปีที่แล้ว +9

    52:39 If you stuck with appending series to a dataframe like me, this method(.append) returns a new object, so if you want to see the result, you should assign final_dataframe to new variable and then print it.
    new_dataframe = final_dataframe.append(pd.Series(
    [
    symbol,
    price,
    market_cap,
    'N/A'
    ],
    index=my_columns
    ),
    ignore_index=True
    )
    print(new_dataframe.to_markdown())

    • @JacobSanchezzz
      @JacobSanchezzz 2 ปีที่แล้ว

      TY! assigning the new variable got it to print and installing tabulate

    • @sastianp
      @sastianp 2 ปีที่แล้ว

      Perfect! Exactly what I got stuck on.

  • @alex_suero
    @alex_suero ปีที่แล้ว +3

    Amazing video! Thank you so much for sharing this! Still going through it, but there's an observation I need to make for any beginners that might stumble upon this video:
    To create a new column with values based on another column(s), using a for loop to iterate through rows and make calculations (as shown in 2:31:11) will be EXTREMELY inefficient on larger datasets. It is better to use Pandas' `apply()` method paired with a `lambda` function, as follows:
    ```
    # create list with time periods
    time_period = ['One-Year', 'Six-Month', 'Three-Month', 'One-Month']
    # create new fields (or update existing ones) based on previous list
    # and calculate percentile based on Price Return
    for i in time_period:
    change_col = f'{i} Price Return'
    percentile_col = f'{i} Return Percentile'
    hqm_dataframe[percentile_col] = hqm_dataframe.apply(
    lambda x: score(hqm_dataframe[change_col], x[change_col]), axis=1)
    ```
    Same method can be applied to calculate HQM Score using Pandas' `mean()` method:
    ```
    hqm_dataframe['HQM Score'] = hqm_dataframe.apply(
    lambda x:
    pd.Series([x[f'{time_period[0]} Return Percentile'], x[f'{time_period[1]} Return Percentile'],
    x[f'{time_period[2]} Return Percentile'], x[f'{time_period[3]} Return Percentile']
    ]).mean(), axis=1)
    ```

    • @Jon-bk2bw
      @Jon-bk2bw ปีที่แล้ว

      Hey Alex! just checking, are you still able to use it? Did they deprecate the sandbox api?

    • @alex_suero
      @alex_suero ปีที่แล้ว +1

      @@Jon-bk2bw Not sure if it's working at the moment, but it did a few weeks ago when I tested it! If anything, you can use Yahoo Finance API instead

    • @djangounchained4271
      @djangounchained4271 ปีที่แล้ว

      @@Jon-bk2bw I had the same question and I think they did on 21st August 2021 but I'm not sure how come users were able to work with it until a couple of months ago.

  • @RaffiSosikian
    @RaffiSosikian ปีที่แล้ว +5

    A great detailed starter course to learn some Python. As a licensed commodity trading advisor (and a software engineer), I would never advise someone to trade this though.

  • @kostas6915
    @kostas6915 2 ปีที่แล้ว +6

    Congrats Nick McCullum for creating this. Good that the debugging parts are left in, so we can understand in more details how various parts work.

  • @hiteshjain7919
    @hiteshjain7919 2 หลายเดือนก่อน +8

    It's June 2024 and it is giving the error "Sandbox environment is disabled for this subscription tier." , API key may have expired. Can you please update the key!

  • @Fluker_xD
    @Fluker_xD หลายเดือนก่อน +5

    The API no longer works. I dont really understand if what I am saying makes sense, but IEX Cloud is shutting down apparently. Could you please suggest a workaround?
    Just FYI, what this means is that the access to the API token provided in the video is restricted.

  • @abhishekmittal7213
    @abhishekmittal7213 3 ปีที่แล้ว +22

    at 2:28:12 While implementing the percentiles, I noticed that the data I am receiving has None type in it. So the scipy.stats module throws an error as it cant compare the None type instances. For now I am replacing it with 0. Just for people who face this error you can just add this right before you assign your return percentiles
    for row in hqm_dataframe.index:
    for time_period in time_periods:
    if hqm_dataframe.loc[row,f'{time_period} return'] == None:
    hqm_dataframe.loc[row,f'{time_period} return']=0

    • @fcoreas
      @fcoreas 3 ปีที่แล้ว +6

      I actually did a hqm_dataframe.dropna(inplace=True), as this values are from stocks that are probably not available anymore using the API

    • @ghanshyamsinghmoyal7931
      @ghanshyamsinghmoyal7931 3 ปีที่แล้ว

      Hey thans guys, you all saved the day :)

    • @coach_kash
      @coach_kash 2 ปีที่แล้ว

      @@fcoreas Thank You this fixed it for me

    • @williambeasley838
      @williambeasley838 2 ปีที่แล้ว

      @@fcoreas This worked perfect for me! thank you.

    • @oguzsenna9990
      @oguzsenna9990 2 ปีที่แล้ว

      @@fcoreas eyvallah francisco

  • @karolmileszko
    @karolmileszko ปีที่แล้ว +12

    As sandbox is discontinued I'm using the public key provided by IEX within the test period. I'm still getting 403 error. Any ideas?

  • @That_next_level
    @That_next_level 3 ปีที่แล้ว +2

    Just as a safety precaution since you never want to trust someone to know what to do you can use a while loop for the input validation:
    invalid_input = True
    while invalid_input:
    try:
    portfolio_size = input("Enter the value of our portfolio:")
    val = float(portfolio_size)
    print(val)
    invalid_input = False
    except Exception as exception:
    print("You must enter an integer")

  • @andyatmosphere
    @andyatmosphere 3 ปีที่แล้ว +6

    Never wrote one line of code in my life and I feel ready to go work for google. Amazing!

  • @maalokam
    @maalokam 2 ปีที่แล้ว +6

    I am really enjoying learning these techniques and am impressed with your style. Thank you for encouraging others to learn!
    I'm running into an error in the momentum calculations around percentileofscore implementation, around 2h 30m mark in your video. I am executing the following:
    for row in hqm_dataframe.index:
    for time_period in time_periods:
    change_col = f'{time_period} Price Return'
    percentile_col = f'{time_period} Return Percentile'
    hqm_dataframe.loc[row, percentile_col] = score(hqm_dataframe[change_col], hqm_dataframe.loc[row, change_col])
    and get the error:
    TypeError: '

    • @maalokam
      @maalokam 2 ปีที่แล้ว +8

      I found a solution to this question in one of the comments. Another user had the same issue and they resolved it by adding this line before the for loops I mentioned:
      hqm_dataframe.dropna(inplace=True)
      This drops any rows/columns that return N/A as part of f''{time_period} Price Return' column in the hqm_dataframe

  • @kongseeyang959
    @kongseeyang959 3 ปีที่แล้ว +5

    Thank you for this amazing tutorial! I wish there was more of this information 4-5 years ago.

  • @KANGAR1982
    @KANGAR1982 3 ปีที่แล้ว +5

    great video, what I really liked is that you showed in a super clear way how to use the requests library in Python and now I do not need to depend on 3rd party wrappers that might not have all functionality! thanks!

  • @fbitti
    @fbitti 3 ปีที่แล้ว +5

    I like how you face problems and fix them, thanks for not cutting those parts out of the final video

  • @chaddsmith3354
    @chaddsmith3354 ปีที่แล้ว +11

    It seems IEX has closed access to the sandbox mode unless you have an account which starts at $49/mth. (30 day free trial).

  • @emanik2
    @emanik2 2 ปีที่แล้ว +1

    Furthermore, you could try to
    1) follow the approach of Ang (2009) and exclude firms with the lowest 5% of market valuation (and not only prices

  • @roya9761
    @roya9761 2 ปีที่แล้ว +1

    The fun thing about pandas, is that you can work with whole columns without loops, e.g:
    final_dataframe['Number of Shares to Buy'] = final_dataframe.apply(
    lambda row: math.floor(position_size / row.Price), axis=1)

  • @huysamdua86
    @huysamdua86 11 หลายเดือนก่อน +4

    very nice, thx. the IEX cloud testing sandbox is deprecated but able to workaround using other data provider. e.g. yfinance works fine for me.

    • @tungno1613
      @tungno1613 3 หลายเดือนก่อน

      Hi, can you walk me through the API part? How do use yfinance for this project?

  • @ApakukiNayacakalou
    @ApakukiNayacakalou 3 ปีที่แล้ว +6

    freakin hell! how good is this! Lockdown boredom solved. Thanks!

  • @blockcrunchzorz
    @blockcrunchzorz 3 ปีที่แล้ว +1

    Easy way to add a cost column to your pandas df:
    final_dataframe = final_dataframe.apply(lambda x: x['Stock Price'] * x['Number of Shares to Buy'], 1)
    *** don't forget the ',1', it specifies the axis :)

  • @realMrLupu
    @realMrLupu 2 ปีที่แล้ว +4

    Hello, for people getting to the Key Error for the stocks, the solve is to delete the 4 stocks that have been delisted from the S&P 500:
    code example:
    stocks = stocks[~stocks['Ticker'].isin(['DISCA', 'HFC','VIAC','WLTW'])]

  • @BT-te9vx
    @BT-te9vx 3 ปีที่แล้ว +9

    this was awesome and though I've just finished the first part only, I cannot thank you enough for how well you explained each portion of the project. Now only, if I could build up from here!

  • @Freddyyyy266
    @Freddyyyy266 2 ปีที่แล้ว +21

    Just stumbled on this. Thank goodness I got took my trading seriously. Getting into the market surely led to many open doors for me as I've gone to make quadruple of what I put in.

    • @Diallo872
      @Diallo872 2 ปีที่แล้ว

      Hello larry. How are you able to make profits? Newbie here

    • @Freddyyyy266
      @Freddyyyy266 2 ปีที่แล้ว

      @@Diallo872 For me, I lost money repeatedly because I didn’t know how to go about it till I came across recommendations of Levi Clemans, a seasoned trade analyst and reached out. It’s been a great journey ever since. You can also get across

    • @Freddyyyy266
      @Freddyyyy266 2 ปีที่แล้ว

      Levi clemans(a)Gmai
      Lcom...Is he taking commissions for trades? Yes, I’m I still making money in the process? Hell yes!

    • @Diallo872
      @Diallo872 2 ปีที่แล้ว

      @@Freddyyyy266 thank you Larry. I’ll write him immediately! Blessings!

    • @Zmlambo
      @Zmlambo 2 ปีที่แล้ว

      I have not written this sort of comment before but I feel compelled to. Just wanted to let you know that you’re doing a great job Clemans. You have made a difference in my understanding of the market.

  • @jacksonzhan
    @jacksonzhan 2 ปีที่แล้ว +2

    awesome!Fix some problems:Before Calculating Momentum Percentiles,Execute the statement first to clean up invalid data.hqm_dataframe.fillna(value=0, inplace=True)

  • @ztlf
    @ztlf 2 ปีที่แล้ว +1

    Just coming across this video now. Make sure, for the first project, you get an up to date list of all stocks found on the S&P 500. At this time there were 4 stocks that no longer are under the listed tickers with the provided csv file.

  • @nicolassalascorrea
    @nicolassalascorrea 3 ปีที่แล้ว +11

    i cant find this Needd Heeellppp!!!
    Section 2: Course Configuration & API Basics
    How to Install Python
    Cloning The Repository & Installing Our Dependencies
    Jupyter Notebook Basics
    The Basics of API Requests

    • @Mmmmeow
      @Mmmmeow 3 ปีที่แล้ว

      @deqiang tian Thanks and it worked! My steps are a little different 1) I downloaded "Anaconda" and 2) In the Anaconda Prompt I type "pip install panda"
      "pip install numpy"
      "pip install jupyterlab".

  • @Weckmuller
    @Weckmuller 3 ปีที่แล้ว +6

    Yeah, its very unfortunate and discouraging to those who are learning the fact that section 2 is missing from the actual video even thou it is mentioned on all the syllabus for this course that I came across. Several people on the comments are complaining about this and I mean... You could at least edit the video description with basic instructions or with a link to where we can find the missing part of the video. After all that is critical information for those who wants to follow along with your course. Thanks anyway

  • @vivekrathore6817
    @vivekrathore6817 ปีที่แล้ว +10

    Sandbox testing has been deprecated. Is there any alternate free data api that we can use in this project?

  • @richardshi1896
    @richardshi1896 2 ปีที่แล้ว +12

    This is a great course. I learned so much from it. One suggestion: the robust value trading program should exclude the negative PE Ratio stocks first before sorting for the low 50 stocks.

  • @Grayson4806
    @Grayson4806 9 หลายเดือนก่อน +117

    Hit 200k today. I'm really grateful for all the knowledge and nuggets you had thrown my way over the last months. Started with 14k in June 2022

    • @Christopher34418
      @Christopher34418 9 หลายเดือนก่อน

      How please? Am a newbie in crypto investment, please can you guide me through on how you made

    • @Grayson4806
      @Grayson4806 9 หลายเดือนก่อน

      Mrs harriet dixson service is a talk of the town in North Holland Netherlands , I started with a little amount of 1ETH, and she made huge returns, and I have been constantly investing with her

    • @Grayson4806
      @Grayson4806 9 หลายเดือนก่อน

      ​@AgbamucheRichardshe often interacts on Telegrams, using the user below

    • @Grayson4806
      @Grayson4806 9 หลายเดือนก่อน

      @Harrietdixson12

    • @Grayson4806
      @Grayson4806 9 หลายเดือนก่อน

      Tell her I referred you
      I can't hide her contact information from anyone who is interested in investing with her because she has really helped me a lot with my trade, today I am smiling

  • @calvinlamar3525
    @calvinlamar3525 3 ปีที่แล้ว +1

    I don't know much about these or it works, when it comes to trading I have learnt to have an open mind as there are different trading strategies out there.

    • @michealvaughan8089
      @michealvaughan8089 3 ปีที่แล้ว

      Do you trade stocks with this?

    • @farisnajmibahari5468
      @farisnajmibahari5468 3 ปีที่แล้ว

      @@michealvaughan8089 I don't use these but would like to know if it guarantee a 100% win ratio when trading.

  • @jonnyk5670
    @jonnyk5670 3 ปีที่แล้ว +2

    Thanks Nick for the complete and detailed course for beginner. Really appreciate.

  • @esn832
    @esn832 3 ปีที่แล้ว +3

    Awesome video, thanks very much! For the next time, please put the video of the educator not on top of the slides or if in a corner where it does not superimpose on the content.

  • @satvikjha8932
    @satvikjha8932 3 ปีที่แล้ว +8

    And the fact that this is free re establishes my belief in humanity

    • @elrox007
      @elrox007 3 ปีที่แล้ว +1

      There is no such thing as free

    • @kasimshahid6786
      @kasimshahid6786 3 ปีที่แล้ว

      Not free for long

  • @nurbolkapakov2282
    @nurbolkapakov2282 2 ปีที่แล้ว +1

    Unbelievable! Yall doing sucha great! Thank you very much! God bless yah family!
    Great respect from Kazakhstan!

  • @HalHamza
    @HalHamza 3 ปีที่แล้ว +2

    I just started learning python, it's only been days, but this is my end goal. So I'll be saving this video for later, hopefully it won't be too long before I'm ready for this course.

    • @zeroXmlbb
      @zeroXmlbb 3 ปีที่แล้ว

      bro i too want to start with python nd my end goal is gonna be this video. Can you help me where to begin with nd when i will be ready to go with this one

    • @HalHamza
      @HalHamza 3 ปีที่แล้ว

      @@zeroXmlbb if you're new to coding, I would start at the basics. Learning functions and variables are a good place to start. If you're like me, and this is your first programming language, I would give myself 3 to 6 months before getting to this level.

  • @AliAhmed-ox1gy
    @AliAhmed-ox1gy 3 ปีที่แล้ว +12

    I knew free code camp would have a legit course on this.

  • @khalea
    @khalea 3 ปีที่แล้ว +1

    I have a few tips for people that may be struggling with setup & other things:
    As an alternative to setting up & using a local Jupyter notebook, you can use a Google Colab Notebook (colab.research.google.com) with the following imports:
    import numpy as np
    import pandas as pd
    import requests
    import math
    !pip install xlsxwriter
    If any of you are confused about how to get secrets.py, click on the link & press 'Ctrl/Command + S' to save the file. Upload it into your Google Colab, go to the 'Runtime' menu tab, and click 'Restart & Run All'
    Note that if you use Google Colabs, you may have to re-upload the stocks csv & IEX token file after you leave the browser & come back.

  • @kathyferro3524
    @kathyferro3524 3 ปีที่แล้ว +2

    Best tutorial. New in python and Stock is foreign to me. I actually can have stock conversation, now. Thanks

  • @mycul_
    @mycul_ 3 ปีที่แล้ว +28

    'Citadel'- Cue in Fortunate Son and flashbacks of Vietnam with my WSB brothers.

  • @chowadagod
    @chowadagod 3 ปีที่แล้ว +43

    Well my next five hours are gonna be well spent 👌🏿👌🏿

    • @noelcollins2355
      @noelcollins2355 3 ปีที่แล้ว

      Chowa cross, now I think we are actually on the same page.

    • @chowadagod
      @chowadagod 3 ปีที่แล้ว

      @@noelcollins2355 hahaha dude getting deep into algo trading man ..it's dope asf

    • @BT-te9vx
      @BT-te9vx 3 ปีที่แล้ว

      just 5? I would estimate it would take me more than 10 hours!

    • @Q_QQ_Q
      @Q_QQ_Q 3 ปีที่แล้ว

      2x

  • @GeorgeFabian-wz1ry
    @GeorgeFabian-wz1ry 9 หลายเดือนก่อน

    One of the most challenging courses on flying helicopter, preflight. Checking some of these instruction will benefit you greatly. Former Airforce.

  • @noname89636
    @noname89636 2 ปีที่แล้ว +1

    You clicked on so many lightbulbs for me with this video. Thank you so much.

  • @phungduy4592
    @phungduy4592 3 ปีที่แล้ว +3

    Thank you very much for this course!!! You've done a wonderful job!

  • @fabiogreenwood5332
    @fabiogreenwood5332 2 ปีที่แล้ว +16

    Nice video, but I think it has been edited from the original as now at the 17:00 mark, he states that he's already told us how to set up the environment (and the required files) this is missing. Maybe someone can reply a location to find these? Thanks

    • @buggycoder3896
      @buggycoder3896 2 ปีที่แล้ว

      Even I'm confused when did he tell us how to setup the environment?

    • @Henry.Wallace
      @Henry.Wallace 2 ปีที่แล้ว

      So frustrating

    • @edwardshelikoff1823
      @edwardshelikoff1823 ปีที่แล้ว

      Still haven't found an answer to this. Best attempt was a reply from Ken Johnson 2 years ago.

  • @pineapple3832
    @pineapple3832 ปีที่แล้ว +1

    People have to remember the point of these videos is to teach you to code a trading algo. He isnt saying that algo will be profitable. That requires some really complex mathematical models like what Jim Simmons and Renaissance do. But these videos are still valuable to learn to build something for its own sake nevertheless.

  • @CalebDiT
    @CalebDiT 3 ปีที่แล้ว

    Another way to skin the cat...
    You can put inputs in while loops such that the user is repeatedly queried for input until he gives it correctly (i.e. until he gives numeric input). For example:
    portfolio_size = ''
    while not isinstance(portfolio_size, float):
    portfolio_size = input('Enter the numeric value of your portfolio')
    try:
    portfolio_size = float(portfolio_size)
    except ValueError:
    print('Entry must be numeric')
    I go this route because assertions, try-except blocks, etc. generally halt execution on errors, requiring you to run the code again. This keeps it going.

  • @SirDeeTrey
    @SirDeeTrey 3 ปีที่แล้ว +13

    Shouldn't stocks with negative P/E and P/B ratio be removed when you are calculating the RV Score? I see that it was done when you take the simpler approach and only use the P/E ratio. Thanks in advance :)

  • @brothermalcolm
    @brothermalcolm 2 ปีที่แล้ว +4

    Awesome tutorial, watched the whole thing through to the end. For the next video tutorial, do you want to show us how to write a trading bot that will automate day trading based on these algorithms?

    • @sunilsala3733
      @sunilsala3733 2 ปีที่แล้ว

      Bro u intrested to learn more about algo trading?

  • @victorbmadslund
    @victorbmadslund 9 หลายเดือนก่อน

    I’m doing the cs50 Python course atm, but will follow this roadmap when I’m done… thanks !

  • @Maximus18.6
    @Maximus18.6 9 หลายเดือนก่อน +1

    This course is the best on TH-cam and it is better than University degrees. Thank you so much for your contribution to us. Is there any way to contribute to you and paying for a certificate after finishing this course?

    • @shareka478
      @shareka478 8 หลายเดือนก่อน

      Coursera

  • @georgekrax
    @georgekrax 3 ปีที่แล้ว +30

    BONUS: In this course a free addictive Python course for beginners / intermediate programmers is included, with clear clarifications about everything you may need ♥

  • @pencilkid1123
    @pencilkid1123 3 ปีที่แล้ว +34

    you know, Renaissance technologies is something I pass by on my way to almost anywhere and I never knew what they were until now. That's pretty cool

    • @pajeetsingh
      @pajeetsingh 3 ปีที่แล้ว +2

      they dnt use python

    • @ayansamal2440
      @ayansamal2440 3 ปีที่แล้ว

      @@pajeetsingh What do they use?

    • @the_real_cookiez
      @the_real_cookiez 3 ปีที่แล้ว

      @@ayansamal2440 A quick Google shows C++

    • @pajeetsingh
      @pajeetsingh 3 ปีที่แล้ว

      @@goober-ll1wx If you can place order 100 times a minute, it's still not illegal. They place 1000 times a min. It's not illegal. It's calculus of day trading, more like minute or even seconds trading.

    • @pajeetsingh
      @pajeetsingh 3 ปีที่แล้ว

      @@goober-ll1wx Well he worked for CIA. That should settle your doubt.

  • @davidwashington4282
    @davidwashington4282 2 ปีที่แล้ว

    You can use a while loop with the input:
    def portfolio_size():
    global portfolio_size
    while True:
    try:
    portfolio_size = input('What is your portfolio size?')
    if isinstance(float(portfolio_size), float):
    break
    except ValueError:
    print('This is not a number')

  • @sudhirkumarshahu6146
    @sudhirkumarshahu6146 2 ปีที่แล้ว

    This guy is awesome, the best thing I liked that he was debugging things in video. Debugging is actually most important part that takes time to learn.

  • @duke_adi
    @duke_adi 11 หลายเดือนก่อน +3

    Finished the entire course in 3 days with the new API version ! Feels good!

    • @andrewhenderson593
      @andrewhenderson593 10 หลายเดือนก่อน

      @duke_adi, which API version did you use? I'm getting the 403 error when using the one mentioned in the video

    • @moathibrahim4233
      @moathibrahim4233 9 หลายเดือนก่อน

      yahh me to i get the same error@@andrewhenderson593

    • @mamacita5636
      @mamacita5636 8 หลายเดือนก่อน

      same, did you find a solution?@@andrewhenderson593

  • @ducktectivewhitewings9276
    @ducktectivewhitewings9276 2 ปีที่แล้ว +4

    Some stocks have been delisted, to make the tutorial work you must delete the following stocks from either the stocks dataframe or the original sp_500_stocks.csv file:
    'DISCA', 'HFC', 'VIAC', 'WLTW'

    • @jiamingchen1900
      @jiamingchen1900 2 ปีที่แล้ว

      in fact u can just use 'try:... except:...' structure to avoid the error but don't change the original file

    • @financeguide.
      @financeguide. 2 ปีที่แล้ว

      Hi. Do you know how to get the CSV file, I dont find it.

  • @danieldeilgat7558
    @danieldeilgat7558 2 ปีที่แล้ว

    I know absolutely nothing about Python… But this is the first video that seems to clearly explain what my brain just can’t seem to wrap itself around. When I designed the investment strategy that I use, it was simple math, well, it was math… But to suddenly take the algo and transfer it into a language that I am not familiar with, seems like the worst possible prostitution of my time…
    I get it, learn Python then write code and be happy ever after but, but, but, why can’t I do that in English? I can read medical journals on just about any topics, all I need is a dictionary and some extra time, I don’t need to mortgage a significant portion of my time on this planet just to learn something that will be old info by the time I’m done learning it… There’s gotta be a practical way to do that in English! Heck in French or Spanish or Russian or any languages! Geese this is so frustrating!!!!!!!

  • @anirudhsharma2697
    @anirudhsharma2697 3 ปีที่แล้ว +1

    When you take the user input this could be an option so that it will keep asking until they provide anportfolio_size = input('Enter the value of your Portfolio : ')
    while True:
    try:
    val = float(portfolio_size)
    print(portfolio_size)
    break
    except ValueError as e:
    print('That"s not a number,
    please try again')
    portfolio_size = input('Enter the value of your Portfolio : ')
    print(portfolio_size)

  • @shayansh2821
    @shayansh2821 3 ปีที่แล้ว +10

    What I like about your tutorial is that one doesn’t miss out if they start with the third section.
    Also than you didn’t cut out the bugs and struggle helps people to understand that these stuff belong to a programmers life.
    Another positive point is that you try to clarify specific financial terms.
    Overall you did a great job here.
    One point of improvement is your face cam position on the screen.

    • @akashkumarsingh8215
      @akashkumarsingh8215 2 ปีที่แล้ว

      where did he has shown how to install dependencies and cloning plz help

  • @tanaykashyap2459
    @tanaykashyap2459 ปีที่แล้ว +8

    IEX has updated a lot of stuff, could we get a updated version of this course?

    • @tungno1613
      @tungno1613 3 หลายเดือนก่อน

      that is true, I cannot get through API part, I kept saying 403

  • @williamsmith5350
    @williamsmith5350 3 ปีที่แล้ว +1

    This is very great video filled with explanation and experience. Watching it has been a pleasure. Thank you for taking the time and having a student mentality you are appreciated.

  • @ezpz3554
    @ezpz3554 3 ปีที่แล้ว +7

    if yall getting a modulenotfound error with the secrets.py u can either hardcode the string or import import_ipynb after doing a pip install

    • @user-fo9lw3pq8l
      @user-fo9lw3pq8l 3 ปีที่แล้ว

      Thanks

    • @tlghnkck
      @tlghnkck 2 ปีที่แล้ว

      Hello, I am getting Key Error: Ticker. How can i solve this problem.

  • @smitpatel9462
    @smitpatel9462 3 ปีที่แล้ว +11

    hi,
    can anyone please help me figure out where actually is a dependency section in this course?
    Thank you

    • @josephbamisaye1855
      @josephbamisaye1855 หลายเดือนก่อน

      There is a github repo attached to the course

  • @waynefilkins8394
    @waynefilkins8394 2 ปีที่แล้ว +1

    You should do one that actually goes through candle data for several stock tickers. That's what seems to be lacking everywhere I go. People always trade on just 1 stock ticker when they go through candle data and do TA strategies. Would be nice to have a tutorial on going through candle data maybe even intraday, and buying specific stocks from a long list of tickers using a % of available funds, or % of portfolio.

    • @docmalc47
      @docmalc47 2 ปีที่แล้ว +1

      couldn't you implement what was taught in this to accomplish that?

  • @nameno480
    @nameno480 3 ปีที่แล้ว +1

    OMG. He talks so fast, but explains concepts so darn clearly..... 👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍

    • @omgitzcoola
      @omgitzcoola 3 ปีที่แล้ว

      playback 0.75 might help a bit

    • @nameno480
      @nameno480 3 ปีที่แล้ว

      @@omgitzcoola I love fast speakers:) just amazed by him.

  • @griffithslittlebeauties7269
    @griffithslittlebeauties7269 3 ปีที่แล้ว +16

    Very confused on how i missed this but where does he list the dependencies i need for this? I watched the intro and am new to python, I'm not too sure what environment he is using or how I install everything I need for this course

    • @tetsuo79
      @tetsuo79 3 ปีที่แล้ว +15

      Hello.
      If you're installing this on Windows 10, make sure to install the version from the python website and not from the microsoft store, since both of them install python in different locations. As for the dependencies, use the command prompt (don't use the python IDLE), and install the dependencies by typing:
      pip install
      Replace dependency-name for the following modules:
      numpy
      jupyter
      pandas
      requests
      xlsxwriter
      Hope this helps you continue

    • @JJ-cq9hj
      @JJ-cq9hj 3 ปีที่แล้ว

      @@tetsuo79 Sir, I can see that you are a kind man. Can you please help me with getting into jupyter notebook please. as I am facing some problem with it.It seems I need some password to access it.

  • @themachinemedia8987
    @themachinemedia8987 2 ปีที่แล้ว +5

    Where he has show about installing dependency and cloning someone please help.

  • @oshriroz8900
    @oshriroz8900 ปีที่แล้ว +2

    Where can I find 'Section 2: Course Configuration & API Basics'? It seems to be missing...

  • @jvcss
    @jvcss 6 หลายเดือนก่อน +2

    As you can see, kids, 1:45:00 is how humans used to search for information before generative chatbots