Posts by RebelMartin
| Previous 1 2 Next |
|
<a href='http://www.myfxbook.com/files/RebelMartin/JournalErrorLicensePlatform.jpg' target='_blank'><img src='http://www.myfxbook.com/files/RebelMartin/JournalErrorLicensePlatform.jpg'/></a>
Having the same connection error problem, but the Martingale lot size didn't affected compare to the Beta Testing Platform.
|
|
<a href='http://www.myfxbook.com/files/RebelMartin/ConnectionError.jpg' target='_blank'><img src='http://www.myfxbook.com/files/RebelMartin/ConnectionError.jpg'/></a>
The martingale keep on stacking when connection error, that 2nd level of martingale become 0.96 Lot.
Restarting platform and delete history chart data now.
|
|
11 Jan'11 :
Manually close UsdJpy of 0.03 Lot which seem losing momentum while it earn back previous loss and have make extra $3.44.
|
|
8 Dec'10 : The first 3 day setting has been wrong using the 1 minute time frame, while still making profit.
Switch back to 1 hour time frame to have a mirror compare with the First Rebel Martin.
|
|
You can use the Custom Analysis Button to filter out which date want to do Analysis.
12 Days earn $2234.08. As using $20k over.
Ratio down is $223.40 using $2k. Gain 10% in 12 Days..
|
|
Very nice, same concept as my Forex Rebel Martin.
Using a trend indicator logic to go in, when fail, double up the position on next trade.
<a href="http://www.myfxbook.com/members/RebelMartin/forex-rebel-martin/57720"><img src="http://www.myfxbook.com/widgets/57720/large.jpg"/></a>
UsdJpy : 42/42
EurUsd : 54/54
UsdChf : 42/42
GbpUsd : 76/76
My Setting is just 50/70 for all 4 major pair.
Our Draw Down almost same, only that my Demo on Oct make only 3% while ManagedFxProfit make 24%.
My Martin power is 1.7 instead x 2.0.
The main factor will depend how good the trend indicator work.
|
|
How to create a EA that can open a long and short trade simultaneously? In Programming Nov 11 2010 at 03:33
What is your logic to open Long and Short order ?
You can try use EA template to create simple logic EA.
<a href='http://forex-rebel-martin.co.cc/class-mql-1' target='_blank'><img src='http://www.myfxbook.com/files/RebelMartin/SmallBook_WC.jpg'/></a><a href='http://forex-rebel-martin.co.cc/class-mql-1' target='_blank'><img src='http://img233.imageshack.us/img233/4753/mqlgui.jpg'/></a>
Click on the picture will give you the link to EA creator template for FREE !
|
|
First you have to define your logic first.
double PriceA = iLow(NULL, 0, Current + 1);
double MAline = iMA(NULL, 0, 3, 2, MODE_EMA, PRICE_CLOSE, Current + 1);
if ( PriceA > MAline ) BuySignal;
if ( PriceA < MAline ) SellSignal;
For beginner, you can use a better portal which do not require complex MQL code learning.
Just simple logic define.
<a href='http://forex-rebel-martin.co.cc/class-mql-1' target='_blank'><img src='http://www.myfxbook.com/files/RebelMartin/SmallBook_WC.jpg'/></a><a href='http://forex-rebel-martin.co.cc/class-mql-1' target='_blank'><i......
|
|
Reverse signal not working, it so fast change back to normal condition. Deactivating reverse signal GbpUsd.
|
|
GbpUsd has 2 loss again; seem the signal is going opposite. Reverse the signal for GbpUsd activated at this moment.
|

Share