Background of the trading Forex method is an integrated basket of several currency pairs.
In case of using different pairs at a time in a portfolio a risk balancing Forex trading effect can be achieved, because intra-portfolio correlation of the chosen pairs can lead to a partial reduction in volatility of a given portfolio under specific circumstances.
The number of open Forex trading positions depends on the results of technical analysis and the market situation in general.
The strategy looks, above that, at market fundamentals aiming at a midterm and longterm gain as far as the equity curve is concerned. Additional positions of scalping type or more shortterm oriented trades are possible as well.
PortfolioRhoVariance - system Forex
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+0.1%
-1.6%
+26.5%
2010
+11.8%
+12.2%
+4.3%
+3.4%
-80.6%
+13.2%
+11.5%
-21.3%
+15.9%
+7.3%
-6.1%
-15.5%
2011
-8.2%
-18.8%
-19.1%
-17.7%
-50%
-0.3%
-
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:' $'});
}