The trading system is based on the combination of classic technical analysis and the system author’s own ideas about market filtration based on analysis of every currency pair in comparison with USD, share indices, and gold price.
UPDATES (!):
*Since 21.07.2010, pairs in system EURUSD, AUDUSD, USDCHF.
*Max. Lot per one currency pair: 1; Per system: 3;
It allows you to subscribe 3lots-system but trade with only one pair / one position. In this case recommended min. account amount must be $2.000 for 0.1 lot ($10.000)
Enjoy!
Genius - trading system
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+3.7%
+3.8%
2010
+17.8%
+7.1%
-15.3%
-29.6%
-3%
-0.7%
-10.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:' $'});
}