My strategy is based on technical analysis with a look at basic fudamental news. I use technical indicators such as Moving average, Bolinger Bands, trend lines, levels of support and resistance .
Mostly, I like to use GBP/USD, EUR/USD and EUR/JPY.
The stop loss in system is limited to max. 150 pips.
I recommend to risk no more than 3% of total balance per trade, no matter what size is your account.
Working hours are mostly at Europe and USA session. Term for open position is 15 min to 3 days mostly.
Strategy of espar
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:' $'});
}