- Search Metals Mine
- 1,856 Results (15 Threads, 1,841 Replies)
- Gumrai replied Aug 6, 2014
It will compile if you change line 39 from string objNames[0]; to string objNames[];
I will code your EAs and Indicators for no charge
- Gumrai replied Aug 6, 2014
How's your studying going?
I Will Learn Coding in 1 Month - Give me the 80/20 of MT4 Coding
- Gumrai replied Aug 5, 2014
Sorry, I didn't mention that the hotkey is "t" Silly me!
I will code your EAs and Indicators for no charge
- Gumrai replied Aug 5, 2014
The OP probably thinks that the broker will take price just high enough to trigger the BuyStop before reversing the price, then maybe will place an order in the opposite direction.

EA that closes a pending order if price almost reaches it
- Gumrai replied Aug 5, 2014
I have only tested this very little. I believe that it does what you want. Let me know if there are problems. Sometimes, the brokers will not allow a pending order if too close to the current price. This should open a pending if price moves far ...
I will code your EAs and Indicators for no charge
- Gumrai replied Aug 5, 2014
fxdaytrader is a star for what he does for people and deserves to be applauded. Nobody should be complaining that there are too few coders willing to spend a lot of their time writing code for free. Sometimes, people get help for free, but they ...
I will code your EAs and Indicators for no charge
- Gumrai replied Aug 5, 2014
Try this. Initially it will place the Main line at the bid price If you want to move the main line, doubleclick and drag it or change the value in the properties box. The other lines will move accordingly
Draw line with predetermined pip distance from the origin line
- Gumrai replied Aug 4, 2014
I can do this for you, but I am only able to work on it when I have the spare time. If somebody else is willing to do it or if you find it elsewhere, please let me know so that I don't waste my time.
I will code your EAs and Indicators for no charge
- Gumrai replied Aug 3, 2014
Yes. Look up in the editor reference MarketInfo iTime, iHigh, iLow etc
Help with this basic bit of code?
- Gumrai replied Aug 3, 2014
Note that starting with a=0, you will be checking 101 bars including the current bar (not yet fully formed). So it is probably best to start with a=1 so that calculations only use completed bars. int a = 1; double r =0; while(a<=100) { r += ...
Help with this basic bit of code?
- Gumrai replied Aug 2, 2014
I had a quick look Try changing this (from line 138) if (TimeFrame>Period()) { datetime TimeArray1[]; ArrayCopySeries(TimeArray1,MODE_TIME,Symbol(),TimeFrame); int limit=CountBars+TimeFrame/Period(); for(i=0, int y = 0;i<limit;i++) {if ...
I will code your EAs and Indicators for no charge
- Gumrai replied Aug 1, 2014
I think that everything is explained in the thread. I'm not sure what you mean by grid size, unless you mean the input "Step" which defines the distance between orders(as a decimal, not pips). If the original order has a TP of say 50 pips, pending ...
Change "Open Order TP(target)" if other pending order triggered
- Gumrai replied Jul 30, 2014
As you have double posted, I have replied at url
EA to report Equity at specific time
- Gumrai replied Jul 30, 2014
Not tested. This is an indicator, not an EA. Best used on a chart that you do not change the timeframe frequently. Enter time with a decimal point. Ie 08:05 as 08.05
I will code your EAs and Indicators for no charge
- Gumrai replied Jul 21, 2014
Hi, I knew that there were a couple of things that I'd said that I would do, but not got round to yet. I've made some modifications to the indi. Values are now above/below alternate candles in an attempt to make the chart less cluttered. New input ...
Candle Pip Counter in MT4
- Gumrai replied Jul 19, 2014
Looking at TCMoMo's posts, it seems that he never posted a query. Amazing outburst about not getting a reply to a post that he never made

I will code your EAs and Indicators for no charge
- Gumrai replied Jul 17, 2014
"time stuff" may mean something to you but I doubt that it means anything to everybody else
I will code your EAs and Indicators for no charge
- Gumrai replied Jul 2, 2014
The name of the attachment suggests that it is a fractal indicator. Fractals indicate turning points, and is the middle of 5 bars. It needs those 2 bars, so cannot indicate on the latest/current bar.
I will code your EAs and Indicators for no charge
- Gumrai replied Jul 2, 2014
if sell == 0 means something to you, it means nothing to a coder.
I will code your EAs and Indicators for no charge