The Forex strategy is based on the critical fractal formations and wave analysis of wave one way or another.
2 corresponds to the open lot in the 4000 $ deposit if the Forex deposit you have less to reduce risks, open position according to the strategy proportions above written.
Jolly11 - system
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+1.2%
+4.4%
+17.6%
-15.1%
+4.2%
-10.1%
+12.6%
+6%
+7.3%
2010
-4.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:' $'});
}