The 3C Portfolio Manager is an essential addon to your 3Commas experience. It enables you to manage your DCA bots with greater analytics, real-time alerting, and tons of additional features. It's a downloadable desktop application that's supported across Mac OS, Windows, and Linux operating systems. We are always expanding and adding new features! You may have seen this before as the 3C Portfolio Manager. That Google Sheet was the project that paved the way for the success of this application.
- Download the latest release for your OS from the sidebar.
- Depending on how you're downloading this file you could get an unsafe file warning. For more information read Why should I trust this? and Unsafe File Warning.
- You can find the latest release here. Scroll to the bottom and you'll find the download links under
Assets
.
- Run the installer on your computer (or a local VM)
- Add your API keys to the application, run
Test API keys
- The API keys should be read-only access in 3C to bots / smart trades / accounts
- Choose a filter currency, the start date, and enable an account.
- If you have funds in your account that you do not want to be used in calculations add that to the
Reserved Bankroll
field
- If you have funds in your account that you do not want to be used in calculations add that to the
- Click Save. This will download the deal data, bots, and account information from 3commas
- Start to profit!
If you find yourself asking "Why did you go from Google Sheets to an Electron app? I love sheets!" then read below!
There were two reasons in the consideration of switching, the limitations/performance of sheet storage and the pain of end-users updating the sheet.
As you might know, Google Sheets limits your entire sheet to be about five million cells which means you cannot have all of your transaction data and for some people, you can only have a small subset of your recent deals. We went through a long process of pruning the data not needed and becoming critical of each column that we added. We even took the step of limiting the sheet to only about 5000 deals, however, this was still about 300k columns and a 2-6 minute data refresh the experience.
How long have you used the sheet? Was it during the period when we had a new update every hour it seemed? So you may have experienced the pain updating was. It meant you had to...
- Go copy the new sheet
- Delete your old sheet
- Regenerate your API keys
- Put them in the new sheet
- Hope the sheet took them without hitting an error that required private browsing...
- Resync the entire sheet
- Now you have your data again.
Did that feel like a lot to you? Imagine doing it every time we release a new version. It's a pain, sometimes even I wouldn't update to the new version since it wasn't worth it. Now with it being local, that means all you need to do is download the latest version, run the installer and you're done! Everything under the hood is stored directly on your computer. Which means it's also far safer.
I know, quite a few people might be up in arms about requiring a download on their computer to use this. It was ultimately a tough decision but one that I hope you agree made sense. There were a few considerations:
- Cost. Running an application through a website is not cheap, requires a lot of work to maintain, and is difficult to scale for a small project.
- Data storage / security. Building a website requires storing your API keys, transaction data, managing cookies, logins, and more on a database that you have to trust us to keep secure. I don't need that on my conscience right now. Having a local app means that your data is as secure as you keep your computer. It's stored with normal application files, encrypted when necessary, and about as isolated from the world as a database can get. This also means that you're fully in control of your data at all times.
Well, for starters you shouldn't; At least, not right away. Every time you try something new you should ask yourself a few questions. (Let's do another list!).
Right away you can see that this is my real profile with all my real information tied to it. I have a small but important reputation to uphold. A quick google search will show you more than I care to see about myself. Anyone who works on this project has to go through me before getting their code approved for the project. So, at a bare minimum, you have that level of trust.
We have reduced the need for data altogether in this project. The keys are read-only, do not send you data off anywhere, and quite frankly transactional data history is boring.
You can search through the code for anything you want to find, it's all available to you. Many people have used this, ran it through virus scanners and the works. At the end of the day I'm building this for myself but the community benefits as well.
If you are downloading this for the first time you may get an Unsafe file warning
within Edge / Chrome / Firefox. This is because the file is currently an unsigned download. Code Signing costs money and takes time. Unfortunetly, this project has not reached that point yet.
How can you help?
- Consider buying a coffee to support the project. If we can raise enough we can look into getting a code signing certificate. They run about $300 - $600 / yr. You can buy a coffee here!
- Flag the file as safe once you've downloaded this. The more reports we get the less it'll happen!
- Edge: Click the three dots >
report this file as safe
.
- Edge: Click the three dots >
If you still feel unsafe downloading this file you can download the source code and compile it yourself, or run it through any virus scanner.