How to Create a Day Trading Tracker in Google Sheets (Step by Step)

Поделиться
HTML-код
  • Опубликовано: 14 авг 2024
  • Download my Spreadsheets: tickerdata.com/
    Get 50% off of Seeking Alpha Premium!
    www.sahg6dtr.c...
    In this video, I take you step by step on how to make an extremely useful interactive day trading tracker. This tracker can be use to track the successfulness of your trading, as well as provide some valuable insight to analytics that may help your future trading.
    Formulas Below:
    Trades Placed Profit
    =if(E8=0,"",(D8-C8)*E8)
    Trades Placed W/L (*Note: youtube does not allow the greater than or less than sign in the description, so replace the word greater than in the formula below with the greater than sign.)
    =if(E8=0,"",IF(F8 greater than 0,"W","L"))
    Days Traded Date:
    =unique(A8:A)
    Days Traded Profit:
    =if(I8=0,"",SUMIF(A$8:A,I8,F$8:F))
    Days of the Month values:
    =SUMIF($I$8:$I,date($N$7,$L8,O$7),$J$8:$J)
    Win Amount Total:
    =sumif(G8:G500,"W",F8:F500)
    Loss Amount Total:
    =sumif(G8:G500,"L",F8:F500)
    Dashboard Wins:
    =COUNTIF(Recording!G8:G500,"W")
    Dashboard Losses:
    =COUNTIF(Recording!G8:G500,"L")
    Note - These formulas are based off of where my prior data is located. You may have to change what cells the data is pulling from based off of where you put your prior data.
    If you are having trouble, be sure to ask a question in the comments or head to my patreon page and download this spreadsheet for your own use!
    Thanks for watching and don't forget to like and subscribe!
    The microphone I use: amzn.to/3ngqbVz
    #DayTrading #DayTradingTracker #GoogleSheets

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

  • @toniomiklo2406
    @toniomiklo2406 2 года назад +7

    I'm full of admiration for the way you seem to have mastered Excel. I don't think there's anything like this on YT. Very original content.

  • @theharmoniholic4252
    @theharmoniholic4252 2 года назад +12

    the ability to add long or short position would be the finishing touch

    • @mrorangeicecream
      @mrorangeicecream Год назад +2

      Just put L or S beside

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

      I was just about to say that, this can only record going long…..WHAT ABOUT GOING SHORT

    • @wealth.whistle
      @wealth.whistle 4 месяца назад

      How to record for short trade

  • @CodConquest
    @CodConquest Год назад +8

    For those who are having an issue with the Days of the Month function where it is displaying a "0" value you need to ensure that your columns which holds the date values (In his example it's Columns A and I) are set to the date format. In addition, you have to ensure that the way you are writing the date matches the format set. Hope this helps.

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

      HI im having trouble fixing this, it is all displaying "0" and I don't know what the issue is, my columns are the same but I still get 0?

    • @CodConquest
      @CodConquest Год назад +2

      @@zanderrichens4467 Change the way you write the date in the cells. It has to be the same as the standard format of your settings. If the format is set to USA (month/date/year) and you write it in a UK format (date/month/year) it will give this "0" issue. This is what worked for me.

    • @jorgedias563
      @jorgedias563 Год назад +1

      @@CodConquest sorry to bother you but try that and doesn't work any ideas thank you

    • @ohadshuvali7929
      @ohadshuvali7929 Год назад +1

      @@jorgedias563 Go to file then settings and change it to your country (make sure you delete the functions and dates before you exit the format). Now open it and start to add the dates and the =SUMIF($I$8:$I,date($N$7,$L8,O$7),$J$8:$J)

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

      Hi CodConquest, I am still unable to fix the error. Can I trouble you to send a working copy of the spreadsheet?

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

    Ur vid was fire bro! It took me from zero to hero in about an hour. I hacked it up a little to suite my needs but seriously could not have gotten the results I got without your vid. Thanks much!! Cheers!!

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

      Awesome!!! I’m glad it helped!!

  • @socialonly4491
    @socialonly4491 2 года назад +9

    Thank you a lot, we do appreciate the effort and the time put on this awesome work

  • @luthervaryus8989
    @luthervaryus8989 2 года назад +4

    The most utilitarian and simple (in a good way) methodology for tracking trades I’ve seen. You also have a excellent way of leading through your process. Well put together. I’ll definitely sign up for your patreon.

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

      Thank you! I’m glad it helped. I believe you’ll find many other useful tools on my patreon as well. Enjoy!

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

    Wonderful video, very enjoyable to follow along. Great tracker and perfect instruction. Thank you good sir.

  • @yekaterinagarmash6528
    @yekaterinagarmash6528 Год назад +2

    This video was extremely helpful and a great way for me to orgnize all the information. Massive thank you!

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

    Please can u help me out, mine only adds the price I traded on January first alone, other days other months only says 0, what's the cause plzz?

  • @Kwuasimoto
    @Kwuasimoto 2 года назад +4

    This is a super good video man, very simple for a beginner at excel/spreadsheets to understand. One thing that could help is explaining to users what combinations of CTRL+SHIFT you're using to highlight the columns. Other than that, great job mang thanks!

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

      Thanks for the kind words and thanks for the tips!

  • @fjori8830
    @fjori8830 2 года назад +5

    Amazing video and super helpful.
    I still got a question though. If you bough 4 shares of AAPL at a price of 114.98 as shown in the video but then you add 3 more shares at 115.2 and sold everything at 137.42, what formula can be used in this situation?

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

      Did you find out?

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

    How can I update the formula to work in mine it keeps on saying #REF! error

  • @DaTruthHurtzzzz
    @DaTruthHurtzzzz 2 года назад +4

    hands down the best video, not only was I beginner and you helped me understand so much you made it really easy to understand. You deserve WAYY more views and likes

  • @eroll2
    @eroll2 Год назад +1

    can someone explain the IF(C8=0,"") part of the first two formulas? its like 'if this cell isnt empty, then display the result' but what in that formula says that, i would've thought it would be something more like IF(C8>0, xxx, xxx) i dont understand the empty quotation marks or why its =0

  • @nuthinbutbusiness
    @nuthinbutbusiness Год назад +2

    Do you have a spreadsheet for FOREX traders? Or how can I adapt your spreadsheet for the Forex market?

  • @isaklyon7660
    @isaklyon7660 Год назад +3

    Great video. but what if i take short positions it consider it as a loss ???

  • @user-st4qh3vh1m
    @user-st4qh3vh1m Год назад +2

    In the case of the formula =SUMIF($I$4:$I,date($N$4,$L4,O$4),$J$4:$J), the date function is referring to the cell $N$4, which contains the formula itself. This creates a circular dependency, and the spreadsheet cannot calculate the formula.
    To fix this error, you can either:
    Move the formula to a cell that is not contained within the range of cells that it refers to.
    Change the reference in the formula so that it does not refer to a range that contains the formula itself.
    If you are using the iterative calculation setting, you can also ignore the error message and allow the spreadsheet to calculate the formula. However, this may result in inaccurate results.
    To enable iterative calculation, go to File - Settings - Calculation and select "Enable iterative calculation".

    • @andreco8008
      @andreco8008 5 месяцев назад +1

      But why did it work in the video if that is the issue...I'm still having trouble fixing it and I've followed your suggestions. I've changed the time format in my settings and the spreadsheet. No luck.

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

      yeah I have the same problem and it won't allow me to fix it

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

    So simple and easy to understand. Well done!!

  • @alexandrocalvin
    @alexandrocalvin Год назад +1

    It is amazing having a people like you, giving us the best information for making our workflow more efficient enough! Can't thank you enough mate! Well done!!!😊🙏🏻

  • @aladinzahran
    @aladinzahran Год назад +3

    What an amazing video, it is not only about a world class tracking trades sheet but also an awesome educational presentation about Google Sheets. Great job! Thank you so much 👍

  • @mohamedasmai979
    @mohamedasmai979 Год назад +1

    Hi for some reason on the days of the month section from February 28-31 it wont write P/L even though it has the formula everywhere else works, does someone know why this is happening

  • @vvanymvv4760
    @vvanymvv4760 Месяц назад +1

    how do i set up those formulas for excel

  • @jimmyj752
    @jimmyj752 Год назад +1

    This was brilliant. Thank you for the time and effort you put into this. Very much appreciated!

  • @FrankD-tc5vd
    @FrankD-tc5vd Месяц назад

    I love the spreadsheet I am trying to make it myself but I am stuck, need your help. I am stuck the longest formula under the calendar month it is not filling out correctly. I tried several ways to fixed but still cannot get it the right way. The valves for the days of the week/month are filling out in column in block instead of the cell across. How do I fixed that?

  • @TaimoorArif-kn2sd
    @TaimoorArif-kn2sd 16 дней назад

    Can you please share back testing template for forex and crypto with automation.?
    It would be great help.! Thanks.

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

    Absolutely love this video! this is why I love RUclips, because of such incredible content by people like you! thank you so much, man! Earned a Sub!

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

    Hello, love your tracker. Could you maybe also make a video for trading Futures?

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

      I’ll have to make add that to my list of trackers to make!

  • @ghost-30640
    @ghost-30640 Месяц назад

    hey buddy every time i get back on my trcker codes are there but it dosent anmatticly put data in. its done right was well please help me fix this

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

    19:20 Formulae not working,please help me on this

  • @0023chef.d
    @0023chef.d 2 месяца назад

    Would I need to make a separate column for bearish/ short trades? This spread sheet only calculates Long positions

  • @smurflover1412
    @smurflover1412 Год назад +1

    This is great! How can we adjust this for forex traders who can profit off of sell positions? Is there a way to have the chart calculate sells as positive profit too?

  • @user-us6nt4sr8c
    @user-us6nt4sr8c Год назад +1

    What is the equivalent of =unique in apple numbers?

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

    Great video, thank you so much.... I take it now that since I don't do the shares stuff I can omit that column and adjust the formula to suit me

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

    19:26, idk what u hv done here, it confused me, can u re explain it in a short video plz?

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

    Hello, thanks for sharing this. How do I get the average price if I bought same stock on 3 different time at varying prices then selling half now and half later. It works when if I bought 10 shares then sell same 10 shares later.

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

    can't thank you enough!!! ❤❤

  • @joelsilverman6899
    @joelsilverman6899 Год назад +2

    how do you record short trades?

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

    I'm trying to create your Daily Profit area, where you have Days traded and profit. The version of excel I have doesn't have the UNIQUE feature what can I use to do the same thing on mine?

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

    do you have a tracker that allows for options as well as stocks

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

    The unique function is for Daily Traded is giving a different value than the Date in trades placed

  • @mgc332
    @mgc332 8 месяцев назад

    Thank you for this! Now I just need to figure out how to work in buy and sell commission 😯

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

    hello, for some reason when i type 3/1 it adds it on march first and feb 29th, a couple other dates do this also?? any ideas?

  • @justinpullman5541
    @justinpullman5541 Год назад +1

    I haven't watched until the end, but how do you deal with trades that are shorts, and incorporating this data?

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

      Best way ive found is to just flip the bought and sold prices around and it works

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

    this is extremely helpful, i would like to know if you have one for swing traders? days held column and then adjust some rules for long vs short

  • @TradeDynamics225
    @TradeDynamics225 10 месяцев назад

    Putting those Days of the month has been challenging,
    Plzz how did u do it that u didn't type in formula, u just clicked on the box and it worked.

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

    Enjoyed your Day Trading Tracker. Is there anyway to add a swing trade tracker to this. If anyone wanted to hold a trade for a week, month, 6 months or longer?

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

      I have plans to release a swing trade tracker! That is on my list of videos to make!

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

    Awesome video this has changed my trading so much ! Keep up the great videos maybe do an updated version for 2024 :D

  • @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.

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

    Thank you so much for the video really easy to understand!
    Is there a formula to also add weekly gains with a chart?

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

      I'm sure there are ways to do that. I'll look into adding that feature in the future!

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

    this was areally good video the only problem was you didn't show us how to actual write some of the formulars like the sumif formular and i can't copy the one you wrote in the description. i really like your video but help us atleast how to write the formulars.

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

    This vid was awesome . Well done sir, quick question tho my “days of the month” values are a little bit different they read : =Sumif($I$7:$I,Date($Q$6,$O7,$R$7),$N$7:$N)
    But the profit doesn’t reflect… any idea what I may be missing ?

    • @Martin-vw8bw
      @Martin-vw8bw 2 года назад

      I cant get it to show the pnl on the days of month, have you figured it out?

    • @MC-ki2jr
      @MC-ki2jr 2 года назад

      same here. anyone figured this part? BuMP!!!

    • @Martin-vw8bw
      @Martin-vw8bw 2 года назад +1

      ​@@MC-ki2jr it has to do with how you write dates in different parts of the world.

    • @MC-ki2jr
      @MC-ki2jr 2 года назад

      @@Martin-vw8bw : thank yiu, i ll try it

    • @MC-ki2jr
      @MC-ki2jr 2 года назад

      @@Martin-vw8bw : i tried it but i am coming to the conclusion that it doesn't matter as long as all the date cells have the same date format. i got stuck in that 89.76 Sumif

  • @redleafmythos6143
    @redleafmythos6143 7 месяцев назад

    How can we add a leverage tab? Apologies if you’ve already mentioned it, haven’t seen it.

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

    Hello, how can we calculate weekly PNL from monday to Friday just you did for monthly day of the month

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

    Superb Guidance.
    Thanks alot.

  • @Cskalways0
    @Cskalways0 4 месяца назад +2

    hello, new suscriber, im only facing issue in 19.22min. plz help me why not working this? plz answer me what should I do

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

      Me aswell

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

      Bro i Figured ot out bro

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

      You have!! To add the $ just like he did and do the months seperately bro

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

      I can help you .. was having the same problem but i just solved it bro

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

    Hi thank you for your video. What mean the Column "share" what is this number please?

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

    You are a legend. Thank you.

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

    AnyWay yo can do this for a forex currency pairs sheet too which has columns pair, long/short, size, price, stoploss, Take profit, Risk to reward then profit or loss which you automated as I've tried always to figure how to do this and I cant

  • @taurushoward4547
    @taurushoward4547 9 месяцев назад

    I Know this is a very late comment. But I just used your spreadsheet and I love it! I have just one question, how do I create a formula that changes the profit if I trade a different symbol. For example, the profit gained from 5 handles using 1 contract on the NQ will be different from trading ES using 1 contract. Does anyone know how I can edit this formula? I have been fighting with it for a while

    • @asantegilmore1668
      @asantegilmore1668 9 месяцев назад

      This is for Futures Specific. however I believe it's formatted for Shares.
      I trade options and I have to put in the $ amount rather than my contract price bought & sold.

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

    Thank you. Very nice tutorial. Just one question.
    This spreadsheet is built up with an assumption that all the trades I take are long. However, if I want to go short, this formula wont work because it will calculate a short win as a loss. Is there a way around it? I think I need to introduce new column called Trade Type and modify the formula somehow right?

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

      For the past hour, I have been trying to figure it out and haven't come up with it yet. There has to be a solution

  • @UrGirlWantzMe
    @UrGirlWantzMe 5 месяцев назад +3

    im having issues with dates and monthly :( i think because im australian the formats different? i dont know. literally only this part im stuck. my entire spreadsheet i created on my own is working. its literally just the daily and monthly formula of yours stops working =/

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

      same issue here but no help we got so far. hope they answer us

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

      Mi too

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

      One of the formulas is incomplete, take a look at the first variables "$I$8:$I" and last variables it should mark a range, you need to specify the last cell of those columns, for example, i have a column of 100 cells, so i put =SUMIF($I$8:$I$100,date($N$7,$L8,O$7),$J$8:$J$100). If the problem is with that formula you only need to fix this and put the number of your last cell.

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

      Excel formulas changed with updates.. so that changed too

  • @Ha-Tube
    @Ha-Tube Год назад

    The link in the description is not working, please upload it, thank you very much for your effort

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

      Just checked and it seems to be working on my end!

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

    Please sir, I don't understand
    The entry price is 1.7598, the stop loss is 1.7580, the profit is 1.7630, and the lot is 0.05
    And I put the same formula and it doesn't give me the result
    Please master help me🙏
    How I write the correct formula to automatically show the profit

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

    Works great 💪🏻 do you Maybe have a formula to calculate the amount, win/loss % of long and short positions? It would make the journal even better!

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

    Link not opening cN I have it to take record on indices and pls add picture colum were I can addd my trading view chart 😊

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

    I badly need this but I need a column were to put my chart in each trade

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

    At 15:20 when you add in the examples, it doesn't compute the same as mine does when adding the same examples. What could be causing this can you give me a better method for solving this issue. Also, at 19:20 the formula is not working at all.
    Thank you for such great videos. Any help is grately appreciated!

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

      Ok, figured out the issue at 15:20. Still no luck on the issue at 19:20 for the monthly issue.

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

    Amazing stuff! Thanks a bunch for sharing such niche knowledge+skills. Where 2 find this on your Patreon?

    • @Dividendology
      @Dividendology  Год назад +1

      All my spreadsheets are linked on my patreon posts. Check my earlier posts there.

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

    Awesome video. I can download your spreadsheet. Do you have another link?

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

      You can download it on tickerdata.com!

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

    hi there, thanks for the video.
    Do you know a formular for the average number of trades per day? thanks.

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

    It helped me a lot brother. Keep up the good work

  • @user-yw7mc1ps5d
    @user-yw7mc1ps5d Год назад

    Hello
    Could you tell me the formulas for the Best Trade and Worst Trade?
    Thank you

  • @StaticX73
    @StaticX73 8 месяцев назад

    would this track the difference between long/short sales?

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

    Hi @Dividendology, is there a working copy of this spreadsheet that I am able to download?

  • @user-gy1rm6dy8g
    @user-gy1rm6dy8g Год назад

    really good video man thanks!
    im having trouble with the formula for days of the months value, its not shoowing me the correct numbers its all 0.00
    if u can help me that will be great
    thanks!

  • @mazharhussain-il4hf
    @mazharhussain-il4hf 5 месяцев назад

    Excellent Video. Super informative

  • @matthale5388
    @matthale5388 10 месяцев назад

    can you use this when you go long and short or is it just for longs?
    also which patreon package do i need to get for this google sheet?
    thanks

    • @Dividendology
      @Dividendology  10 месяцев назад

      You should be able to use it for short or long. Just adjust your input to a negative number. And it’s available on all patreon packages!

  • @DanielRodriguez-yv9oy
    @DanielRodriguez-yv9oy Год назад

    Thank you, very much appreciated. You are AWESOME!!!!

  • @theprofittraderinstitute9957
    @theprofittraderinstitute9957 9 месяцев назад

    great video!! a quick question how can i get this spread sheet? thank you in advance! keep up the good job

    • @Dividendology
      @Dividendology  9 месяцев назад

      On my patreon page! Link in description!

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

    Thanks for your useful sharing!

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

    Something no one seems to have asked about are exchange fees. also what if you wanted to short stocks. other then that its aweome, hope you can answer

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

      Exchange fees would be relatively easy to add in. It would depend on how the exchange charged you. For example, if they charge you a flat fee of $5 per transaction, simply add a transaction fee cell to your dashboard and make the formula the count of your number of transactions multiplied by 5. You would then need to subtract that number from your total profit.
      As for shorting a stock, that is possible to show, but maybe I’ll just have to make a video at some point showing how to do that.
      Hope that helps some!

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

    Where can I download your spreadsheet for day trading?

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

    This is only for stocks and the formula only works if you are buying the stock right? What if you are selling the stock like futures?

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

      you can also do negative values for short selling.

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

    Tons of value, thank you so much!!

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

    You're savage dude thank you!

  • @cryptopanek2804
    @cryptopanek2804 Год назад +2

    BRO WHATS YOU MEAN NUMBER OF SHARES!!!!!!

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

    do you have this as a sample or template ?

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

      You can download this template on tickerdata.com!

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

    I'm getting problem in the formula for days of the month can anyone help me please

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

    THANK YOU VERY MUCH I WISH YOU THE BEST I REALLY LEARNED HOW TO MAKE ONE AND I COSTMISED ONE FOR ME BECUASE I WORK FOREX

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

    Hey mman, thank you for a brilliant video. Would this sheet also work for a p2p crypto trader? I only sell 1 currency on a p2p exchange, and was wondering if this sheet would work if id just skip to ever add anything in the "Bought" section. Thing is just i would need a place to were i could add in the tax, so it automatically calulated my taxes for each trade, like profit after tax. I would love to have a look at a video for a p2p crypto trader that only sells 1 coin and everytime i enter anything its always a win, but i need to have a section for how much profit it is after taxes, and we have 30% taxes in my country regardless of how big the profit is in crypto and regardless if its mining, daily trading, p2p trading etc. Thanks in advance

  • @MC-ki2jr
    @MC-ki2jr 2 года назад

    Hi There,
    thakn you for the tutorial. i am kind of stuck trying to add sumif into days of the month daily profit. it keeps giving me 0 when I try it with whatever date that has already profit. what can I possibly be doing wrong?
    2 - is it possible to formulate this spread sheet for options
    thank you in advance

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

      1 - make sure your cell format is in date format.
      2 - yes. I believe that would be possible. I have an options spreadsheet on my list of videos to make in the future.

    • @MC-ki2jr
      @MC-ki2jr 2 года назад

      @@Dividendology Would you be explain which cell please. thank you

    • @MC-ki2jr
      @MC-ki2jr 2 года назад

      @@Dividendology i went ahead and bout the spreadsheet from patreon today. i was still faced with the same issue. then I realized I left the year as 2021 rather than change it to my trading of 2022. let me know of any modification I can add to this for options please. thank you

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

    does this also calculate shorts aswell

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

    Broo thankyou for this one ❤

  • @Matthew-di9rr
    @Matthew-di9rr Год назад

    What about if you use leverage?

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

    Is it the same calcul for forex pairs?

  • @ZahdakaYAH
    @ZahdakaYAH 7 месяцев назад

    What tier on the Patreon is this spread sheet included in?

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

    Great, and very informative video. Do you have a spreadsheet for forex or indices

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

    what if youre selling shorts?

  • @BasitKhan-te4ls
    @BasitKhan-te4ls 9 месяцев назад

    Can you please share this sheet as google sheet?

    • @Dividendology
      @Dividendology  9 месяцев назад

      Yes! You can download it on my patreon page. Link in description.

  • @Nikkimarzo
    @Nikkimarzo 7 месяцев назад

    Very good! Thanks 📈 new follower here