Strategy is based on 3 moving Averages, with Histogram data, When the Strong new Trend starts forming I put my trades, Mainly based on Breakouts of Channels and STRONG S&R Levels.
Most importantly I dont trade whole week, I usually trade on Monday and Tuesday, so be Patient.
The average signal depends on the depth of the trend, but in short average pips are atleast 50 Pips.
Use 0.1 lot with $1000 account
Pipmachine9 System has nothing special except the Confidence which is used in all trades, staying confident on the decisions and avoiding emotions to cut your profits.
Lets make Money Together!
Pipmachine9
Pipmachine9 - trading
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
+26.2%
-47.7%
-
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:' $'});
}