I provide intraday trading signals i.e. 3 signals per day.
My target for the week is 500 pips though I overshoot this target most of the time
I do much of intraday trading and a position can not be open for more than 24hrs.
Trades are placed between 6.00 - 11.00 GMT. All open trades are closed same time everyday(+ve or -ve) to avoid the possibility of floating losses. Hence, my performance is a true representation of what is reflected on the performance page of GFsignals site.
Subscribe to my forex signals today and get the most satisfying trading signals in the history of forex signals.
Together, we can fly!
Strategy
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
+45.9%
-21.9%
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:' $'});
}