This is intraday trading system with Systematic increase in profit. We work on break therefore for some days we can realise monthly potential of the market. I try to explain each step of giving signals.
The positions are opened with the use of AO and AS signals. Usually the trading system enters the market with 2 or 3 lots, or some lots are added later, if the trend is moving in the right direction or other signals for increasing the number of lots appear. The trading system exits the market, when the certain profit level is reached or in case of signals to open positions in the opposite direction appear. The risk is limited by 100 pips, which isn’t really much. So, the risk is quite frugal.
Good Luck with Easy3lots!
Easy3lots - trading system
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2009
+3%
+7.2%
+10%
2010
-5.4%
+0.1%
-7.5%
-
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:' $'});
}