Multi EA - page 3

 

Thank you

First of all thank you for your kindest words..

The mini version its here and i fixed the mini lot

Files:
 
M256:
Thanks for sharing, bud, the indicator looks great.

Is it your creation? Can you explain what it is based of?

Concerning the EA, I couldn't get it to work.I have the "Cannot open file" error even though I copied the file in the exact name as used in your EA. I hope appreciate help on this problem.

Lots of pips everyone :-)

Hi M256..

No, the author its Jurik and Nicolay Kositsin translated to mq4..

This indicator is absolutely identical to the classical oscillator

and the same with RSI methods of technical analysis may be applicable

to this indicator as well. Because of use more absolute

algorithmes of smoothing this indicator is having lesser

delay and more smoothed curve.

About the EA i dont understand your error.. Could u please tell me more..

What says the journal tab?

 
rzamany:
i backtested this ea with the setting that you use to backtest in first post but i didnt receive your result in first post.

Hi rzamany..

Do you backtest EurUsd H1? What's your modelling quality?

 
european:
hellkas,

thanks for sharing your EA, some nice ideas in the code.

What 'bsi' stands for?

Do you plan any improvements?

euro

Hi euro

The bsi give the direction of all the indicator/pair..

bsi=0;

if (vTrig>2) bsi=1; // Long

if (vTrig<-2) bsi=-1; // Short

if (pair>"USD") bsi=bsi*(-1);

vTrig its one indicator.. if two indicators > 50 the bsi its long

 
Mr. Roboto:
Wow hellkas,

This EA is giving some really awesome backtesting results! Thank you so much for sharing. You're a really generous guy.

If you don't mind, could you explain what the different parameters stand for? Also, could you explain the strategy underlying the EA?

Hi Mr. Roboto..

The different parameters depend if u want a agressive money management or not..

Its a correlation EA and it works in the following way:

If the EurUsd JRSX [3] its below 50, GbpUsd JRSX [3] its below 50 and UsdChf JRSX [3] its above 50 u go short EurUSd and GbpUsd.. And long UsdChf.. And vice versa...

 

Great EA, Hellkas

And very creative concept. Thanks a lot.

Hats off !!!!

 
european:
hellkas,

thanks for sharing your EA, some nice ideas in the code.

What 'bsi' stands for?

Do you plan any improvements?

euro

What ideas u liked?

Yes of course.. I plan a few improvements mainly in the hours less volatile..

 
hellkas:
Hi matrixebiz..

You are right.. I already fix the EA..

Hi prefer H1 but u can try H4 or M30..

Cool What is the 'm' version for? IBFX live accounts?

 
matrixebiz:
What do you put for these settings?

Lots=5 and MinLot=0.1

Is lots like how many lots to trade and MinLot is like lot size?

What do I use if I want the EA to trade up to a max of 3 open orders and lot size of 0.01?

What TF seems to be the best for this?

Thanks

Hi matrixebiz..

You are right.. I already fix the EA..

Hi prefer H1 but u can try H4 or M30..

 
matrixebiz:
Cool What is the 'm' version for? IBFX live accounts?

Yes, the IBFX mini accounts have the "m" like EURUSDm..

This way I think that the problem of the FerruFx and more some friends is solved

Reason: