- Search Crypto Craft
- 1,856 Results (15 Threads, 1,841 Replies)
- Gumrai replied Jun 24, 2013
Hi Macedonia, I'm trying to make the EA less clunky and easier to modify. I think that I get the idea of what you want and will give it some thought. Do you want it to work off the Day high/Low of your broker or of the previous 24 hours? If you are ...
Hi Lo Break EA
- Gumrai replied Jun 24, 2013
Well, I am feeling deflated. I really thought that I had followed your code and spotted the problem. I was quite exited about it as I find it so difficult to follow other people's code. Hopefully I will get there eventually.
I will code your EAs and Indicators for no charge
- Gumrai replied Jun 24, 2013
So I was right? That's a milestone for me, that I am able to read somebody else's code

I will code your EAs and Indicators for no charge
- Gumrai replied Jun 23, 2013
I'm not totally sure, but on line 48 in the code double profit = 0; doesn't appear to be used You could try replacing it with CurrentProfit = 0; I'm no expert, but it may be worth trying Seems to me CurrentProfit keeps rising to infinity
I will code your EAs and Indicators for no charge
- Gumrai replied Jun 23, 2013
Are you using Google translate by any chance? If I understand you correctly, the shadows of the candle only have to overlap the body of the previous candle So here, every candle except the first one is engulfing? image But the first candle that ...
Hi guys, I need an engulfing indicator with alert signal
- Gumrai replied Jun 23, 2013
Peaceful ?? I wish Every other house has a cockrel and they can start their crowing at 2am, Dogs barking, especially when there is a bitch on heat. The worst thing is when somebody dies. Music at ear shattering level for 4 to 7 days and up to 24 ...
Pls help fix DayStartHour option on this Market Profile indicator
- Gumrai replied Jun 23, 2013
Well, I posted it just before the weekend, so not expecting feedback as yet. Don't worry, be happy

Change "Open Order TP(target)" if other pending order triggered
- Gumrai replied Jun 23, 2013
You have to realise that you post example charts and point at patterns that are not engulfing candles. I doubt that anyone understands what you want. Explain clearly what you want and maybe somebody can help you. Ie High of the last closed candle is ...
Hi guys, I need an engulfing indicator with alert signal
- Gumrai replied Jun 23, 2013
Well as I started to learn about coding less than 2 weeks ago, I am hoping that at least a few will test it out on demo and report back any glitches. I am also hoping that in the future that people who contribute will make suggestions and I will ...
Hi Lo Break EA
- Gumrai replied Jun 23, 2013
Thank you so much for that
Stupid of me to amend a global variable in the code. I've learned a valuable lesson today, thanks to you 
Zero Divide error coding conundrum
- Gumrai replied Jun 23, 2013
I think that this will do as you want bool test() { if(High[1]>=High[iHighest( NULL, 0, MODE_HIGH, 10, 1)] || Low[1]<=Low[iLowest( NULL, 0, MODE_LOW, 10, 1)]) return (1); else return (0); } If you don't want it as a function ...
I will code your EAs and Indicators for no charge
-
Zero Divide error coding conundrum
Started Jun 23, 2013|Platform Tech|3 repliesHi, I'm having a bit of a problem with a zero divide error. I'm working on a simple EA just ...
- Gumrai replied Jun 21, 2013
I have started a new thread, hoping for suggestions to develop this EA further, It also allows me as thread starter to make changes to the first post and add new uploads if/when the EA progresses url
Looking for indicator: alert when current price equal high/low of current bar
-
Hi Lo Break EA
Started Jun 21, 2013|Platform Tech|59 repliesI am starting this thread because Macedonia requested an EA in another thread and this wasn't ...
- Gumrai replied Jun 20, 2013
That must mean something to experienced coders, but I am not an experienced coder so I apologise for not understanding

MT4 Profile Generator
- Gumrai replied Jun 20, 2013
Don't thank me until you know that it works for you

Change "Open Order TP(target)" if other pending order triggered
- Gumrai replied Jun 20, 2013
No. I am British I live in a village between Khon Kaen and UdonThani
Pls help fix DayStartHour option on this Market Profile indicator
- Gumrai replied Jun 20, 2013
I've coded this and believe that it does what you want. It doesn't matter which chart you attach it to as it is not chart dependent. You can have an open trade with EURUSD amended when a pending order with EURJPY is triggered and with the EA ...
Change "Open Order TP(target)" if other pending order triggered
- Gumrai replied Jun 19, 2013
I think that he is asking for coders to transform his manual strategies into EAs as he is unable to code them himself?
Looking for coders to help me backtest strategies