1 / 6

Online Stock Market Simulator

Online Stock Market Simulator Cowboys Chandra Mulpuri Venu Madhav Gudladona Rajendra Veeramachaneni Sachin Kumar Chandra Mohan Features Multi-threaded server, Multi-user Limit Transactions Database using serialized objects Agents for Buy/Sell

Leo
Télécharger la présentation

Online Stock Market Simulator

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Online Stock Market Simulator Cowboys Chandra Mulpuri Venu Madhav Gudladona Rajendra Veeramachaneni Sachin Kumar Chandra Mohan

  2. Features • Multi-threaded server, Multi-user • Limit Transactions • Database using serialized objects • Agents for Buy/Sell • Scripting language to specify multiple conditions for Buy/Sell. • Advice on stocks.

  3. Grammar • S  A B C of D. • A  If E then | null • B  buy | sell • C  number • D  stock name • E  D F I J E | null • F  G | H by • G  is between K and K • H  increases | decreases • I  C % | K • J  and | or | null • K  $ C

  4. Server Side • Parser : Parses the string entered by the user and identifies the key words such as Stock names , increases , decreases , % , $ , and , or , is between and creates tokens that are stored in a vector. • An Agent is appointed that takes care of checking all the conditions specified.

  5. Features of Buy/Sell Agent • Can specify the query in various formats . • Can specify the condition using % of current value or in terms of $. • Displays error messages if syntax is violated.

  6. Buy Transaction

More Related