This is a fundamental-based system works mostly based on price action before and during the news release signals. The system was developed using my years of experience in the markets.
Most of the signals come in Asian session. I normally do not risk more than 2% of the account. The Money Management technique used here is the result of my years of research in this field and should be followed accurately.
TRT - system signals
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2008
+9.4%
+7.8%
+12.6%
+7.1%
2009
+3.4%
+9.4%
+2.4%
+3.9%
-7.3%
-2.9%
-6.9%
+3%
+0.7%
-15.6%
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:' $'});
}