- Search Crypto Craft
- 1,856 Results (15 Threads, 1,841 Replies)
- Gumrai replied Mar 7, 2014
Yes, but I can't help you with your code until you show what you have done so far.
Bollinger Bands Value Indicator
- Gumrai replied Mar 7, 2014
Sure. Show your indicator code that you have done so far and I will help you to do it.
Bollinger Bands Value Indicator
- Gumrai replied Mar 6, 2014
I know that it is weird, but don't search for OrderSend(), search for OrderSend Either that or in the editor write OrderSend() and click anywhere within OrderSend() and press F1
Learn New MQL Coding
- Gumrai replied Mar 4, 2014
That may be one of my problems. With using the old mql4 code, I am conditioned that when talking about objects, we are referring to trend-lines, labels, rectangles etc. I think that objects in OOP has a different definition
Learn New MQL Coding
- Gumrai replied Mar 4, 2014
Thank You BrokeTrader. But I guess that I am just too stupid to understand. Your recent posts have not been "Dumbed down" enough for me, so I have no idea what you are talking about. Please keep up the good work as I am sure that everyone is not as ...
Learn New MQL Coding
- Gumrai replied Mar 3, 2014
Re code indentation... I will try to do it as you ask if( a < 10 ) { b++; } But the way I prefer to do it is if( a < 10 ) { b++; } I apologise in advance as I WILL slip into what is comfortable for me Experienced programmers may understand what this ...
Learn New MQL Coding
- Gumrai replied Mar 3, 2014
Great idea, although I fell that I am reasonably competent in coding with the old builds, a lot of this new stuff is beyond me.

Learn New MQL Coding
- Gumrai replied Mar 2, 2014
You'll probably have to explain what you mean by "break-even EA" and what you expect it to do.
Need Break Even EA for MT4 600+
- Gumrai replied Mar 2, 2014
[quote=stormtrader;7313491]can someone help me here? How can i get an ea to allow more than one trades on the same pair at the same time? /quote] If MT4, no problem also buy and sell at the same time? If the broker doesn't allow it, then you cannot
I will code your EAs and Indicators for no charge
- Gumrai replied Feb 28, 2014
I will be happy to help, but you need to sort out your code so that it doesn't use "future" data first.
HELP - this code is not refreshing itself
- Gumrai replied Feb 28, 2014
What is it with you and writing indis that use "future data? bool up=true; for(i=limit-2; i>=0; i--) { current=ExtBuffer0[i]; prev=ExtBuffer0[i+1]; if (((current<0)&&(prev>0))||(current<0)) up= false; if (((current>0)&&(prev<0))||(current>0)) up= ...
HELP - this code is not refreshing itself
- Gumrai replied Feb 28, 2014
Are you using the old Deinit or the new OnDeinit? Documentation doesn't explain very well, but it seems that void OnDeinit(const int reason) { } inserted in your code exactly like that covers all Deinit reasons My indis are updated whenever I ...
MQL4 manual and automatic chart update on recompilation
- Gumrai replied Feb 27, 2014
Copy the indi as indi2 and then you will be able to put the 2nd one on your chart
I will code your EAs and Indicators for no charge
- Gumrai replied Feb 24, 2014
If you want help, you need to attach the indicator.
I will code your EAs and Indicators for no charge
-
In Case It Hasn't Been Mentioned - metatrader anagram
Started Feb 21, 2014|Platform Tech|8 repliesI see many many people unhappy with the recent MT4 upgrade. Something to make you smile ...