this trading style is using proven and relatively conservative methods for signals - under specific market conditions.
Having more than one position is a good way to take the intensity out of a trade, by having - as an example - different exit points at hand.
This strategy uses oscillators, pivot points and RSI extreme level indications, for example
Reversal patterns, hesitation patterns and breakout patterns are analysed as well.
I look look for trade that flow in any direction. While forex trading easily permits bi-directional trade, trading in the direction of the trend or against it is possible.
The major pairs are a more important part of the strategy than others.
gain_currency_pro - system trading
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+12.2%
+9.4%
-17%
+17.7%
+10.9%
-39.9%
+12.2%
+0.6%
+34.3%
2010
+26.4%
+19.3%
-0.4%
+14.6%
-52.5%
+27%
+17.3%
-29.8%
+28%
+11.5%
-27.6%
-9.6%
2011
+5.4%
-7.9%
-27.8%
-46.8%
-8.9%
-0.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:' $'});
}