Welcome to our Forex signals. We use technicals and fundamentals in trading. We usually open positions with just one lot. We have three lots to ensure flexibility when we may decide to add to positions. 300 pips is the maximum drawdown on a trade, but we would exit a lot earlier in most cases. We use time stops as well as pip stops. Our Forex Signals tend to be sent during Europe and US opening times since we are based in the UK. All the best and happy trading.
smartfx01 - trading Forex
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+7.7%
+3.5%
+12.8%
2010
+16.9%
+17.1%
-10.7%
-2.5%
-0.1%
+6.7%
-10%
-
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:' $'});
}