I dont promise a 500+ pips per month, but with my signal i promise a mim. of 30 pips a day or even more. Which can be seen in my past performace.
I believe in using both fundamental and technical analysis , Using indicators Bollinger Bands , Candlestick charts ,Average Directional Movement Index (ADX) , Stochastic Oscillator, i trade with daily, 4 hour, 1 hour, 30m, and 15m.
I will start signal everyday from 8 am - 6 pm GMT. I Dont speculate the market, so i will look and monitor it at that time, so even if you miss the 1st signal doesn't matter cause there will be another, i don't take risk so i will close the order before i leave my computer.I will the most hold a order for 2 days. I grab for opportunity and go.
1 lot will be using for GBP/USD Another 1 using for EUR/USD and USD/JPY.
1 lot for swinging and another for scralping.
Strategy
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
+4.5%
+2.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:' $'});
}