| MyTrades for Mac |
| Send Support Question
|
Support Request
|
| Program Description |
-
Program allows trader to keep track of each of their positions. Trader inputs symbol, Type of Position(Long/Short), Purchase Price, Original Stop, Live Stop, Shares. Program accesses Yahoo Quotes to fetch Quote(15 minute Delay).
Program calulates Per share risk for Original Stop(Price-Original Stop), Live Stop(Price-Live Stop), Current Per Share(Quote-Live Stop). Calculates Initial Risk( (Price-Live Stop) * shares) and Current Risk( (Quote-Live Stop) * shares) based on number of shares. Also calculates total Portfolio Risk for Initial Risk and Current Risk.
-
Stock Quotes(15 minutes delayed from Yahoo) are updated on a regular schedule. Default is 3 minutes, but trader can elect to update quotes on any time period between 3 and 60 minutes. Option Prices are not updated.
-
Trader can organize trades in Portfolios. Program allows any number of Portfolios
-
The transactions in a portfolio can be printed to a printer or PDF file.
-
The transactions in a portfolio can be exported to a comma delimted file for importing into a spreadsheet.
-
The transactions in a portfolio can be closed. Closing price, date, shares and transaction fee can be entered. Searches can be done on closed transactions to evaluate trading strategies.
-
Data base file "Data" can be transferred to or from iPhone MyStocks app via ITunes File Sharing, allowing you to take trades and trade history with you.
|
| Technical Factors |
- Uses Web Service to retrieve Quotes for stocks From Yahoo
- Uses Sqlite database to stored Stock Sets, Transactions, Preferences
- Modal Windows for Dialogue Boxes
- Timer to get quotes on periodic bases
- Threads to retrieve quotes without affecting user interaction
|
| User's Guide(Version1.2)
|
View User Guide PDF
|
|
|