Upcoming Empty4 4 and MQL4 Upgrades
-
nonlinear
- Trader
- Posts: 293
- Joined: Fri Jun 01, 2012 2:56 pm
- Location: Washington DC
Re: Upcoming Empty4 4 and MQL4 Upgrades
I would be curious to know how much business has dropped off for Empty4 brokers after rolling out the new build on live accounts. I don't know about others, but nothing seems that intuitive in the new build and I would say over half of the files I regularly use do not work as they used to. And some case they appear to work normally until something weird and unexpected happens. Seems foolish to run anything live. Even the file structure is ridonkulous to navigate. Maybe I am just thick headed.
I bet the brokers are not having these kind of issues on their end of this.
- brinol
- Trader
- Posts: 57
- Joined: Mon Apr 30, 2012 12:23 pm
Re: Upcoming Empty4 4 and MQL4 Upgrades
Yea I worry about my live account too ...it seems buggy and unresponsive on the vps.Seems they have become the Mc Donalds of the trading space to go with your Facebook
..its a massive opportunity for somebody to come riding in on their shiny new platform and clean up..Brokers are the key though and I suppose they are happy with the relationship they have with Empty4.Its very difficult for an alternative platform to get a foot in the door.However Metaquotes seem to have left the door slightly ajar this time.. 
- Jemook
- Trader
- Posts: 1085
- Joined: Thu May 10, 2012 10:19 am
- Location: Bondi, Sydney, Australia
Re: Upcoming Empty4 4 and MQL4 Upgrades
February so far is looking like a record month for us. But then each month our volumes are greater than the one before so it's in line with past growth. In terms of client requests about this new build most just want to know about the new directory structure. I point them in the direction of this page and they are good to go after. It's the guys running EA's that need re-coding or anything with DLLs that are having further issues.nonlinear » Wed Feb 12, 2014 9:56 am wrote:I would be curious to know how much business has dropped off for Empty4 brokers after rolling out the new build on live accounts.
Jem
Please note I am no longer affiliated with Global Prime. I've moved on to my next adventure with Afterprime.
Catch me here: https://www.afterprime.com
Catch me here: https://www.afterprime.com
- Pedigree
- Trader
- Posts: 226
- Joined: Thu Apr 11, 2013 12:09 pm
- Location: Buckinghamshire, UK
Re: Upcoming Empty4 4 and MQL4 Upgrades
Right on! Reap the rewards of upfront, straightforward and downright honest dealing. Maybe a few in the ranks of dubious dealers will start to learn a thing or two.Jemook » Wed Feb 12, 2014 2:13 am wrote:February so far is looking like a record month for us. But then each month our volumes are greater than the one before so it's in line with past growth. In terms of client requests about this new build most just want to know about the new directory structure. I point them in the direction of this page and they are good to go after. It's the guys running EA's that need re-coding or anything with DLLs that are having further issues.nonlinear » Wed Feb 12, 2014 9:56 am wrote:I would be curious to know how much business has dropped off for Empty4 brokers after rolling out the new build on live accounts.
Jem
- scanner
- Trader
- Posts: 20
- Joined: Mon Jul 16, 2012 2:32 am
About bug in: iTime(0,timeframe,0)
Hi guys,
After two days works finding what was wrong....
1)
in Empty4 509 I've used :
first "0" means Symbol, last "0" current bar.
in V600 : that make as result : 0 !!!!
the good way for V600 is now:
2)
I've Used to write date on disks'files.
to get the location it was something like that : string filename="\\mymemo\\"+"xx"+".csv"
now it is : string filename="mymemo\\"+"xx"+".csv"
and that wil go in c:\program(x86)\metaquote\MQL4\File\mymemo\xx.csv
or directly string filename="xx"+".csv" if you want the file goes directly in MQL4\File\*.*
if help..
S
After two days works finding what was wrong....
1)
in Empty4 509 I've used :
Code: Select all
if(atd_FixTime[u]!=iTime(0,ati_TmFram[u],0))in V600 : that make as result : 0 !!!!
the good way for V600 is now:
Code: Select all
iTime(NULL,ati_TmFram[u],0))I've Used to write date on disks'files.
to get the location it was something like that : string filename="\\mymemo\\"+"xx"+".csv"
now it is : string filename="mymemo\\"+"xx"+".csv"
and that wil go in c:\program(x86)\metaquote\MQL4\File\mymemo\xx.csv
or directly string filename="xx"+".csv" if you want the file goes directly in MQL4\File\*.*
if help..
S
Last edited by scanner on Sun Feb 16, 2014 5:32 am, edited 1 time in total.
-
jlcgarcia
New version 606 is outdoors
I have read this at the FF fórum:
Question:
I was skeptical till I went to the metaquotes fórum and see that the versión 606 has been released.
Another quotation at metaquotes forum:
What a wonderful world metaquotes is.
Regards
José Luis
Question:
Answer:-Is that true we are now already up to Build 610 as of today????![]()
Build 610???
![]()
![]()
![]()
Wake me up when it hit 1000 after the weekend.
I was skeptical till I went to the metaquotes fórum and see that the versión 606 has been released.
Another quotation at metaquotes forum:
That's odd, I know of one broker who has sent an email to all their customers entitled: Empty4 Build 610 Upgrade.
What a wonderful world metaquotes is.
Regards
José Luis
- fok
- Trader
- Posts: 59
- Joined: Wed Oct 23, 2013 1:15 pm
- Location: Seasia
Re: Upcoming Empty4 4 and MQL4 Upgrades
yep, cowboy go did that:
Important notice
Dear Valued GO Trader
,
As a result of the recent Empty4 4 (Empty4) Build 610 upgrade, the structure for saving codes and MQL4 programming language has changed. Since this was a software update executed by MetaQuotes, it may have affected your existing installed Expert Advisor (EA), Indicators, Scripts and Library files. We strongly encourage you to follow the below instruction to ensure your Cowboy Go Markets Empty4 terminal is fully functional.
bla bla bla .........
Important notice
Dear Valued GO Trader
As a result of the recent Empty4 4 (Empty4) Build 610 upgrade, the structure for saving codes and MQL4 programming language has changed. Since this was a software update executed by MetaQuotes, it may have affected your existing installed Expert Advisor (EA), Indicators, Scripts and Library files. We strongly encourage you to follow the below instruction to ensure your Cowboy Go Markets Empty4 terminal is fully functional.
bla bla bla .........
-
Workerbee61
- Trader
- Posts: 12
- Joined: Thu Dec 26, 2013 1:25 am
Re: Upcoming Empty4 4 and MQL4 Upgrades
Hey thanks for that Jem, It's the closest I've gotten to getting straightened out. Oanda pushed me build 600 SO FAR, that's the place where all my 10.6 indis are working the best.Jemook » Tue Feb 11, 2014 8:13 pm wrote:February so far is looking like a record month for us. But then each month our volumes are greater than the one before so it's in line with past growth. In terms of client requests about this new build most just want to know about the new directory structure. I point them in the direction of this page and they are good to go after. It's the guys running EA's that need re-coding or anything with DLLs that are having further issues.nonlinear » Wed Feb 12, 2014 9:56 am wrote:I would be curious to know how much business has dropped off for Empty4 brokers after rolling out the new build on live accounts.
Jem
Axitrader and Citi 610. Think it was 604 on Saturday.
Of course Citi has the extra aggravation of suffixes on the pairs. Thanks again, Live long and prosper
Wish you guys were in the US.
- Pedigree
- Trader
- Posts: 226
- Joined: Thu Apr 11, 2013 12:09 pm
- Location: Buckinghamshire, UK
Upcoming Empty4 4 and MQL4 Upgrades
Thanks Steve for the pimpmyea link in your weekly. A few NEW (to me) useful tips in there.
BTW what, may I ask, is comgrap? Googled it but didn't seem to have come up with anything connected with forex.
BTW what, may I ask, is comgrap? Googled it but didn't seem to have come up with anything connected with forex.
- snailbeard
- Trader
- Posts: 615
- Joined: Mon Dec 24, 2012 10:54 am
- Location: Just above water somewhere between Oxford & Cambridge
Quick hack to SciTe Mql IDE
Frustrated by MetaCrapEditor:
Had a go at hacking SciTe to use the new v600 compiler.
Seems to be working now, although I had some issues with subdirectories and I couldn't find out how get the default:
#include <something.mqh>
to work.
NOTE: if there are significant differences to the language rules they won't be reflected in the editor which uses the pre-600 language definitions.
This is the test file that worked after fiddling with the configuration files:
It seems that some of you have found incompaibilities between 500 and 600 when running 500+ builds on v600.
I am running the latest SB (built with the 509 compiler) on a GP Demo v600 - it hasn't crashed and as far as I can tell it seems to be working normally, although something subtle might not manifest immediately.
This is just a temporary work around until I have time to experiment with the Protrader 3 - Empty4 bridge (which probably nolonger works either???)
Enjoy

Had a go at hacking SciTe to use the new v600 compiler.
Seems to be working now, although I had some issues with subdirectories and I couldn't find out how get the default:
#include <something.mqh>
to work.
NOTE: if there are significant differences to the language rules they won't be reflected in the editor which uses the pre-600 language definitions.
This is the test file that worked after fiddling with the configuration files:
Code: Select all
///This works:
/// created subdirectory include under Experts
/// ...MQ4\Experts\include
#include ".\include\dummy.mqh"
///This works:
/// ...MQ4\Include UPPERCASE I
#include "..\Include\dummy2.mqh"
///This works:
/// ...MQ4\include lowercase i
#include "..\include\dummy3.mqh"
/// This did not work
///#include <dummy2.mqh>
extern string Expert_Name = "TestSciTeCompiler";
int init()
{
return(0);
}
int deinit()
{
return(0);
}
int start()
{
return(0);
}
I am running the latest SB (built with the 509 compiler) on a GP Demo v600 - it hasn't crashed and as far as I can tell it seems to be working normally, although something subtle might not manifest immediately.
This is just a temporary work around until I have time to experiment with the Protrader 3 - Empty4 bridge (which probably nolonger works either???)
Enjoy
You do not have the required permissions to view the files attached to this post.