- Search Crypto Craft
- 1,856 Results (15 Threads, 1,841 Replies)
- Gumrai replied Sep 16, 2016
I believe that if you remove all the inputs and externs, the window will not be shown. Of course, you would need the mq4 file and be happy to run it with the default settings everytime. By remove, I mean change extern double Parameter1=0.1 input ...
I will code your EAs and Indicators for no charge
- Gumrai replied Sep 15, 2016
Hello just comment out #property show_inputs to //#property show_inputs and re-compile. If at any time, you want the input window, remove the //
I will code your EAs and Indicators for no charge
- Gumrai replied Sep 15, 2016
Try this. You can select in the inputs whether to close pendings, open orders, and just the chart symbols orders.
I will code your EAs and Indicators for no charge
- Gumrai replied Sep 11, 2016
Then it will almost certainly miss a lot of ticks - is that what you want?
a break to an ea
- Gumrai replied Sep 8, 2016
An endless loop will likely crash MT4, OnTimer or OnChartEvent are much better options.
MT4 Question - Is there a way to access partial close function
- Gumrai replied Sep 7, 2016
It may be an idea to open a new thread to discuss use/settings of an EA. Any discussion here will soon be lost.
I will code your EAs and Indicators for no charge
- Gumrai replied Sep 6, 2016
Here's a script that I have in my files, not tested recently, but it should work ok. Set the inputs for closing pendings and/or open trades
MT4 new build close all script
- Gumrai replied Sep 1, 2016
Is the entry price 10611 or should it be 1.0611? For a sell limit entry need to be above the current price, SL needs to be above the entry price and TP below.
OrderSend problem
- Gumrai replied Aug 29, 2016
You're welcome DragonNoob. Classy. I'm sorry, but I get so little spare time to do any coding here. The indicator that I posted above was one that I coded as practice when there was all the new mql4 stuff introduced in the major upgrade a few years ...
Indicator that makes objects visible only in the Time Frame drawn
- Gumrai replied Aug 29, 2016
Hello, Here's one I coded. Is is an indicator, so make sure that it goes into the correct folder
Indicator that makes objects visible only in the Time Frame drawn
- Gumrai replied Aug 24, 2016
As requested by Wealthpro Version only shows text on candles up to a maximum length
Candle Pip Counter in MT4
- Gumrai replied Aug 24, 2016
.ex4 cannot be modified. If you have the .mq4 file, then attach it. Otherwise you will need to contact the author.
Indicator is writing to the experts tab like crazy
- Gumrai replied Aug 23, 2016
There is no point in getting pissed off because nobody had the time and/or maybe inclination to work on your code for free. You simply have to look at the size of this thread and it is patently obvious that there are far more requests for free ...
I will code your EAs and Indicators for no charge
- Gumrai replied Aug 11, 2016
Did you try the scripts that I pointed you to in post#3 ?
Changing templates deletes trendlines
- Gumrai replied Aug 10, 2016
These will copy the lines and repaste them after you change templates url note: only works for trendlines and horizontal lines. The lines may not keep their original names, please check as I wrote the scripts a while back. Only one set can be ...
Changing templates deletes trendlines
- Gumrai replied Aug 10, 2016
This may do as you want url Whether it could fit 24 currencies would depend on the height of your screen
I will code your EAs and Indicators for no charge
- Gumrai replied Aug 10, 2016
On the MT4 platform, click on File click Open Data Folder double click MQL4 You should see the file path to the MQL4 folder in the address bar
Windows 10 and MT4 compatibility