My middle term trading strategy is based on shorts.
I trade in the following cross currencies: EUR/USD, USD/JPY, GBP/USD, /USD/CHF. It's possible to trade one lot for each of the crosses above at the same time (tot.: four lots).
I like to follow trend lines looking at two different time frames, giving signals between 7.00 and 7.30 (GMT) every day, and opening only market order (no pending ones).
My orders are always with stop loss and take profit limits, so you do not have to spend more time on the market (just half our in the evening): simply set the limit I provide and take the profit day by day. Look at my signals results!
Everyone can follow my middle term trading strategy.
Louis_Winthorpe_V - middle term trading strategy
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:' $'});
}