1
Download Node.js
Head to nodejs.org and download the LTS version. Run the installer and click through the defaults. This is free and only needs to be done once.
2
Unzip TraderScrolls
Unzip the downloaded file anywhere on your computer. A folder called TraderScrolls will appear. You can put it anywhere - your Desktop or Documents is fine.
3
Open a terminal in the folder
Windows
Open the TraderScrolls folder, hold Shift and right-click an empty space, then select "Open PowerShell window here".
Mac
Right-click the TraderScrolls folder and select "New Terminal at Folder".
4
Start the app
In the terminal, type this and press Enter:
node server.js
Your browser will open automatically at http://localhost:3000
5
Start logging
That is it. Your data saves automatically to trades.json in the TraderScrolls folder after every entry. Export to JSON or CSV anytime from inside the app.
Stopping the app
Press Ctrl+C in the terminal window to stop the server. Your data is always saved.
Your data
All trades are stored in
trades.json on your own machine. Back this file up anywhere you like. We never have access to your data.Need help?
Email hello@traderscrolls.app with any questions.