<%@include file="/include/Header.jspf" %>
<%
DateFormat sdf = new SimpleDateFormat("dd/MM/yyyy");
%>
PATTERN DATE : <%=sdf.format(date1)%>
|
RSI
BSE Code
|
Name
|
Sector
|
Current Price
|
Non - smoothed RSI
|
Smoothed RSI
|
ROC
|
William %R
|
Volume
|
<%
Iterator it = listData.iterator();
if(listData.size() > 0) {
while(it.hasNext()) {
%>
<%
String[] result = (String[])it.next();
for(int i = 0; i < result.length; i++) {
%>
<%=result[i]%>
|
<%
}
%>
<%
}
} else { %>
No trend my friend! |
<%
}
%>
|
ROC
BSE Code
|
Name
|
Sector
|
Current Price
|
Non - smoothed RSI
|
Smoothed RSI
|
ROC
|
William %R
|
Volume
|
<%
it = listData.iterator();
if(listData.size() > 0) {
while(it.hasNext()) {
%>
<%
String[] result = (String[])it.next();
for(int i = 0; i < result.length; i++) {
%>
<%=result[i]%>
|
<%
}
%>
<%
}
} else { %>
No trend my friend! |
<%
}
%>
|
William %R
BSE Code
|
Name
|
Sector
|
Current Price
|
Non - smoothed RSI
|
Smoothed RSI
|
ROC
|
William %R
|
Volume
|
<%
it = listData.iterator();
if(listData.size() > 0) {
while(it.hasNext()) {
%>
<%
String[] result = (String[])it.next();
for(int i = 0; i < result.length; i++) {
%>
<%=result[i]%>
|
<%
}
%>
<%
}
} else { %>
No trend my friend! |
<%
}
%>
|
<%
} catch (Exception e) {
System.out.println("Error in fetching over bought / sold details " + e);
} finally {
dbConn.close();
}
%>
<%@ include file="/include/footer.jspf" %>