Это видео недоступно.
Сожалеем об этом.

How To Make A Day Trading Tracker In Google Sheets

Поделиться
HTML-код
  • Опубликовано: 14 авг 2024
  • How To Make A Day Trading Tracker In Google Sheets
    📈 Link to download all my Portfolio Trackers: / thinkstocks
    ☑️ Follow me on Twitter: / keithfrislid
    🎥 Here is the camera I use for my videos: amzn.to/2PB865Q
    🔶Get 50% off Seeking Alpha Premium with my Promo Link!!!🔶
    www.sahg6dtr.c...
    In this video, I will walk you through the processes of making the best day trading tracker or journal in google sheets so you can stay organized, keep track of your winnings and track your progress over time! This video is long so make sure you are ready to sit in front of the computer for a while. Trust me when I say this, it is worth the watch! Make sure to like this video and subscribe to my channel to help my RUclips algorithm!
    Here are all the codes in this video:
    🔹Target: =IF(ISBLANK(D6)," ",(C6-D6)*2+C6)
    🔹Risk =IF(ISBLANK(D6),"",$M$4)
    🔹Cost =IF(ISBLANK(J6)," ",J6*G6)
    🔹Profit =IF(ISBLANK(K6),"",IF(H6="Long",((K6-J6)*G6),((J6-K6)*G6)))
    🔹Total Profit =SUM(L:L)
    🔹Total Trades =COUNT(L:L)
    🔹Win Percentage =COUNTIF(M:M,"W")/M2
    🔹Date =IFS(B6="","",A6="",now(),TRUE,A6)
    For some reason, RUclips doesn't allow the greater than sign in the description. Here are all the functions that contain the greater than sign, replaced with This blue circle 🔵. So you just need to manually put the greater than sign anywhere where the blue circle appears.
    🔹Risk =IF(D6=0," ",If(C6🔵D6, F6/(C6-D6), F6/(D6-C6)))
    🔹Shares =IF(D6=0," ",If(C6🔵D6, F6/(C6-D6), F6/(D6-C6)))
    🔹Type =If(D6=0," ",If(C6🔵D6, "Long", "Short"))
    🔹Result =IF(isblank(B6),"",If(isblank(K6),"OPEN",If(L6🔵0, "W", "L")))
    Video Chapters:
    0:00 Introduction
    2:00 How It Works
    5:00 How To Make This In Google Sheets
    8:25 Target Function
    11:30 Risk Function
    14:37 Shares Function
    17:37 Type Function
    19:02 Cost Function
    20:30 Profit Function
    22:30 Result Function
    24:04 Total Profit Function
    24:30 Date Function
    27:38 Total Trades Function
    29:54 Status Data Validation
    30:50 Win % Function
    31:43 Finishing Touches
    Disclaimer: This is not financial advice. I am not a financial advisor. This video is meant for education and entertainment. Do not use this video as investing advice and consult with a professional advisor before buying or selling securities.
    AFFILIATE DISCLOSURE: Some of the links on this channel and in video descriptions are affiliate links. At no additional cost to you, we receive a commission if a purchase is made after clicking the link.
    #daytradingtracker #daytradingjournal #daytrading

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

  • @andrewlim3596
    @andrewlim3596 3 года назад +3

    I needed a way to keep track of my trading and this was such a perfect video. Thank you so much!

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

    Thanks ....thats what i was looking for . Greetings from Wollsburg Germany

  • @manojmaheshwari5199
    @manojmaheshwari5199 3 года назад +2

    Great work ... went through the entire sheet building with you .. A million blessings

    • @ThinkStocks
      @ThinkStocks  3 года назад

      Thats awesome, and thats for watching!

  • @cpprulez
    @cpprulez 3 года назад +4

    Great video, as always! The date calculation is really clever. I think the Shares formula can be written as IF(d6=0, "", f6/(abs(c6-d6)) - a bit shorter. And the same for the Profit.

    • @ThinkStocks
      @ThinkStocks  3 года назад +2

      Thanks! And thats a good one for shares and profit!

  • @Farifaro
    @Farifaro 2 года назад

    SO GOOD WAY YOU EXPLAIN BEING AS A NEW LEARNER TRADING I WAS LOOKING SO MANY LOG TRADE DID NOT FIND SO COMPLETE EXPLANATION THANK YOU

  • @TradingWithCJ
    @TradingWithCJ 3 года назад +3

    Another cool breakdown here bro! Tracker is looking good 👌🏼👌🏼

    • @victorpetrin6323
      @victorpetrin6323 2 года назад

      I made a really nice trading journal in excel with filters and charts for analysis, if you want to take a look its the only video of my channel. Maybe drop a suggestion or anything you didnt like, I would really appreciate it!

  • @rebecapimentel3050
    @rebecapimentel3050 3 года назад +2

    Thank you for doing this video. I'm a beginner trader and this is very helpful as a way to keep track of my progress. Keep making amazing content it is much appreciated.

    • @victorpetrin6323
      @victorpetrin6323 2 года назад

      I made a really nice trading journal in excel with filters and charts for analysis, if you want to take a look its the only video of my channel. Maybe drop a suggestion or anything you didnt like, I would really appreciate it!

  • @mrbahadu
    @mrbahadu 3 года назад +1

    Subscribed!! One of the best video so far, Thanks a lot.

  • @EKoch-bk7vc
    @EKoch-bk7vc Год назад

    THX! For correct calculation of shares in the formula add ROUNDDOWN.

  • @stevenpittman8668
    @stevenpittman8668 2 года назад

    Awesome, I just got a lot of experience with the "IF" function now. Thanks man 👍🏿

  • @timhumble7111
    @timhumble7111 3 года назад +1

    Superb walk through. Great job! This spreadsheet is exactly what I needed and your video was very easy to follow. Again, great work!

    • @victorpetrin6323
      @victorpetrin6323 2 года назад +1

      I made a really nice trading journal in excel with filters and charts for analysis, if you want to take a look its the only video of my channel. Maybe drop a suggestion or anything you didnt like, I would really appreciate it!

  • @tstone4620
    @tstone4620 3 года назад +2

    love this video! Thanks Stock Guy!

    • @victorpetrin6323
      @victorpetrin6323 2 года назад

      I made a really nice trading journal in excel with filters and charts for analysis, if you want to take a look its the only video of my channel. Maybe drop a suggestion or anything you didnt like, I would really appreciate it!

  • @thefunk2215
    @thefunk2215 2 года назад

    awesome tutorial. I modidifed mine for futures trading and it works incredibly well. Really needed this to track my trading progress. Thank you very much

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

    Great Stuff, really helpful thanks. Just added columns entry and exit images- done.

  • @Chris_Genex
    @Chris_Genex 2 года назад

    How can i make the target a non arbitrary number. For exampLe depending on my trade set up my RR wiLL be different. As you have shown a fixed 2/1 for every trade..

  • @kphilipps55
    @kphilipps55 2 года назад

    I don't even know how to thank you!!)) God bless you!) you are amazing!))

  • @truthseeker29
    @truthseeker29 2 года назад +2

    Superb video and very helpful. Thanks for sharing! Can you also please share the formula to calculate total amount won, total amount lost, average win amount and average loss amount from the Profit figures? Suggestion - it would be great if you add another row at top for Expectancy = Total Profit / Total Trades, Profit Factor = total amount won / total amount lost, total profit as % of account balance, and in the lower columns commission amount, net profit including commissions, and profit as % of cost of each trade, and share those formulas if you can. At least expectancy, profit factor, and profit as % of account balance. Thanks!

  • @shoofswrld6681
    @shoofswrld6681 3 года назад +2

    Can you make an options trading journal please! Have it also show monthly gains broken down and graphs to show the progress for YTD and MONTHLY! That would be awesome thanks for all your videos

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

    This is a very awesome journal. Could you please make a video to incorporate instances where you partially take profits and leave some shares/positions for a runner. How do you automatically record such profits/losses in a continual trade management scenario. Like they say "partials pay". Like in real intraday trading where one opens a trade and manages it a long the way with partials. We would really appreciate an extension video covering that aspect @ThinkStockss

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

    wow thank you brother, its amazing , keep up the good work😄

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

    Such an awesome 👌 video

  • @hansk_trader
    @hansk_trader 3 года назад +1

    Thank you a very good video. How can you add the comissions to the formula. So that it reduces or adds the comssion before counting Profits?

  • @Samim1
    @Samim1 2 года назад

    Thanks for this wonderful video, but in MS excel the formula which you used for calculating Win℅ doesn't work. Could you please write here a formula to work for MS excel?

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

    guys can you explain what fill means and shares and how to calculate both

  • @collinsjoel6314
    @collinsjoel6314 3 года назад +1

    Hello, I do not know if I did it right. But the code I got from your youtube page. Does not work for me, do you have any tips on what the problem can be? ... and a great video, as always !!!

  • @genkimichael7329
    @genkimichael7329 2 года назад +1

    Thank you sir.

  • @AchrafBachiri-rq7pl
    @AchrafBachiri-rq7pl 15 дней назад

    Thank you

  • @murators4732
    @murators4732 11 месяцев назад

    Amazing again! Very well done!

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

    Hi ty for the video. do you know if there is a way to get Live data feed for stocks for pre-market and after hour trades? Most scrubbers' sources doesn't have a live pre-Market or after hour data.

  • @johnathanpeterson5540
    @johnathanpeterson5540 2 года назад

    This was amazing…. So much useful insight thank you so much!

    • @victorpetrin6323
      @victorpetrin6323 2 года назад

      I made a really nice trading journal in excel with filters and charts for analysis, if you want to take a look its the only video of my channel. Maybe drop a suggestion or anything you didnt like, I would really appreciate it!

  • @Wall.Street.AV.
    @Wall.Street.AV. 2 года назад

    when i added my additional chart it doesnt get in order by % of allocation, is there a way that we can make them to show in order from maximum to minimum? thank you.

  • @dylansdaubenspeck
    @dylansdaubenspeck 3 года назад +1

    Could you tell me what formula's you would use for options instead of shares in the shares but instead Contracts or Target cause its usually single dollar amounts.

    • @ThinkStocks
      @ThinkStocks  3 года назад

      Hmm thats a tough one. Maybe the best thing is to have a separate column for contracts

  • @adarshroy7301
    @adarshroy7301 2 года назад

    really great video , i apreciate your effort , but i am facing issue with date column... its working fine when i am entering new stock name but after completing whole row its getting renamed as "DATE" not with actual date. can you say why so ?

  • @eddydevedzic9881
    @eddydevedzic9881 3 года назад

    How would you change all this for forex? How to add monthly and yearly profits? How about adding a link/ screen shot for each trade

  • @Saad_TheGod
    @Saad_TheGod 2 года назад +1

    Great Vid! Thanks Man!

    • @victorpetrin6323
      @victorpetrin6323 2 года назад

      I made a really nice trading journal in excel with filters and charts for analysis, if you want to take a look its the only video of my channel. Maybe drop a suggestion or anything you didnt like, I would really appreciate it!

  • @jcayasso
    @jcayasso 3 года назад

    Your videos are awesome , and this tutorial is a cool one thankyou, can you add an additional tab to print out a report of wins, losses , type, time, etc 🤞

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

    how to fill m4 coloun pls explain about risk

  • @venkateshreddy9752
    @venkateshreddy9752 3 года назад +1

    THANK YOU SO MUCH BRO .

    • @victorpetrin6323
      @victorpetrin6323 2 года назад

      I made a really nice trading journal in excel with filters and charts for analysis, if you want to take a look its the only video of my channel. Maybe drop a suggestion or anything you didnt like, I would really appreciate it!!!

  • @MellowMusic1
    @MellowMusic1 2 года назад

    Nice work! One question
    Is it possible to change it to where it lets you put in fractional shares like "0.000254"
    It does not work when I do something like that

  • @congoleseonlineteacher2239
    @congoleseonlineteacher2239 3 года назад +1

    Good stuff, thank you very much, God bless you!

  • @MarkoReidaa
    @MarkoReidaa 3 года назад +1

    Thanks for the codes!! Hey there is one probleemos.... the RISK...
    if I change the risk later it will also change it from older trades... do you know how to fix that?

  • @EB-db9de
    @EB-db9de 2 года назад

    This is awesome, thank you.

  • @drealtyprojects7409
    @drealtyprojects7409 2 года назад

    bro thanks. i wanna know the hexa code for green colour.

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

    Your videos are awesome. Thanks. Have you made a function for leveraged trades?

  • @arletterosario9636
    @arletterosario9636 3 года назад

    that is an Awesome spread sheet , I have learned a lot , I appreciate it :)

    • @victorpetrin6323
      @victorpetrin6323 2 года назад

      I made a really nice trading journal in excel with filters and charts for analysis, if you want to take a look its the only video of my channel. Maybe drop a suggestion or anything you didnt like, I would really appreciate it!

  • @shawnholt8419
    @shawnholt8419 3 года назад

    Amazing video by the way never ever have I coded anything so pretty cool

    • @victorpetrin6323
      @victorpetrin6323 2 года назад

      I made a really nice trading journal in excel with filters and charts for analysis, if you want to take a look its the only video of my channel. Maybe drop a suggestion or anything you didnt like, I would really appreciate it!

  • @carlosdiaz5906
    @carlosdiaz5906 2 года назад

    Amazing video, thank you for sharing your knowledge, very good content!
    Question: there is a way to make the Risk factor variable? since many trades have different risk! Thank you!

  • @hypnotiq171
    @hypnotiq171 3 года назад

    Actually ive been following this here and im actually wondering if i dont use the risk/reward always at 2. my risk reward is always between 2-5.

  • @tdunn2
    @tdunn2 2 года назад

    What do you think about creating a Daily Report Card that is automatically ingested into another page that graphically displays the information? If this is way out of scope for what you do - you can tell me to pound sand! 🤣. Thanks for the Trading Journal walkthrough!

  • @edgarbonilla6120
    @edgarbonilla6120 3 года назад

    Excellent information. Do you have an Option Tracker Journal? That will awesome. Tks.

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

    good video, but for some reason i get a error when i put in the target code

  • @timothychan5
    @timothychan5 3 года назад

    I swear you're dam amazing at making these google sheet trackers, SUB right there! I've got a request, is it possible that you can create a video to follow up on this tracker on how to include Win/Lose STREAK please, no obligations. Thanks!

    • @ThinkStocks
      @ThinkStocks  3 года назад

      Thanks man! And hmm a win lose streak would be cool. Ill have to look into how to do that!

  • @chrisselby1767
    @chrisselby1767 2 года назад

    Excellent Video, I applaud you.

  • @chinmaytamhane
    @chinmaytamhane 3 года назад +1

    Thank you very much!

    • @victorpetrin6323
      @victorpetrin6323 2 года назад

      I made a really nice trading journal in excel with filters and charts for analysis, if you want to take a look its the only video of my channel. Maybe drop a suggestion or anything you didnt like, I would really appreciate it!

  • @LeeLaster
    @LeeLaster 3 года назад

    Awsome video. I am trying to modify the sheet to accomodate for trading cryptos and displaying results against stable coins. Could/would you help me out a little?

  • @quarterrican9127
    @quarterrican9127 3 года назад

    How do I switch the coding from a short sellers pov to a long pov? I realized that its backwards for me. Thanks for your help.

    • @ThinkStocks
      @ThinkStocks  3 года назад

      What does your function look like?

  • @kaitlannelson8156
    @kaitlannelson8156 2 года назад

    Yessssss! Thank you for this!

    • @victorpetrin6323
      @victorpetrin6323 2 года назад

      I made a really nice trading journal in excel with filters and charts for analysis, if you want to take a look its the only video of my channel. Maybe drop a suggestion or anything you didnt like, I would really appreciate it!

  • @jeffreypaulify
    @jeffreypaulify 3 года назад

    Very good helping to make a tracker. I am having one problem. After a few days, many of the dates change and I don't know how to stop it, or what I'm doing wrong.

    • @ThinkStocks
      @ThinkStocks  3 года назад

      Thats odd, did you rearrange your cells?

    • @jeffreypaulify
      @jeffreypaulify 3 года назад

      @@ThinkStocks Yes. I'm separating trading days between 10 cells. I'll just need to manually input after a days trading. No problem.

    • @jeffreypaulify
      @jeffreypaulify 3 года назад

      P.S. I'm not changing or cut/paste the date column. I'm just making room for other formula's off to the right for the days total: wins, loses, total profits, average wins, etc.

    • @jeffreypaulify
      @jeffreypaulify 3 года назад

      So you understand, Think Stocks, I have taken your tracker and modified it for my use. Without your formula's I would not have a tracker that I'm satisfied with.

  • @azulcrema1O
    @azulcrema1O 2 года назад

    So I get pretty much everything except when he says "im going to need 250 shares". What does he mean by that?

  • @neilmartin99
    @neilmartin99 3 года назад +1

    My friend, you would be an absolute legend if you could help me out here.
    I buy certain stocks, Apple, Microsoft, Next Era, Pfizer on dips off their recent highs.
    Is there a formula to indicate when a stock has dipped by, say, 5% off recent high? And every additional dip of 3% until it hits bottom.
    I then leave it alone until the price passes the previous recent high and the process begins again.
    I have been using this simple yet effective method with these companies for the past 5 years and the returns have been quite good.
    Using a pen and paper method however, is tedious and slow.

    • @ThinkStocks
      @ThinkStocks  3 года назад +1

      Hey Ned, that doesn't sound too hard. I can make a video showing how to do that. If you want a quicker response go to my channel and in the about section email and ill show you what I was quickly able to come up with!

    • @neilmartin99
      @neilmartin99 3 года назад

      @@ThinkStocks That would be incredible.
      Thank you

  • @MrKeithw124
    @MrKeithw124 3 года назад

    I love this and have mine set up with several month tabs to keep track of my monthly trades. Was wondering how do I carry over my total profits from one monthly sheet over to another month . i made a cell for the month profits just want to carry over the total profits at the top of the sheet, thanks for your time.

  • @mrtrader4628
    @mrtrader4628 2 года назад

    Nice what about scaling in and out of my trades?

  • @sundieepsiingh9697
    @sundieepsiingh9697 3 года назад

    AWESOME.....BRILLIANT WORK.

  • @midnightmadness5569
    @midnightmadness5569 3 года назад

    all the spread sheets I keep looking at don't do financial year data... for example, if I bought in June sell in October the same year, it needs to be recorded for the financial year that October falls in so as to report my taxes... if you bought 2 years ago it doesn't count for the FY until you sell it... these data sheets that I keep looking at don't show the report to send to my accountant to report the year that the loss or profit was made in..

    • @victorpetrin6323
      @victorpetrin6323 2 года назад

      I made a really nice trading journal in excel with filters and charts for analysis, if you want to take a look its the only video of my channel. Maybe drop a suggestion or anything you didnt like, I would really appreciate it!!!

  • @ramanan5u
    @ramanan5u 2 года назад

    Thank you Kindly 😊

  • @SuperKevinFS
    @SuperKevinFS 3 года назад

    Hi mate I have enjoyed your work. I supported your site. Can u help me out I am trying to set up a valid date and can not get it working so when I add a new ticker it updates automatically thank u 🙏

    • @ThinkStocks
      @ThinkStocks  3 года назад

      Hey Kevin, thanks for the support! If you want send me a copy of your tracker and I'll see if I can fit it! You can find my email in the about section on my channel

  • @GB-kr1jp
    @GB-kr1jp 2 года назад

    Do you have one of these for cryptocurrency?

  • @shawnholt8419
    @shawnholt8419 3 года назад

    What if I only risk 10% of my account on every trade and my account obviously varys day to day is there a way to put the risk as 10% of a $amount that I can constantly change

    • @ThinkStocks
      @ThinkStocks  3 года назад +2

      Hmm. If you keep track of your overall account value somewhere on the sheet you can then make the risk cell =[account value]*0.10 and that will get you the 10% risk

    • @shawnholt8419
      @shawnholt8419 3 года назад

      @@ThinkStocks your the man thanks for the quick response you get another sub sir😉

    • @ThinkStocks
      @ThinkStocks  3 года назад +1

      Thanks man!

    • @shawnholt8419
      @shawnholt8419 3 года назад

      @@ThinkStocks so I would write =(N2)*0.10
      enter
      Assuming N2 is where I placed my account value and I write that in the risk cell

  • @sFreedom1017
    @sFreedom1017 3 года назад

    new in trading. what does "fill" do? or how to use it?

    • @ThinkStocks
      @ThinkStocks  3 года назад

      Fill is what price you got into the position for. Just because you set an order for say 100 dollars doesn't mean you get "filled" for 100. You might get filled at 99.99 dollars. And when day trading every penny counts!

  • @meirdubinsky2992
    @meirdubinsky2992 3 года назад

    Can you please make an options trading journal

  • @mohawkk024
    @mohawkk024 3 года назад

    Can I use this for forex?

  • @vishalk7801
    @vishalk7801 3 года назад

    This is really really good. But a more automated approach where you enter transactions and it gets automatically updated on this table would be next level. In one Google sheet, we can have both our journal, and open positions as well, which makes tracking both open and closed trades way easier instead of manually entering into the journal every time. But really, your sheets have helped a lot. A big thanks to you.

    • @ThinkStocks
      @ThinkStocks  3 года назад +1

      My goal is to keep learning each day and share with you guys what I've learned. Hopefully one day I'll get there!

  • @alexandregoncalves9706
    @alexandregoncalves9706 3 года назад

    What does the risk does? I didnt get the concept

    • @ThinkStocks
      @ThinkStocks  3 года назад

      Its how much money you are "risking" each trade. Or where you are taking your losses. So if you loss say 200 dollars on a trade that's where your stop loss is. And in day trading its always important to have at least a 2 to 1 win lose ratio. So it you have your stop loss at 200 dollars you should aim to make 400 dollars profit

  • @ricardovelez958
    @ricardovelez958 3 года назад

    For some reason when I write the coding and press enter nothing happens

    • @ThinkStocks
      @ThinkStocks  3 года назад

      What does your function look like? Maybe I can help!

  • @sincerewynn8874
    @sincerewynn8874 2 года назад

    the total profit was not working

  • @justjayy9672
    @justjayy9672 3 года назад

    Is there another video where you explain all the terminology (5a thru 5n)?

    • @ThinkStocks
      @ThinkStocks  3 года назад

      The terminology in the functions or the actual terminology of the words?

    • @justjayy9672
      @justjayy9672 3 года назад +1

      @@ThinkStocks the words, from "entry" thru to "exit"

    • @ThinkStocks
      @ThinkStocks  3 года назад +1

      Ah okay. I do not have a video but I'm adding that to the list now!

    • @justjayy9672
      @justjayy9672 3 года назад +1

      @@ThinkStocks great!! Please!! Would be very helpful! The chart/sheet is amazingly clean and very well organized!!
      Another small issue is, as someone else in comments had mentioned, if you change the RISK at the top, it will change the value for all entries.. Is there any way to get around that?!

    • @ThinkStocks
      @ThinkStocks  3 года назад

      For now there's not really a way around it unless you remove the code from the previous stocks with smaller risk

  • @deepakmote6497
    @deepakmote6497 2 года назад

    HOW TO DOWNLOAD THIS SHEET?

    • @ThinkStocks
      @ThinkStocks  2 года назад

      All my sheets are on my patreon! Link in the description!

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

    Can’t make shares work. Keeps saying #value!

  • @localqmjusy402
    @localqmjusy402 2 года назад

    This tracker isn{t in your patreon

    • @ThinkStocks
      @ThinkStocks  2 года назад +1

      Hey, I just double checked to make sure it is still on my patreon and it is. If you click on the link to the folder with all my traders its the 4th one. Should say "4. Day Trading Journal" the tracker has a dashboard on the first sheet so the thumbnail to the sheet might look different. But once you click on it you will see its the same thing

  • @crypto2own811
    @crypto2own811 2 года назад

    I am trading cryptos, how do you keep track of take multiple "Take Profits"?

  • @vishalsawant-ul3kc
    @vishalsawant-ul3kc 2 года назад

    🔥🔥🔥🔥

  • @abandonedcranium6592
    @abandonedcranium6592 3 года назад

    Are you Irish?

  • @astralislux305
    @astralislux305 3 года назад

    Too simple. And has no reporting.

  • @Pmz604
    @Pmz604 3 года назад +1

    Thank you

  • @robv5278
    @robv5278 3 года назад

    Thank you