My method of entry is usually intuition along with price pattern. I do not manage my trades I placed them and forget them. After seeing how my robots trade I've learned how to trade like a robot.
I try to put one signal out per week to minimize loss. My system works best at the beginning of the week. If you miss a signal you will get the following weeks signal.
You manage your own risk. Works best with Fixed Ratio. If your account can not withstand 3 losses of 150 pips please do not use my system.
QikFireForex - trading system
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+14%
2010
+26.9%
-30.5%
+1%
+50.7%
+19.2%
+23.1%
+4.8%
-
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:' $'});
}