How to Make a Trading Journal in Excel (with Easy Steps)

Let’s say we have a dataset that contains information about several Trades. We will make a trading journal in Excel using Mathematical formulas, the SUM function, and creating a waterfall chart.

make a trading journal in excel


Step 1 – Create Dataset with Proper Parameters

Our dataset contains the trading company name, trade types, the quantity of trades, entry and exit price of trades for a day, profit and loss, commission, and so on.

Create a table and input the information according to the screenshot below.

make a trading journal in excel


Step 2 – Calculate Individual Commission and Profit/Loss

  • Select cell I10.
  • Enter the following formula:
=E10*0.5%

E10 is the trade Quantity, and 0.5% is the commission.

make a trading journal in excel

  • Press Enter on your keyboard. You will be able to get the return of the mathematical formula and the return is $2.50.

  • AutoFill the mathematical formula to the rest of the cells in column I.

make a trading journal in excel

  • Select cell J10.
  • Copy the following formula into it:
=H10-I10

H10 is the Profit or Loss, and I10 is the commission.

  • Press Enter.

make a trading journal in excel

  • AutoFill the mathematical formula to the rest of the cells in column J.


Step 3 – Calculate Total Profit

  • Input the following formula in H5:
=SUM(J10:J16)
  • Press Enter.

make a trading journal in excel

  • Use the following formula in H6 for the total account balance:
=G4+G5

G4 is the starting account balance, and G5 is the total profit or loss.


Step 4 – Create Waterfall Chart

  • Select the range of data to draw a waterfall chart. We selected C10:C16 and J10:J16.
  • From the Insert tab in the ribbon, go to Recommended Charts

make a trading journal in excel

  • An Insert Chart dialog box will appear in front of you. Go to All Charts and select Waterfall.
  • Click on OK.

  • Excel will create a Waterfall chart.

make a trading journal in excel


Things to Remember

#N/A! error arises when the formula or a function in the formula fails to find the referenced data.

#DIV/0! error happens when a value is divided by zero(0) or the cell reference is blank.


Download Practice Workbook

Download this practice workbook you can use as a template.


Related Articles


<< Go Back to Journal Entries in Excel | Excel for Accounting | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Md. Abdur Rahim Rasel
Md. Abdur Rahim Rasel

MD. ABDUR RAHIM is a marine engineer proficient in Excel and passionate about programming with VBA. He views programming as an efficient means to save time while managing data, handling files, and engaging with the internet. His interests extend to Rhino3D, Maxsurf C++, AutoCAD, Deep Neural Networks, and Machine Learning, reflecting his versatile skill set. He earned a B.Sc in Naval Architecture & Marine Engineering from BUET, and now he has become a content developer, creating technical content... Read Full Bio

1 Comment
  1. Thank you for your journal!

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo