C The Future

My Trades Lite for iPhone
ItemDescription
Send Support Question   Support Request
User's Guide   View User Guide PDF
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). 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, Current Risk and profit.

  • Program allows trader to keep a historical record of completed trades. Completed trades can be sorted by one of the following: Date Purchased, Date Sold, Symbol, Transaction Type, Portfolio. Items can be ordered in either ascending or descending order.

  • Trader can organize trades in Portfolios. Program allows any number of Portfolios

  • Portfolios and Closed Transactions can be printed on a printer that is Air Print enabled if iPhone 3G or greater is running IOS 4.2 or greater.

  • Data base file "Data" can be transferred to or from Mac MyStocks application via ITunes File Sharing, allowing you to take trades and trade history with you.

Technical Factors
  • Uses Web Service to retrieve Quotes From Yahoo
  • iAds to display add on main screens, in lieu of charging for application
  • Uses Sqlite database to stored Stock Sets, Transactions, Preferences
  • Threads to retrieve quotes without affecting user interaction
  • File sharing enabled to allow transferring data base file, "Data", to or from iPhone