A mid-term trading strategy, providing the low-risk signals Forex. The positions are open with 1 lot, taking into consideration, that the account is $6000, but not more than 2 lots can be opened simultaneously. The trading is usually done in channels and according to the trend direction. The signals Forex can be given at any time, and usually there are 3-10 signals a month. The positions can be opened as both market and pending orders and can last from several hours to several days. The stop-losses are about 80-140 pips.
Speaking about the analysis we can tell, that it is mostly technical and is done on the D1 graph. The signals can be used by by both beginners and experienced traders. Looking back to my experience I can tell, that a stable profit can be expected. The main point is to follow the signals Forex precisely without any deviations.
qwe35 - signals Forex
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
+39.6%
-7.7%
-20.3%
+11.8%
-38.6%
-
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:' $'});
}