<%@page import="java.util.Iterator"%> <%@page import="java.text.DateFormat"%> <%@page import="java.text.SimpleDateFormat"%> <%@page import="java.util.List"%> <%@page import="java.util.Date"%> <%@page import="com.util.PriceVolumeDynamics"%> <%@page import="java.sql.Connection"%> <%@ include file="dbConnection.jsp" %>




<%@include file="/include/Header.jspf" %>
<%@include file="/include/contactInfo.jspf" %>
<% Connection dbConn = null; DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd"); try { dbConn = getConnection(); String[] dateList = checkifRecordsPresent(dbConn); Date date1 = dateFormat.parse(dateList[0]); Date date2 = dateFormat.parse(dateList[1]); List listData = PriceVolumeDynamics.fetchTopGainers(dbConn, date1, date2); %>
<% DateFormat sdf = new SimpleDateFormat("dd/MM/yyyy"); %> Last Updated : <%=sdf.format(date1)%>
<% Iterator it = listData.iterator(); if(listData.size() > 0) { while(it.hasNext()) { %> <% String[] result = (String[])it.next(); for(int i = 0; i < result.length; i++) { %> <% } %> <% } %> <% } else { %> <% } %>
Todays Top Gainers
Name Current Price Previous Price % Gain
> <%=result[i]%>
More...
No trend my friend!
<% listData = PriceVolumeDynamics.fetchTopLosers(dbConn, date1, date2); it = listData.iterator(); if(listData.size() > 0) { while(it.hasNext()) { %> <% String[] result = (String[])it.next(); for(int i = 0; i < result.length; i++) { %> <% } %> <% } %> <% } else { %> <% } %>
Todays Top Losers
Name Current Price Previous Price % Loss
> <%=result[i]%>
More...
No trend my friend!
<% String datesforAvg = PriceVolumeDynamics.formatDateString(dbConn); listData = PriceVolumeDynamics.fetchVolumeBusters(dbConn, date1, datesforAvg); it = listData.iterator(); if(listData.size() > 0) { while(it.hasNext()) { %> <% String[] result = (String[])it.next(); for(int i = 0; i < result.length; i++) { %> <% } %> <% } %> <% } else { %> <% } %>
Todays Volume Busters
Name Volume Average Volume
<%=result[i]%>
More...
No trend my friend!
<% } catch (Exception e) { System.out.println(); } %>

Welcome

Stock trading, Bear Market, Dividend, Limit Order, Blue chip, Book Value, P/E ratio,... What not!!! These are all few of the hundreds of terminologies that we come across every day when we try to deal with Stock Trading. "I am not aware of what all these terms mean, does it mean I can't deal with stocks?" , is the question that is been arising in all our minds from quite long ago. Let me try to research on the internet and learn this philosophy of Investing, is the next step we try to take. But where do I start, am I referring to the right kind of material, I don't have enough time for my research, Its highly complex and way too many theories and principles, are a few thoughts we face.

The stock market is way down and this has prompted a lot of people who know nothing about stocks to want to learn about the market and get involved. They are thinking this might end up being an investment opportunity of a lifetime but they don't know where to go to learn about stocks.

In today's economic climate it is even more important that your research is as thorough as it possibly can be.

NO NEED TO STRESS, ALL THE ANSWERS ARE HERE!!!!

Read more...

<%@include file="/include/worthReading.jspf" %>
<%@include file="/include/footer.jspf" %>