What time frame will you use to make your trade?
4 Hour
Which strategy will you trade?
I use several indicators
What is your potential entry setup?
I use mostly momentum/trend indicators with Support, Resistance, and Pivot Point levels.
Many people look at the market based on trend lines and Fibonacci levels. This is GREAT and does work!
But what ends up happening is so many people are waiting for the same support and resistance levels which can be both very good and very bad.
Since I like to focus on consistency in my trading I created a system where I look at the market similar to how I run. My potential entry is based on so many things coming together (which I compare to an athlete training for the big day) and when all these things come together the trade has very little risk and extremely high probability of success. (compared to a highly trained athlete on the starting line of a race)
What conditions will signal your entry trigger?
I am both a leader and a follower. Lets face it I am not the fiance minster of any given country or a billion dollar hedge fund manager. Since these are the types of institutions that determine long term trends usually I look at fundamental data based on what these types of people are doing (plus economic reports) and wait for them to match up to what I am seeing with my trend technical indicators
Where will you place your stop loss?
Normally it should not exceed 100 pips
Will you exit before your stop is hit?
Yes if the indicators change showing their is no longer a trade. Why hold a dead trade?
Which signals will cause you to exit early?
The ones that got me into the trade
ForexWink - system
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
+35.4%
-16%
+9.1%
+59.1%
-54.1%
-
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:' $'});
}