The "Max Pro Elite" family of system trading or "MPE" is a dynamic conceptual approach to maximize profits in an ever changing Forex Market. The trading is mostly technical, but at the same time the news reports are not ignored when giving Forex signals.
Positions are opened with 1-3 lots. The following currency pairs are used in Forex Signals at this time: EUR/USD, GBP/USD, USD/JPY, USD/CHF, USD/CAD ,AUD/USD, NZD/USD.
NO OVER TRADING! You will normally have plenty of time to place your trades with this system, so you will not miss out on a Forex signal. I recommend taking advantage of the EA for maximum performance. So don't miss out!
MPE - Forex signals system
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
+30.2%
+17.6%
-4.2%
2011
+17.7%
+2.2%
-22.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:' $'});
}