I will be sending a Trader message 30 mins before the execution of every trade so that you can have ample time to log into your trader account.
1. Minimum Account Size : 1000 dollars for 0.1 Lot size , 10,000 for 1 Lot size.
Lot sizes can be increased bearing this ratio in mind. That means for account size of 3000 ,You can trade 0.3 Lot Size
2. SL/TP/TRAILING STOP : Maximum stop for trade is 300 ,though the levels are usually around 40-70 pips depending on market situation. TP levels would be set according to market dictates and depending on the prevailing market session. Trade calls during Asia session would have lower TP levels and Sl levels while the European and New York Session could be higher. Again this are not fixed rules subject to market situations. Every trade call will be advised on all these things, so no worries at all guys.
Target: It is worth to state a realistic target of 150 pips minimum weekly target.
The signals are generated using Strong support and Resistance Points. Fibonacci Analysis and Trend lines. Special attention is Given to Price Action. Signals are not indicator based .This aforementioned analysis goes in consonance with close monitoring of macroeconomic news which informs every trading decision.
dudupariola - market trade
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2010
+9.2%
+9.4%
+6.3%
-28.4%
+39%
+2.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:' $'});
}