Objective here is to get 250 pips a week with minimum draw down.
I will be trading with one pair per lot.
There would be two main trades for week, with a objective of 80+ pips.
Third and fourth lot will be for short time with 20-50 + pips potential.
I am seeking for new opportunities to grow your account with a steady pace.
Strategy is continually improving, for low draw down so as to avoid red figures.
Some information how to use signals
- Traders will have 10-15 minutes time to enter the trade.
- London session trading.
- Mostly trades will be closed on same day
- Low risk strategy
- Trades can enter the trades if i am having little drawdown, in case trade is missed.
Good luck !!
Thanks and Regards
RTL
Strategy
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+5.7%
-4.2%
+7.7%
-3.8%
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:' $'});
}