- Search Crypto Craft
- 1,856 Results (15 Threads, 1,841 Replies)
- Gumrai replied Aug 11, 2013
Hi Xandi, this has only been tested in strategy tester, so totally unknown in the live market. I'm only attaching it so that hopefully a few people will do some testing with it and expose any problems. I think that it does what you ask. There are ...
Change "Open Order TP(target)" if other pending order triggered
- Gumrai replied Aug 10, 2013
Thankyou for your kind words Findogg. I didn't see your post earlier as I had the thread open and working on my reply to Xandi when you posted. No worries about sharing. As far as I am concerned, any and all developments of this EA will be available ...
Change "Open Order TP(target)" if other pending order triggered
- Gumrai replied Aug 10, 2013
If price has moved so that the price is further away from your stop, it will catch up to an extent , I believe. I think that if, for example you have a 50 pip trailing stopand price has moved up 100 pips and then retraced 20, the trailing stop will ...
Manual Trading on MT4 - Do I need a VPS?
- Gumrai replied Aug 9, 2013
Try changing for(int i = ObjectsTotal()+1; i >= 0; i--) to for(int i = ObjectsTotal()-1; i >= 0; i--)
Rectangle extension indicator modification
- Gumrai replied Aug 9, 2013
The indicator writes a comment, there are no x or y co-ordinates
I will code your EAs and Indicators for no charge
- Gumrai replied Aug 9, 2013
It really doesn't matter what the definition is. What is important is the general consensus and I would think that more than 99% of traders agree that with the EURUSD 0.00010 is 1 pip and with the Japanese pairs 0.010. There will be ...
Pip definition - Are people on forex factory abbreviating?
- Gumrai replied Aug 8, 2013
Flattery will get you everywhere
OK, I think that I get it now. Don't expect anything too soon though as it will take some time. I'm gradually getting quicker and making less mistakes as I learn about coding, but it is still an uphill struggle. I ...Change "Open Order TP(target)" if other pending order triggered
- Gumrai replied Aug 7, 2013
No, still not sure. Walk me through it. Place a buy order at x with TP at y If TP is hit a pending buy limit order is opened, entry at y-50 pips as price goes higher than y the limit order is modified so that if, for example, price reaches a high of ...
Change "Open Order TP(target)" if other pending order triggered
- Gumrai replied Aug 7, 2013
Hours and hours I have wasted on exactly this sort of thing. It doesn't make sense does it? There's quite a thread about it on the MQL4 forum. Hopefully Raptor will see this as he knows the answers. I get over it by ...
Bug in simple code, please help to pinpoint
- Gumrai replied Aug 7, 2013
Hmmmmm Maybe I'm a bit slow, but not sure of the exact format here
I think that I can do the "Trailing Limit Buy" OK, just not sure how you want to link it to this EA Do you want the "Trailing Limit Buy" to replace the Master trade and ...Change "Open Order TP(target)" if other pending order triggered
- Gumrai replied Aug 7, 2013
Made a slight adjustment and reposting. What worked in the strategy tester didn't work so well in real time

Change "Open Order TP(target)" if other pending order triggered
- Gumrai replied Aug 7, 2013
Then Then you have some code that does some counting but doesn't appear to do anything with the result followed by which you have already tested (first quote) and know to be false otherwise the ELSE would not have been carried out. There is nothing ...
Counting Multiple Orders With Multiple Magic Numbers in one EA
- Gumrai replied Aug 7, 2013
Ok, this has only been tried in the strategy tester and it seems to function OK It only works with Limit orders What should happen is that when the TP is hit, the order that was triggered last will be reset So, if your original trade hits TP, then a ...
Change "Open Order TP(target)" if other pending order triggered
- Gumrai replied Aug 6, 2013
I hope that you find it works OK. Please note that I added an edit to the post before yours
Hi Lo Break EA
- Gumrai replied Aug 5, 2013
Well, I think that I have finally sorted this out Macedonia. Basically the inputs are the same as in post#22, except now there is DailyExceedBy - the amount in pips to exceed the previous day's high/low for the Daily trade only RiskPerTrade (in%) ...
Hi Lo Break EA
- Gumrai replied Aug 5, 2013
Hi Xandi, yes, I've been busy. Unfortunately, not achieving much just lately though. I'm learning about coding as I go, and I have hit one stumbling block after another. I will get there eventually, but it is slow progress

Change "Open Order TP(target)" if other pending order triggered
- Gumrai replied Aug 5, 2013
I've been working on Macedonia's Daily Master and lower tf hedge and I keep finding new difficulties. Every time that I think that I have it sorted, I find new problems when I run it through the strategy tester. It's frustrating, but it is helping ...
Hi Lo Break EA
- Gumrai replied Aug 4, 2013
What do you mean by "login to a trade explorer account"? Do you mean set one up or change the options?
My problem: Protecting Mt4 Account against unauthorized Login!
- Gumrai replied Aug 2, 2013
That doesn't work, the test fails
What Happened to Email Alerts on Metatrader 4?
- Gumrai replied Aug 2, 2013
It could be useful when trading correlated pairs at a reduced risk per trade.
AccountEquity vs. AccountBalance EA or Code?