It is a mid-term trading strategy. Strategy trades 5 currency pairs on the market: EUR/USD, EUR/JPY, GBP/USD, GBP/JPY and AUD/JPY (AUD/JPY isn't supported by GFS currently). Strategy uses 1 lot per one pair. Strategy trades when market situation gives possibility to open profitable with confidence probability. 2-4 lots can be opened in the same time if market situation gives possibility to open order by several pairs.
PositionTrader - trading
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+26.7%
-9.6%
-7.2%
-28.6%
+0.3%
-7%
-22.2%
2010
-12.9%
-7.2%
-
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:' $'});
}