- The Forex strategy is based on Elliott Wave Market Analysis and Forex forecasts in combination with fundamental and traditional trading concepts -
- in accordance with GFS : an additional feature has been establshed (08/07/09): in case of a non-profitable market Forex week the subscription is extended by a week -
- in the 2009 optimized strategy entry points with different targets levels are used, in case of the same currency pairs per corresponding open lot an average effect results otherwise the broader market movements by using different pairs as open positions at a time is reflected.
- the Elliott Wave system has recently being combined with fibonacci areas and support levels in most cases -
- the majors are mostly traded, hardly exotic pairs at present market
WaveDesignE - Forex system
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+2.8%
+12.3%
+3.6%
+17.4%
+11.6%
-4.7%
+14.3%
+11.5%
-28.5%
-19%
-7.9%
+25.7%
2010
+15.7%
+25.6%
-6.2%
+10.8%
-107.1%
+20.3%
+14.8%
-30.1%
+20.8%
+10.2%
-5.1%
-15.8%
2011
-3.4%
-15.1%
-21.9%
-21.2%
-39.2%
-0.6%
-
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:' $'});
}