Our signals are exactly based on analysing so many technical parameters such as Fibonacci series and so on which are begin since used by many of old Forex
Traders because of its accurate results. We are sure ,our signal perform Profit trades which you can lively feel in the forex market.
Form this date 5.6.2009 i only open 1 or 2 lots in this account
Thank you
Best Regards
TechFx
Strategy
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+24%
+17.5%
-26%
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:' $'});
}