My Signal providing strategy is based on 4 years of experience trading live Daily.
What I look for, is to provide 4-6 signals a week that can run for days or at least up to 24 hours.
When the market is tight I would provide signals based on a smaller TimeFrame such as 240min or 180 min TimeFrame and place the signal at the start of High Volume hours of the Day for that particular pair and close it at the end of High Volume hours for that pair. There are days in which I may open and close trades in minutes as the market may be moving erratically from time to time.
There are 6 basic technical market indicators that I use in my strategy such as Bollinger Bands, Parabolic Sar, Moving Averages, RSI, ADX and Volume that I have specifically tested in combination as a group of signal indicators acting as one.
A maximum of 2 Lots will be opened for the whole account at one time - 2 lots opened for the same pair or 1 Lot for two different pairs.
Happy Trading,
Caribou
caribou3 - market signal
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
+8.2%
-3.7%
-10.2%
+4%
-
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:' $'});
}