jirimac
jirimac
Friends

Add friends via their profile or user search and you will be able to see if they are online

jirimac
Registered at MQL5.community
jirimac
Added topic 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
jirimac
Added topic 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
jirimac
Added topic 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
jirimac
Added topic 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
jirimac
Added topic 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
jirimac
Added topic 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
jirimac
Added topic 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
jirimac
Added topic 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
jirimac
Added topic 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
jirimac
Added topic 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
jirimac
Added topic Order History - global or local?
Well, the question is, when i have EA and set to trade only trade at the time and then have another script running in other pair or whatever with the same thing, just one trade at a time (done by OrderSelect MODE_HISTORY) doest that mean that when
jirimac
Added topic Only one buy and one sell position at any point of time
Hi, i was looking throught the forum traying to find aswers to my question but found nothing. Im pretty new to MQL but trying my best. Well, the question is I have this code but it only opens one buy position. I would like to have second set of code
jirimac
Added topic How reliable is Tester?
Hello, I am quite new to this forum, but i've been here a lot in the last couple of weeks to read through the Documentations and other user post for help when I was writing my own EA code. Well, here is the question. I wrote this code and like to ask