For strategy using following charts: M30-H1
Currencies:
Major: GBP/USD, EUR/USD, USD/JPY, USD/CHF
Extra: GBP/JPY,GBP/CHF, AUD/USD, USD/CAD
4 indicators in use: CCI 55 + Flat trend + MACD + MA.
The maximum number of concurrent lots: 4
The maximum drawdown is 22%
The minimum deposit for mini-forex is 1500$ (0.1 lot for mini account, 1 lot for regular account)
Working hours: for EUR/USD, GBP/USD, USD/CHF 7-12 GMT and 15-24 GMT
Working hours: for USD/JPY 00-12 GMT and 15-18 GMT
Zenden - Forex trading system
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2008
+59.2%
-40.9%
-0.9%
+4.1%
+23.7%
+18.4%
+5.5%
+40.8%
-48.1%
+48.2%
2009
+17.4%
-6.3%
+23.3%
-2.4%
+14.5%
+0.2%
+3.1%
-7.5%
+5.9%
+9.8%
-9.1%
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:' $'});
}