NavigationUser loginWho's new
Who's onlineThere are currently 1 user and 917 guests online.
Online users:
|
MetaTrader MAC ProjectHi everyone this is James! Nice to meet everyone LOL! Well I am embarking on a wild endeavour in the MT3/4/5 realm I am a average trader / coder but i was met with frustration this year when i switched to MAC. I was Sick of all the MS B/S and crashes, problems, and updates so after 20 years of resistance i switched to MAC. You guys all know already Metatrader is windows based, and there is no comparable MAC platform that runs with the same versatility. So I am writing one. I am a Novice Programmer so this will probably take a while and this is going to be my hobby more than anything. I basically just want to see if i can do it. I want it to have all the same functionality as a base, but i also want it to be backwards compatable with EAs and MT4 / MT5. Essentially i want it to be CLIENT SIDE ONLY. My true vision is that it will interface with all broker SERVERS just like the MT-Family and look identical to any other MT4/5 from the Server perspective. Just increase the ability and or functionality on the client side in a MAC sort of way. I Run MT4/5 under Parallels on my mac now and it works fine, but we shouldnt have to jump through that hoop. And the reality is that im just as pissed at metaquotes for the non backwards compatability of MQL5 for MQL4. All of us worked hard to learn 4 and make Scripts and EAs that are now useless. Let me know what you guys think of the idea. BTW my new Site is PipHitman.com I dont sell anything there, Just info; and i go by jedimedic77 on MQL4.com i have a few scripts uploaded there. Be safe everyone and GOOD TRADING By jedimedic77 at 2010-04-27 14:34 | jedimedic77's blog | read more
Programming notknowingI have paid a programmer to write a program. When I replace the logic in the upper part of the program it makes the lower part of the program not work. It keeps saying "'UseEachTick' - expression on global scope not allowed C:\Program Files\FXDD - MetaTrader 4\experts\Bunge EA v0Non.mq4 (154, 7) and it makes each line of the program that worked not work. Everything will work if I put back the original indicators and logic but when I replace the indictors and the logic to make a new EA it says line by line that I can not use the programming as it is unacceptable on a global scope. What did I do wrong? By kcbunge at 2010-04-16 20:44 | kcbunge's blog | read more
Gmail Reader dllHi, I'm new here and I found my way here through a post by newdigital on forex-tsd. I got to the section he posted the url for, but the download of the dll, and the script on how to use it does not work. Since there is no search facility on this site, I can not try any other way to find the two items (or alternatively a post that explains a bit on how to use dll's through mt4 in general) other than to ask for assistance. So if anyone can help me I would appreciate it. Thank you, By BlueMental at 2010-04-16 20:32 | BlueMental's blog
How to clear the Array memory??There are some bugs in my code. By hohooh at 2010-03-04 16:20 | hohooh's blog | read more
Optional Function Parameters?Hello, The MT4 documentation says you can create a function with optional parameters thus:
Then, according to the documentation, it should be possible to call the function thus:
and 0 should be substituted for the second argument. Instead, I keep getting the error:
What am I overlooking here? Is there any documentation or book that is more detailed than the MT4 online documentation, maybe? Oh, and here a very important detail. The problem occurs only if the function is external, residing in a library file, and the above declaration is in an mqh file. The library file will compile fine, but the error occurs in the calling expert. By arstrube at 2010-03-03 08:03 | arstrube's blog | read more
changing code for new wav filehi can anyone tell me how to change initialisation code to accept new wav file in metaeditor triying to get spoken alert in a me crossover indicator. By dneal5353 at 2010-01-16 16:30 | dneal5353's blog
How to take screenshots of other charts?Hi, I know how to take a screenshot of the current window using the WindowsScreenShot (cant remember the exact name). But how can I take a screenshot of another window thats open but not active? I would like to take a screenshot of all open 5m charts so I can ftp them. Thanks. By gerws1 at 2010-01-07 15:14 | gerws1's blog
I can not see the pictures in metatrader.infoHello, Thanks Dropje By Dropje at 2009-09-24 08:38 | Other | Dropje's blog
MT4 script to submit buy/sell orders from CSV fileHi All does any one have a script to upload buy/sell orders from an excel file? Cheers Sam By JWE1xXOMgLUS at 2009-09-19 05:29
Custom IndicatorDoes anyone know how to make an indicator that posts text like comments in a chart. I have code that calculates position size, risk amounts, and margin requirements for FAP Turbo currency pairs in a comments section in the chart window. The problem is that the chart makes it hard to read the text. By Ridgelineoutdoors at 2009-09-16 18:18
|