Codes

jMasterRSX v1 by jirimac for MetaTrader 4

Based on RSX multiple timeframes for EURUSD

Forum

2'000 to 20'000 in six months.

Sorry for that title, but im trying to get some attentions :) Well, first of all, I would like to say thank you to all of you who commented on my last post regarding my previous EA ( Previous Post ). It's been a week since then and I coded a new strategy.. It might seem a lame job for you, but for

iBands

I use iBands in my EA but I cannot seem to identify the middle moving average of the bends. Any idea on how to get the middle line value since iBands only uses MODE_LOWER and MODE_UPPER? I tried using iMA with no luck. Here is my value for the bends: iMA ( NULL , 0 , 20 , 2 , MODE_SMMA , PRICE_CLOSE

How do you make two different indicators in EA to show in the same buffer?

I am working on EA, I use two indicators iRSI and iStochastic . I would like to have them both shown in the same buffer. Is there any settings for it? Because by default it shows in two different windows. Thanks a lot for any suggestions whether it is possible or not. Jiri

2'000 => 400'000k in six months!

Well, easy said. ive been developing EA for over two months now.. I had many EA, all based on different indicators, different variations etc.. But then I decided to create my own very simple EA working on very simply algorithm.. Not gonna describe the results, check the pictures and tell me what you

Select open order with the lowest OderOpenPrice

Guys, so far, i want to say thank you for all your help in the past. I already published in "Code Base" my first EA but currently working on two other with much better performance.. Ive been working very hard on this for the past two months and think i need a brake now, lol.. I would also need a

2'000 => 2'000'000 in six months!

Ok, ok, its practically impossible, i know.. Here is my related post: '2'000 => 400'000k in six months!' In case you haven't read it, this trading EA is based on very simple math algorithm.. Backtested for the past five years and its working quite well. There were few places during the past five

Finally! Simple working EA..

Well, I spend like one month trying to write an EA. I spend days and nights trying to find out out the correct combination of different indicators, but with very little or no luck. Then I read few post on this forum regarding generic algorithm, so I decided to create something very simple. I believe

iCustome

Im trying to use iCustom to get indicator into EA but it doesn't seem to pick up the values.. This is what I have in the Indicator: SetIndexBuffer ( 0 , RSI1 ) ; SetIndexBuffer ( 1 , RSI2 ) ; SetIndexBuffer ( 2 , RSI3 ) ; And this is how i define it my EA: cDRSI_0 = iCustom ( NULL , 0

Works great since 1.1.2008 but totally fails in previous years

I've seen similar EA which worked great in the last two years but were complete rubbish till 2008. So I've been wondering if there is any logic explanation for it and if you have such a EA, is there any chance it could work for the next year or so? What is your opinion on that?? Is it worth running

Profit Factor and Expected Payoff

Does anyone know what exactly is the Profit Factor and the Expected Payoff? Or how is it calculated? What numbers would be accepted as a good EA? So far, those numbers are just numbers for me, but would like to know what they exactly mean, so if you have a idea, please share it