Metatrader 4
Problems Creating - MetaTrader Extension dll.
Submitted by mcertini on Sun, 2008-07-20 04:28. Metatrader 4I recently created the demo.dll in the MetaTrader development course but when I put the script into my MetaTrader program, I am getting the message "cannot load library 'demo.dll' (error 126). Can someone help me figure out what this message means and why it is occuring?
Greetings, looking for some code
Submitted by Dale on Tue, 2008-05-20 02:29. Metatrader 4Hello,
I am looking for code that will let this script put on a trade; my understanding is that I need to account
For maximum, minimum and market info mode step in order for it to function correctly.
I am a learning coder, and any help is greatly appreciated, also thank you Coders Guru for this website which will help me learn to code.
Best regards Dale.
The Idea of the script is to use high [1] - low [1] to calculate lots, the account percentage risk is fixed at 1/4 percent.
//+------------------------------------------------------------------+
//| send_pending.mq4 |
Greetings, looking for some code
Submitted by Dale on Tue, 2008-05-20 02:28. Metatrader 4Hello,
I am looking for code that will let this script put on a trade; my understanding is that I need to account
For maximum, minimum and market info mode step in order for it to function correctly.
I am a learning coder, and any help is greatly appreciated, also thank you Coders Guru for this website which will help me learn to code.
Best regards Dale.
The Idea of the script is to use high [1] - low [1] to calculate lots, the account percentage risk is fixed at 1/4 percent.
//+------------------------------------------------------------------+
//| send_pending.mq4 |
Forexeasycash
Submitted by Moira on Thu, 2008-02-28 22:36. Metatrader 4Can anyone tell me how to insert this indicator program into metatrader4? I can't find a tutorial on how to use this platform which seems so very complicated. I am told to copy it into program files/experts/indicators, but I just can't seem to do it. Can anyone help?
dll needs float type
Submitted by dougr3 on Sat, 2008-02-02 16:15. Metatrader 4The dll I'm using requires a float type. MT4 only uses double types. How do I send a double to a fuinction like
//(code from tradecel.H)
short _stdcall TRADE_ASK(float *ov);
When I try to use this function in mt4 I get an "incompatible type" error
#import "TRADECELGBPOPEN.DLL"
double TRADE_ASK(double& currask[0])
{return(answer);}
//
answer1=TRADE_ASK(currask[0]);
Any ideas anybody?
Expert Advisor
Submitted by good_guy on Fri, 2008-01-11 12:41. Metatrader 4HI all
I wonder if there is any program-guru who has a easy_understanding Expert-Advisor that you could share with me please. Or if you can suggest any sites that I can get such a code from.
Thanks a lot
downloading ex4 files
Submitted by chaplainbob on Wed, 2007-12-12 04:37. Metatrader 4How do I download a ex4 file that was emailed to me. My security settings do not allow me to download these files. I have turned my firewall off but I still cannot get the files. I tried to lower the security settings on Microsoft XP and still have not been successful. Any suggestions?????
Elite Expert Trader
Submitted by eliteeservices on Sat, 2007-11-24 02:46. Metatrader 4Elite Expert Trader is a suite of Expert Advisors for automatic trading in the forex markets, using the Meta Trader platform. This package includes a portfolio of systems which can be traded by clients at their discretion. Also included are support tools, trading articles, instructional videos, access to premium web area, podcast, and tech support.
All the strategies include options that users can adjust the lot size, risk factors, and more. It is possible to optimize each strategy for specific time frames and crosses you want to trade, or you can use the default recommended settings. Why rely on a single EA that may or may not perform? Our portfolio approach will smooth return curves and steady results, vs. the traditional worry that your EA will work and then one day stop working.
GallantFX - MetaTrader Development in MQL4, Expert Advisors, Indicators and Scripts
Submitted by gallantFX on Tue, 2007-10-02 12:27. Metatrader 4Gallant FX is a Premier CTA/IB (Commodity Trading Advisor / Introductory Broker), based in NYC,Gallant's role is to help speculators understand the FOREX market, how to open an account and how to trade. Gallant FX is a subsidiary of Gallant Partners LLC, which is a software development company , that utilizes cutting edge technology and new trends in the industry of global financial exchanges, to provide the best Forex trading strategy for our clients. is a Expert Advisors are mechanical trade system (MTS) linked up to a certain plot. The Advisor can not only inform you about a possibility to enter trades, but also can make deals on the trade account automatically and direct them right to the trade server. Like most trade systems, the MetaTrader 4 terminal supports testing strategies on historical data with displays on the chart the spots where trades are entered and exited.
Need help on setting Metatrader4 or an EA to loop through multiple accounts and plade trade orders
Submitted by Trading2Retire on Sat, 2007-09-01 19:20. Metatrader 4I used IBFX MetaTrader4, and they don't allow trading multiple accounts from 1 MetaTrader application instance. There seems to have no way to run multiple MetaTrader4 instances, and I don't know a way in EA to program a loop going through multiple accounts and trades them at the same time (in a loop fashion).
Any tip or help is very much appreciated.
Thanks.

