| stevehopwoodforex.com https://www.stevehopwoodforex.com/phpBB3/ Print view |
|
| Upcoming Empty4 4 and MQL4 Upgrades https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3016 |
Page 7 of 19 |
| Author: | boldtrader [ Tue Feb 04, 2014 10:15 pm ] |
| Post subject: | Re: Can't use a dot |
|
|
| Author: | kwanann [ Tue Feb 04, 2014 10:53 pm ] |
| Post subject: | Re: Upcoming Empty4 4 and MQL4 Upgrades |
hmm so any "new" downloads of Empty4 will give me version 600? |
|
| Author: | SteveHopwood [ Tue Feb 04, 2014 10:56 pm ] |
| Post subject: | Re: Upcoming Empty4 4 and MQL4 Upgrades |
Looks like it. Jem has already posted that there is nothing he can do about it and he is on our side, so fuck help those without a broker on their side. |
|
| Author: | kwanann [ Tue Feb 04, 2014 11:11 pm ] |
| Post subject: | Re: Upcoming Empty4 4 and MQL4 Upgrades |
Haha yes, just got the short end of the stick for this one. Seems the Empty4 PL just got a whole smackload of restrictions thrown in to deter external DLL calls, lucky for me minimal changes to what i have now since everything is offloaded to simple web calls |
|
| Author: | AnotherBrian [ Tue Feb 04, 2014 11:21 pm ] |
| Post subject: | Re: Can't use a dot |
That's what I did in the Empty4 editor, it has that feature. I will be painful to change all the EA's out there that use a variable such as Daily.Slope It will need to be changed to Daily_Slope or it can't be compiled in the new build. SlipShods Sup/Res indicator has a whole bunch of these. No big deal I guess - as long as an great indi like Slipshots gets fixed and posted. There are lots of others out there. |
|
| Author: | slipshod [ Tue Feb 04, 2014 11:47 pm ] |
| Post subject: | Re: Can't use a dot |
Speaking of which, I'll do my best to get that fixed & uploaded today. Thanks for the heads-up on the indicator's thread btw, I wouldn't have known otherwise. Edit: the new version of the indicator is now available in its thread in the Indicators forum. AnotherEdit: Library updated as well. |
|
| Author: | Elixe [ Wed Feb 05, 2014 10:53 am ] |
| Post subject: | Re: Upcoming Empty4 4 and MQL4 Upgrades |
Hi all, Notepad++ is actually a very good way to do this bulk replace, it has the builtin functionnality in Search / Find in files Make a backup of the files you want to check, open Notepad++, go to Search / Find in files... Find what : enter this regexp : ([A-Za-z])[.]([A-Za-z]) it will look for any text matching an alphabetic character, followed by a dot, followed by an alphabetic character. Replace with : for instance, leave this empty as you will first execute the search through your files to check the result. Filters : *.mq4 for all your mq4 files Directory : select the directory where you put the copied files Uncheck In all subfolders And, finally in the search mode zone, click the radio button Regular Expression Click Find All, the find result window will list all occurences found, you can double click on any of theses occurences to open the file at the specified spot. If what you see is a GO, go again in the Find in Files, reselect the correct options & regexp, but add in Replace with the following regexp replacer : \1_\2 It will preserve the first & last part of the found item and only replace the middle one (the dot) by an underscore take note that it will replace all dots surrounded by two characters by an underscore, that means http address, email address will be modified |
|
| Author: | meska [ Wed Feb 05, 2014 12:17 pm ] |
| Post subject: | Re: Can't use a dot |
My favorite tool for this kind of tasks is Powergrep: it can search and replace on whole folders and subfolders using regular expressions. there is a 15 day trial on their website. try search for this: ([\w\d]+)\.([\d\w]+) and replace with this: \1_\2
|
|
| Author: | dudest [ Wed Feb 05, 2014 1:20 pm ] |
| Post subject: | Re: Upcoming Empty4 4 and MQL4 Upgrades |
Anyone else having an issue with MyFXB publisher EA (not sending statements) despite files being in correct place? |
|
| Author: | dietcoke [ Wed Feb 05, 2014 1:26 pm ] |
| Post subject: | Re: Can't use a dot |
Be careful!! that will also replace the "." in decimals and filenames. |
|
| All times are UTC | Page 7 of 19 |
|
Powered by phpBB® Forum Software © phpBB Limited |
|