_rdb_The Best Free EA - page 222

 

Backtest setting for V2

can you give me setting to do back test for V2. because i have to do that but not working. my setting like this. M5, Deposit $1000 I use Fxdd OpenHour = 22, CloseHour = 6 . i test in EUR GBP. but no OP.

free $500 for new account

prolog:
Assalamualaikum, _rdb_

I've just backtested v2.

The results are astonishing.

Honestly, I have never seen such great results from other EAs

What about the mq4 file for v2?

I just have one small question which probably has been asked before.

How do I set the lot sizes to work with fxopen micro account? Because I don't see the option in the expert properties where we can select standard/micro lot sizes.

Thank you very much for sharing

Jazakumullah hu khairan
 

These are the graphs of equity increase in the accounts where I am running the v2b only.

They are both demo accounts, running for about two months. The first is with IBFX starting with about USD $10,000 initial deposit. The second one is with ATC starting with about USD $50,000 initial deposit. The settings are default and the EA was running most every day during the proper trading hours, except I did not run it at all on Fridays, and waited until the market settled down some after the open on Sunday nights to start it up. I did not close any trades manually. The max DD was around 10%.

I am still interested in hearing from anyone who is running the EA on a live account to see how it is working for you.

 

Sorry for post 2217..

.. just a click too fast...

 

Support Rdb and hame

Shame

-------------------------------------------------------------------------

even in the Spread_Hi_Lo_v1a.mq4 indicator's script still have Indonesian language that I write for function explanation...

It is really shame of them...

-------------------------------------------------------------------------

rdd could easily sue them.... although these "t.rr.r.st" are just worth

 

Support Rdb and shame on them..

Shame

-------------------------------------------------------------------------

even in the Spread_Hi_Lo_v1a.mq4 indicator's script still have Indonesian language that I write for function explanation...

It is really shame of them...

-------------------------------------------------------------------------

rdd could easily sue them.... although these "t.rr.r.sts" and their company are just worth going to the drain.. ignore them or boycott them.

Thanks for your good work rdb...

 

EA from mr. RDB has been sold by quantum-investing.com

wow..

This EA for free download, but it is now sold by quantum-investing.com

Who will buy it... but we don't know how much it is hahaha...

Please download: CemplonQuantumTrader_v5.0_Elite.rar

Thanks for mr. RDB for sharing...

 

backtest

best backtest results are with following settings:

open hour 22 close hour 0

no trading on fridays

risk setting 400 (four hundred)

max trades 5

thats only 8h a week but safe results

 

Could anybody help with this EA?

I am learning to code EA for IINWMARROWS,however it does not work.So if anybody could help to work it out?tia

lyllia

//+------------------------------------------------------------------+

//| IINWMARROWS.mq4 |

//| Based on EMA_CROSS.mq4 |

//| Copyright ?2006, MetaQuotes Software Corp. |

//| Forex Trading Software: Forex Trading Platform MetaTrader 4 |

//| Last little modified by Iin Zulkarnain |

//+------------------------------------------------------------------+

#property copyright "Copyright ?2006, MetaQuotes Software Corp."

#property link "http://www.metaquotes.net"

//----

#property indicator_chart_window

#property indicator_buffers 2

#property indicator_color1 White

#property indicator_color2 Red

#property indicator_width1 2

#property indicator_width2 2

//----

double CrossUp[];

double CrossDown[];

extern int FasterMode=3; //0=sma, 1=ema, 2=smma, 3=lwma

extern int FasterMA= 3;

extern int SlowerMode=3; //0=sma, 1=ema, 2=smma, 3=lwma

extern int SlowerMA= 3;

//+------------------------------------------------------------------+

//| Custom indicator initialization function |

//+------------------------------------------------------------------+

int init()

{

//---- indicators

SetIndexStyle(0, DRAW_ARROW, EMPTY);

SetIndexArrow(0, 233);

SetIndexBuffer(0, CrossUp);

SetIndexStyle(1, DRAW_ARROW, EMPTY);

SetIndexArrow(1, 234);

SetIndexBuffer(1, CrossDown);

//----

return(0);

}

//+------------------------------------------------------------------+

//| Custom indicator deinitialization function |

//+------------------------------------------------------------------+

int deinit()

{

//----

//----

return(0);

}

//+------------------------------------------------------------------+

//| Custom indicator iteration function |

//+------------------------------------------------------------------+

int start()

{

int limit, i, counter;

double fasterMAnow, slowerMAnow, fasterMAprevious, slowerMAprevious, fasterMAafter, slowerMAafter;

double Range, AvgRange;

int counted_bars=IndicatorCounted();

//---- check for possible errors

if(counted_bars<0) return(-1);

//---- last counted bar will be recounted

if(counted_bars>0) counted_bars--;

//----

limit=Bars-counted_bars;

for(i=0; i<=limit; i++)

{

counter=i;

Range=0;

AvgRange=0;

for(counter=i ;counter<=i+9;counter++)

{

AvgRange=AvgRange+MathAbs(High[counter]-Low[counter]);

}

Range=AvgRange/10;

fasterMAnow=iMA(NULL, 0, FasterMA, 0, FasterMode, PRICE_CLOSE, i);

fasterMAprevious=iMA(NULL, 0, FasterMA, 0, FasterMode, PRICE_CLOSE, i+1);

fasterMAafter=iMA(NULL, 0, FasterMA, 0, FasterMode, PRICE_CLOSE, i-1);

//----

slowerMAnow=iMA(NULL, 0, SlowerMA, 0, SlowerMode, PRICE_OPEN, i);

slowerMAprevious=iMA(NULL, 0, SlowerMA, 0, SlowerMode, PRICE_OPEN, i+1);

slowerMAafter=iMA(NULL, 0, SlowerMA, 0, SlowerMode, PRICE_OPEN, i-1);

if ((fasterMAnow > slowerMAnow) && (fasterMAprevious slowerMAafter))

{

CrossUp=Low - Range*0.5;

}

else if ((fasterMAnow slowerMAprevious) && (fasterMAafter < slowerMAafter))

{

CrossDown=High + Range*0.5;

}

}

return(0);

}

//+------------------------------------------------------------------+ it out.Attached original indicaor file.

 
PistolDave:
These are the graphs of equity increase in the accounts where I am running the v2b only.

They are both demo accounts, running for about two months. The first is with IBFX starting with about USD $10,000 initial deposit. The second one is with ATC starting with about USD $50,000 initial deposit. The settings are default and the EA was running most every day during the proper trading hours, except I did not run it at all on Fridays, and waited until the market settled down some after the open on Sunday nights to start it up. I did not close any trades manually. The max DD was around 10%.

I am still interested in hearing from anyone who is running the EA on a live account to see how it is working for you.

stop stop stop to make people dreaming... pliz....

RDV had made a very nice mod of this EA who could run pretty well in normal market conditions... But please do not try to share DEMO forward TESTS instead of and REAL forward with real money (even with 0.01 lot size..)...Simply Feed are not the same and spread impact are not the same too... many optimisation to do again... But is not impossible to sucess...

Try please to made a serious discussion and sharing about this EA...

 

where i can find broker that give me low spread less than 5pips that i can trade with ?

Reason: