My intermediate term trends strategy is executing trades when there is a low risk setup. I use fundamental and technical analysis in my trading. Trades executed based on technical analysis will be according to clearly defined support and resistance levels for currency pair and fibonacci retracements. Fundamental analysis will be based on risk sentiment in the currency and equity market according to this intermediate term trends strategy. Currency pairs traded will be Eur-Usd My trading is suitable for people who cannot commit a large sum of money for currency trading. My maximum stop loss will be 200 pips per currency pair per lot. Those of you who want steady consistent profits without risking too much of your hard earned money, add me as a signal provider and use this intermediate term trends strategy.
Kruz - intermediate term trends 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:' $'});
}