My experience is my main strength. I trade mainly through technicals. I wait for the right opportunity to enter the market. Mostly I trade with only two lots. The third lot is used as a covering lot. My trades could come any time of the market day, but mainly they will be coming between 6:00GMT to 18:00GMT.
Panjwan - market trade
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
+8.6%
-8.6%
+6.8%
-
function drawChartD() {
var data = new google.visualization.DataTable();
data.addColumn('date', 'Date');
data.addColumn('number', '$');
data.addColumn('string', 'title1');
data.addColumn('string', 'text1');
data.addRows([[new Date(, ,), , undefined, undefined]]);
var chart = new google.visualization.AnnotatedTimeLine(document.getElementById('chart_div'));
chart.draw(data, {displayAnnotations:true,allValuesSuffix:' $'});
}