Tuesday, 9 April 2013
Sunday, 7 April 2013
First
ot only India, but global markets as a whole are
wading into a deep and vicious bear market. Given the kind of fall seen
in Indian shares in the last few sessions, one should be prepared for something more serious in next few months , cautions Shankar Sharma of First Global.
“It is going to be a global bear market and not just an emerging bear market because things like Cyprus are no less worse than a Lehman. This bear market is like a wiper snake which causes a very painful death. I don’t think this is a slow death; this is going to be a very prolonged, but extremely painful. It is not going to be easy drifting down kind of bear market,” he said in an interview to CNBC-TV18.
India’s macro economic scenario is unlikely to improve soon and corporate earnings are seen weak this next year. Continuing his bearish tone, he said, the Sensex is likely to crash from the current 18,500 levels all the way down t
“It is going to be a global bear market and not just an emerging bear market because things like Cyprus are no less worse than a Lehman. This bear market is like a wiper snake which causes a very painful death. I don’t think this is a slow death; this is going to be a very prolonged, but extremely painful. It is not going to be easy drifting down kind of bear market,” he said in an interview to CNBC-TV18.
India’s macro economic scenario is unlikely to improve soon and corporate earnings are seen weak this next year. Continuing his bearish tone, he said, the Sensex is likely to crash from the current 18,500 levels all the way down t
Phase
@font-face {
font-family: "DejaVu Sans";
src: url("fonts/DejaVuSans.ttf");
}
@font-face {
font-family: "DejaVu Sans";
src: url("fonts/DejaVuSans-Bold.ttf");
font-weight: bold;
}
@font-face {
font-family: "DejaVu Sans";
src: url("fonts/DejaVuSans-Oblique.ttf");
font-style: italic, oblique;
}
@font-face {
font-family: "DejaVu Sans";
src: url("fonts/DejaVuSans-BoldOblique.ttf");
font-weight: bold;
font-style: italic, oblique;
}Saturday, 6 April 2013
Trail
Color-hex.com gives information about colors including color models
(RGB,HSL,HSV and CMYK), Triadic colors, monochromatic colors and
analogous colors calculated in color page. Color-hex.com also generates a
simple css code for the selected color.
Html element samples are also shown below the color detail page.
Simply type the 6 digit color code in the box above and hit enter.
Wednesday, 27 March 2013
ellow
My 2 nd post TP= Param("Time Periods",14,1,50);
PlusDM= IIf(High>Ref(High,-1) AND
Low>=Ref(Low,-1), High-Ref(High,-1),
IIf(High>Ref(High,-1) AND Low<Ref(Low,-1)
AND High-Ref(High,-1)>Ref(Low,-1)-Low,
High-Ref(High,-1), 0));
DIPlus= 100 * Wilders(PlusDM,TP) /
ATR(TP);
MinusDM= IIf(Low<Ref(Low,-1) AND
High<=Ref(High,-1), Ref(Low,-1)-Low,
IIf(High>Ref(High,-1) AND Low<Ref(Low,-1)
AND High-Ref(High,-1)<Ref(Low,-1)-Low,
Ref(Low,-1)-Low,...


