Forum

Need a Simple DLL Made

If there are any experienced Windows programmers available, I need a simple dll created and I am willing to pay for it. Simply put, it is a Windows dialog box that looks and does exactly the same thing as the built-in MessageBox() function in MQL4. The only difference is that it needs to have the

Requote acceptance

Is there any way to code the acceptance of a broker requote in MQL4? I see them in the journal but see no function that uses requotes as an argument and brokers only allow a couple of seconds to accept/reject them manually. This would be a very useful feature in an expert I'm writing. Thanks

MetaTrader Server Handling of Max Deviation

I have an EA that sent an order to the broker with a max deviation of 10 pips. I was requoted by the server at a price well within the max dev. This was an actual standard account trade. I had a demo do something worse, in my mind; it requoted at a BETTER price than requested and yet did not fill

Custom MessageBox function

I'm interested in customizing a MessageBox () function to include a combo box with integers and renaming the buttons. I assume a custom dialog box in a dll file would work but I'm still learning how to build that using Visual Studio. Could someone list the basic steps to make it available in an