Welcome. We trade on technical analysis as well as fundamental. Our signals are sent out during London and New York opens.
Trades are opened with one lot and we may add to them if it makes sense to do so. We specify $3000 minimum account size but, of course, you can trade our signals with any amount you wish.
The maximum drawdown is a maximum and trades signals will sometimes be exited earlier.
Good luck and happy trading.
NEWTONfx - signals trades
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:' $'});
}