- Search Crypto Craft
- 1,856 Results (15 Threads, 1,841 Replies)
- Gumrai replied Nov 25, 2014
You can also try double a=78.1251; double ticksize=0.25; a=NormalizeDouble(MathRound(a/ticksize)*ticksize,2); Print("a="+DoubleToStr(a,2));
Rounding to non-standard numbers in MQL4
- Gumrai replied Nov 23, 2014
int start() expects an integer to be returned. As you don't return a value you get the warning not all control paths return a value You create a label, but you don't give it any x, y co-ordinates to place it on the chart
Help displaying text on a chart
- Gumrai replied Nov 18, 2014
I've made some changes, but not tested it at all
I will code your EAs and Indicators for no charge
- Gumrai replied Nov 17, 2014
Belligni, I haven't looked at your code, but a common problem with trailing stops on shorts is when there is no initial stoploss. The code calculates a new SL and then compares it to the existing SL to see which is lowest. Of course, if no SL, the ...
I will code your EAs and Indicators for no charge
- Gumrai replied Nov 17, 2014
It is now possible to code a script etc to add a bitmap image to a chart
Is it possible to add an image to a MT4 template?
- Gumrai replied Nov 12, 2014
Hi, sorry, but I do not have any spare time at the moment
Need indicator that draws horizontal line at candles high/low
- Gumrai replied Nov 11, 2014
See if this is useful url
Indicator to highlight candles that are more than a X amount
- Gumrai replied Nov 4, 2014
This can only be achieved up to a point. Obviously orders cannot be re-opened at the original price, they would have to be opened at the prevailing market price. For some orders, price may have moved beyond their SL or TP, it is impossible to ...
Looking for a very specific EA or someone to hire
- Gumrai replied Nov 2, 2014
By closing and then then immediately re-opening the same orders, you are in exactly the same position as if you had not closed the trades. But you have handed the broker the spread and any commission for no good reason.
MT4 script or EA to open 15 pairs and close all when profitable
- Gumrai replied Oct 31, 2014
You don't say what platform you are using if it is MT4 What does it say in the Experts tab when you try to attach the indicator?
Indicator not attaching to chart
- Gumrai replied Oct 29, 2014
Sorry, I simply have no spare time at the moment
Candle Pip Counter in MT4
- Gumrai replied Oct 28, 2014
It's not really possible to suggest anything without seeing the code. You should also look in the Experts an journal logs when a trade isn't placed when it should have been. That may tell you something, but your coder friends should know that. Also ...
I will code your EAs and Indicators for no charge
- Gumrai replied Oct 28, 2014
Of course they work on indices, I have written plenty that work on them. Most likely, the problems that you are having are due to the Pip inputs. Using the Dax as an example, if it is priced at 9086.5 and you want a SL at 9076.5, you may consider ...
I will code your EAs and Indicators for no charge
- Gumrai replied Oct 7, 2014
You mean a sessions indicator. You should find plenty of those posted at various times on here I did write one some time ago, not sure if I finished it though.
How to Change Period Separator Times
- Gumrai replied Oct 7, 2014
I checked and though OBJPROP_RAY_LEFT in the code compiles ok, it doesn't actually do anything, that's why the lines stopped before. I haven't done any work with GMT in mq4 and anyway, I find that most people say GMT when they mean UK time. At the ...
How to Change Period Separator Times
- Gumrai replied Oct 7, 2014
That's strange, I wrote in the code that the TL should ray both ends. I've changed some values
How to Change Period Separator Times
- Gumrai replied Oct 5, 2014
Changed it, but not really tested it. Should be ok though.
How to Change Period Separator Times