NexusFi: Find Your Edge


Home Menu

 





How do you keep track of your trades?


Discussion in Psychology and Money Management

Updated
      Top Posters
    1. looks_one artemiso with 2 posts (0 thanks)
    2. looks_two MrYou with 2 posts (1 thanks)
    3. looks_3 Koepisch with 2 posts (0 thanks)
    4. looks_4 Big Mike with 1 posts (1 thanks)
    1. trending_up 3,896 views
    2. thumb_up 3 thanks given
    3. group 4 followers
    1. forum 9 posts
    2. attach_file 0 attachments




 
Search this Thread

How do you keep track of your trades?

  #1 (permalink)
 artemiso 
New York, NY
 
Experience: Beginner
Platform: Vanguard 401k
Broker: Yahoo Finance
Trading: Mutual funds
Posts: 1,152 since Jul 2012
Thanks Given: 784
Thanks Received: 2,685

I'm looking for recommendations on ways to keep track of my trades.

There are several features that I would find lovely: support for multiple brokerage accounts, cash held in different currencies, server backend for multiple users (say you have 1-5 people doing accounting, including or excluding yourself), tax allocations (allocate PnL to variably-timed cash flows from accounts with different underlying tax attributes, for tax reporting e.g. Schedule K-1, Form 1065), basic double-entry accounting to keep track of capital contributions and redemptions, organization assets and liabilities.

I'll like to know everyone's responses, although especially those of you who manage funds. What do you use, e.g. Ninjatrader only, Excel spreadsheet, GnuCash Quickbooks Premier, SAP, Advent, sage etc.?

Edit P.S.: I just got back from Tokyo! Any Boston-area futures.io (formerly BMT) members here? (:

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Better Renko Gaps
The Elite Circle
MC PL editor upgrade
MultiCharts
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Exit Strategy
NinjaTrader
ZombieSqueeze
Platforms and Indicators
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Diary of a simple price action trader
26 thanks
Just another trading journal: PA, Wyckoff & Trends
24 thanks
Tao te Trade: way of the WLD
22 thanks
My NQ Trading Journal
16 thanks
HumbleTraders next chapter
9 thanks
  #3 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,440 since Jun 2009
Thanks Given: 33,207
Thanks Received: 101,599








Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #4 (permalink)
 
bijeremiad's Avatar
 bijeremiad 
San Francisco, CA
 
Experience: Beginner
Platform: IB
Trading: Stocks
Posts: 412 since Jul 2011
Thanks Given: 286
Thanks Received: 346

I don't use them, but you can also look at Trading Journal, Trade Journal, Risk Management Software and StockTickr - A Trading Journal That Makes Traders More Profitable.

Visit my NexusFi Trade Journal Reply With Quote
  #5 (permalink)
 
MrYou's Avatar
 MrYou 
NC, USA
 
Experience: None
Platform: None Yet
Trading: Guitar
Posts: 403 since Jun 2011
Thanks Given: 618
Thanks Received: 196

For tax filling purposes TaxACT supports NinjaTrader.

Reply With Quote
Thanked by:
  #6 (permalink)
 Koepisch 
@ Germany
 
Experience: Beginner
Platform: NinjaTrader
Broker: Mirus Futures/Zen-Fire
Trading: FDAX
Posts: 569 since Nov 2011
Thanks Given: 440
Thanks Received: 518

I want to use this existing thread to ask my question, because my question is similar. To watch and control some automatic strategies which are spread at different VM's and brokers i need to build my own control tool to visualize whats going on. I've seen some screenshots from HFT related tools (i think artemiso has posted some) which are showing the current state of the strategy and the last results.

I want to show the results, the state of some internal strategy variables and some statistics for a bunch of system entities. My question is if anybody knows tools with an excellent user interface which is targeting any of my points. I want to get ideas to build my own one and looking for examples.

Thanks, Koepisch

Reply With Quote
  #7 (permalink)
lili
Indianapolis, IN
 
Posts: 38 since Nov 2012
Thanks Given: 14
Thanks Received: 21

I keep a simple trading journal in an Excel file.

For each trade I save:

a screen-shot of the charts I based my decision on, with my own comments and marks in it describing why I think this would be a good trade.

start time, end time, open amount, close amount, fees, net result.

In case of a loss, I also write a comment about what I think the reason for that failure was.

Reply With Quote
  #8 (permalink)
 
MrYou's Avatar
 MrYou 
NC, USA
 
Experience: None
Platform: None Yet
Trading: Guitar
Posts: 403 since Jun 2011
Thanks Given: 618
Thanks Received: 196


Koepisch View Post
I want to use this existing thread to ask my question, because my question is similar. To watch and control some automatic strategies which are spread at different VM's and brokers i need to build my own control tool to visualize whats going on. I've seen some screenshots from HFT related tools (i think artemiso has posted some) which are showing the current state of the strategy and the last results.

I want to show the results, the state of some internal strategy variables and some statistics for a bunch of system entities. My question is if anybody knows tools with an excellent user interface which is targeting any of my points. I want to get ideas to build my own one and looking for examples.

Thanks, Koepisch

First thing that comes to my mind is something like this:
  • All remote VMs email their latest stats to processor@somemachine (this address/machine only accepts email/SMTP connections from these VMs/VM networks).
  • An SMTP parser script verifies the email is kosher and parses the data into combined or individual csv files.
  • This processing machine has R and RStudio web interface installed (see my Quick Start Guide Wiki).
  • R scripts are ran every n minutes or days, imports the csv files, and creates info files and png graphs that are accessible via RStudio or a web-based interface from a browser or smart phone.
  • You could also have a script automatically email these results to you for more of a "push" notification system.

SMTP is a really easy way to implement a "store and forward to processing" messaging system. All this could be as secure as you wanted it to be. I could help you set this up if you desire.

Reply With Quote
  #9 (permalink)
 Koepisch 
@ Germany
 
Experience: Beginner
Platform: NinjaTrader
Broker: Mirus Futures/Zen-Fire
Trading: FDAX
Posts: 569 since Nov 2011
Thanks Given: 440
Thanks Received: 518


MrYou View Post
First thing that comes to my mind is something like this:
  • All remote VMs email their latest stats to processor@somemachine (this address/machine only accepts email/SMTP connections from these VMs/VM networks).
  • An SMTP parser script verifies the email is kosher and parses the data into combined or individual csv files.
  • This processing machine has R and RStudio web interface installed (see my Quick Start Guide Wiki).
  • R scripts are ran every n minutes or days, imports the csv files, and creates info files and png graphs that are accessible via RStudio or a web-based interface from a browser or smart phone.
  • You could also have a script automatically email these results to you for more of a "push" notification system.

SMTP is a really easy way to implement a "store and forward to processing" messaging system. All this could be as secure as you wanted it to be. I could help you set this up if you desire.

Thanks MrYou, but the data transmission isn't the question here. There will be a direct SSL secured TCP connection from every hosting system to the central application. I forget to mention that this should be also a bidirectional connection, to change the system at runtime. My question belongs to the GUI part only. I don't want use R for these purposes.

Reply With Quote
  #10 (permalink)
 
mokodo's Avatar
 mokodo 
Bridgwater, UK
 
Experience: Beginner
Platform: Ninjatrader
Broker: MB Trading
Trading: Forex
Posts: 385 since Jun 2011
Thanks Given: 525
Thanks Received: 348


If you are recording trades as a learning tool, not just as an accounting function, I suggest keeping track of the trades you don't take as well (assuming that you use some degree of discretion in your trading).

I keep a 'passes sheet' along with my trade cards so I can assess the universe of all the trades I considered, not just those I took. Just tracking trades you take opens you up to survivourship bias. It can be very illuminating to compare the live vs passed trades - although you do have to make certain assumptions regarding outcomes of those trades you passed on.

know thyself
Visit my NexusFi Trade Journal Reply With Quote
Thanked by:




Last Updated on January 5, 2013


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts