Its a simple strategy for day trading that keeps you in the market for short periods while taking average profit of about 15pips per trade and keeping risk at a very low possibility. Where a loss inevitably occurs draw-down is minimal and not exceeding 30pips, and this is after several profit trades. System is based on technical analysis of price action, pivot points and fundamental analysis backing.
holahabib - trading system
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:' $'});
}