Trading system is based on combination of signals, generated at 3 trading platforms, which had been worked out during 7 years. It is the combination of parameters and indicators of MT4, consisting of 10 indicators, sliding channels and special system.
Usually the positions are opened with one lot according to the risk-management system rules. But some lots can be added in case of aggressive trading. Or 2-3 lots can be opened in order to increase the position size after having a loss more than 100 pips.
sandu - trading system
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
-32.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:' $'});
}