- Search Forex Factory
- 1,856 Results (15 Threads, 1,841 Replies)
- Gumrai replied Jan 14, 2017
If you have a 6 digit broker you will need to input the pip decimal
- Gumrai replied Dec 29, 2016
I have very little time to do any modifications at the moment.
- Gumrai replied Dec 20, 2016
is "Â" meant to mean something?
- Gumrai replied Dec 18, 2016
That is metaeditor, click Help/about in the MT4 platform, not the editor
- Gumrai replied Dec 5, 2016
This thread is about coding in mq4 not 5
- Gumrai replied Dec 4, 2016
There is no point as any change of zoom or price scale will make it no longer a square.
- Gumrai replied Dec 3, 2016
If you want somebody to help you, use descriptive names of variables in your EA extern double blots = 0.01; //Base lot size extern double xtor = 1.6; //Martingale multiplicator extern double increment = 0.01; //Scaler increment extern int atr_p = ...
- Gumrai replied Dec 2, 2016
The dashboards simply allow you to access information without scrolling through all the charts and time-frames. What you do with that information is up to you. Individual traders probably have many different ways of using that information in their ...
- Gumrai replied Dec 2, 2016
Remember that if you are placing trades on other symbols, you have to get the Bid/Ask price for that symbol double S_ask=SymbolInfoDouble("GBPUSDecn",SYMBOL_ASK); double S_bid=SymbolInfoDouble("GBPUSDecn",SYMBOL_BID);
- Gumrai replied Dec 1, 2016
Hello, I had forgotten about the trade lines as I rarely have them showing. The best that I can do quickly is to add inputs for the x and y co-ordinates so that will allow you to place the board where you wish. I also noticed on your chart that ...
- Gumrai replied Dec 1, 2016
I don't know what you are referring to. I don't have any spare time at the moment.
- Gumrai replied Nov 24, 2016
Unbelievable! You are a regular asking for free coding and you are not at all embarrassed to ask for someone to modify the code to make it acceptable to sell in the MQL5 market? This is why many coders will not post the mq4 files.
- Gumrai replied Nov 20, 2016
The complaints were because of the many,many bugs as there was not enough beta testing before issuing the upgrades. Also some indicators and EAs when re-compiled were incompatible. I think that most coders welcomed the new additions to mql4, ...
- Gumrai replied Nov 20, 2016
The link that you have supplied is for the MT5 wizard, it is not available with MT4
- Gumrai replied Nov 20, 2016
To be fair, traders may download a "free" imdicator from the internet and have no idea that it is de-compiled. They probably don't open it in the editor and if they do, it will not be obvious to them that it is de-compiled. Mostly, it is only ...
- Gumrai replied Nov 19, 2016
That is also de-compiled
- Gumrai replied Nov 19, 2016
It will not generate an EA or indicator for you, it just sets up inputs, init etc. You have to write the code fo make an EA or indicator
- Gumrai replied Nov 17, 2016
I have reived a PM, part of which If you only want the currency pair for the current chart, just put a zero in the input. I think that it should work for all the dashboards
- Gumrai replied Nov 15, 2016
I just quickly looked at the Freelance coding jobs posted on the mql5 website. Out of the most recent 100, 13 are for MT5. So thats 87% for MT4. A year or so ago it was probably more like 95% MT4, so MT5 is obviously gaining popularity gradually. I ...
- Gumrai replied Nov 9, 2016
If mql4 use iOpen() etc