My strategy is based on surest entries to the trades - to determine the correct time I using technical analysis.
Therefor I using combination of several independent indicators - a crossover exponential and simple moving averages - each with a different set of values, 2 stochastic oscillators with a different set of values, ergodic CCI + trigger. Entries are also filtered magically modified MACD indicator and a further indication that it is my "secret weapon". Only when all indicators suggest the right moment, entering the position.
For determination targed profit and stop loss values, I using Fibonacci lines, or the last support - resistance levels. I set the stop loss limit is usually about 40 pips, if necessary, so up to 80 pips - this is the maximum. If the trend reversal, they are only small losses.
This strategy is built on the skelets Tlatomi, TIGA Abdul and Vegas tunnel methods, which are enriched with several other very valuable indicators.
For my work I use 4H charts.
Usually open around 10 trades in a week.
If is the right moment, I open up to 3 trades parallely, but always each trades only with a 1 lot – when trend reversal, the losses were minimized.
My strategy is very conservative, therefore gives minimal risk and almost constant while profits.
I watch the news from the world economy to a higher success rate trades.
To use this strategy, you need minimal account with $ 800 when you trade minilots (0.1 lot). Trading with 1 lot, you need a minimum $ 8,000 account.
My intention is 800 pips per month minimal, so when you trading minilots, you will have next month $ 1,600 account and you can trade with 0.2 lot, next month will be $ 3,200 account and you trade 0.4 lot ....
PS: Please excuse my poor English - it's not my native language.
el4ex8 - trade strategy
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
+63.4%
-30%
-3.1%
-18.4%
-
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:' $'});
}