Trading is based on combination of signals, generated at 3 trading platforms, which had been worked out during 4 years. It is the combination of parameters and indicators of MT4, consisting of 12 indicators, sliding channels and special system, created by us (EN-System). It generates signals at different time intervals from M5 to W1. The levels of support and resistance are taken into consideration. The fundamental analysis is used as well. All that generetates entry signals. We usually open signals with 1 and 2 lots.
Our goal is 100 pips per week at least and about 400 per month. We wish good luck and big profits!
nila strategy
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:' $'});
}