I am use medium-term trade strategy (position can be open a few days).
In trade next instruments are used: EUR/USD, GBP/USD, USD/CAD, EUR/JPY, GBP/JPJ.
On every currency pair can be open only one lot. At the same time, on all positions, it can be open to the 4th lots (but one on every currency pair).
Trend medium-term trade strategy is used, the included in position comes true on a retracement (from a level, line of trend, fibo)
Signals, mainly, act in the morning 6:00 - 8:00 (GMT), the set aside orders are used.
The point of the system is, that every morning the levels are determined on the currency pais I mentioned above. Then the pending orders with stop-loss and take-profit are placed there. 4 lots are used for the possibility of simultanious opening the positions on 4 currency pairs at the same time accoring to this medium-term trade strategy.
smartfx - medium-term trade strategy
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
+10%
+11.7%
-8.3%
-12.1%
-4.5%
-
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:' $'});
}