Hi there, forum MQL5, I have been trying to draw a rectangle in MQL5 with no success. I surfed many post about it, some about sth I don't want and others that corrects the code i have, but even changing as in the post it doesn't paint anything. ObjectCreate(0,"box",OBJ_RECTANGLE,0,time1,price1,time2...
However as I think about it, I think I know the answer.
But here goes:
In the latest MT5 Client hooked to the Metquotes DemoServer I'm testing an EA.
In the course of operation it generates this journal entry:
2015.11.01 02:48:11.330 2015.10.30 18:53:27 CTrade::OrderSend: instant buy 1.26...
I like Mql5
This is a great Platform for us programmers and traders however it is sad to witness what is currently happening on the Market Shop.
Is it possible for mql5 to implement some rules to save this wonderful market?
Rules like: All EA need Live Monitoring accounts to be published....
[Deleted]
if (market open new candlstick)
{
openbuy();
}
Hi. Coders and Traders.
For security reason, I would like to check if ex4 or ex5 file uses dll or exe file inside (or at background) as dependency before loading to Meta Trader terminal.
Just curious if there is such a method existing ?
I found out that it is possible for normal exe file with...
Hi, I am looking for a solution for a distributed backtesting of EAs running under MT4. Does anybody know of such a solution? Copying over set files and result files from one location to another can become painful with a high number of nodes executing backtests. Thanks Michael
This formula works very well on micro lots. example if account balance is $20*RiskPer(0.0003) =0.006, when Normilized to 2 decimals = 0.01. So for $20 balance lots will 0.01, $50 balance will be 0.02 and so on.
if(DynamicLotSize == true) { double risk=(AccountEquity() *...
[Deleted]
Hello,
I'm trading some CFD contracts and I always have to be aware when they're about to expire (I have to load the EA into the new contract in order to keep trading).
Any change I could do this automatically?
Thank you for the help!
Hello guys,
I'm not quite sure what am i doing wrong yet i have spend about 4 hours on this problem and somehow i just don't know the mistake.
dll:
#define MTpublic __declspec(dllexport)
using namespace std;
void MTpublic __stdcall spinit(int in)
{
sp:...
[Deleted]
Good Morning ! Can someone please give a clue why I am facing an error 10004 with a FOK order ? Regards, Marcelo
[code]
bool static double Buy_Limit = High[1]
[/code]
.....once above condition is true, execute order. And then reset value of Buy_Limit so that it can re-evaluate new High[1].
How can i change a static variable to dynamic, and then back to static as needed in an EA?
Dear Traders and Coders. After playing around with Panel control , I have found few limitations already. For example, two panel seems clash in one expert advisor. Plus when the list view is dynamically updated on Panel, changing position of panel by dragging mouse or whatever seems mis-positioning
one of my signal account showing disconnect , i check the password its fine, but no i dea why my accounts trade is not updated here. can anyone help me
Hi, I used for some months a Tickgenerator script, but it dont send now the tick to an indicator or an expert advisor. Only the comment in the scipt is refreshed and show me, the the script is running, but my indicator/expert advisor (include a test alert call ) dont refreshed for do the alert
Im using the following code to trigger a buy order. What Im doing is looking for an outside candle, where the low of the current candle dips below the low of the previous candle....and then the high of the current candle breaches the high of previous candle. The following logic only works if its an...
Hello Fellow coders and traders.
I have lately quite appreciated that MQL4 and 5 language have the native Web Request function: https://www.mql5.com/en/docs/common/webrequest
So far I did not have any success using this WebRequest function for Custom Indicator.
Is there anyone successfully...
Good day users,
I have been trying to learn how to code very recently. I am not sure of much, but I wonder if anyone here has successfully coded a cross of two lines in the oscillate indicator. I just want the trade to be taken when a cross between line a and line b occurs in the overbought or...
Hello Coders and Traders
Just curious what is the easiest way of converting "10-25-2015 2:00am" to MQL native time structure?
Your help will be really appreciated.
Kind regards.
Hi,
I draw with my EA the line between open and the close-price, but the Backtester draw the lines automaticly, so I have two line for each trade.
How can I disable the automatic draw-lines? I tried already CLR_NONE in the OrderSend call
res=OrderSend(Symbol(),OP_SELL,LotsOptimized(),Bid,3,0,0,""...
Hi, I saw a usefull EA http://www.forexfactory.com/showthread.php?t=445367, unfortunately only as ex4-file, I am interesting in the code for creating interaction with hotkey_buy 'B' and hotkey_sell 'S' to open market positions in the tester during the visial mode. In the MetaEditor help I cant find...
Hi there, maybe I overlooked the function, but how is it possible to prevent the user from changing the current symbol in the current chart? In my opinion, it´s a no-go that a user can kill the EA performance by simply dropping a new symbol on the chart, because within the OnDeInit() I have no...
Hello, can anyone help with this problem?
When exiting my EA (File\Exit), I want the remaining pending to be deleted.
So I write:
....
void OnDeinit(const int reason)
{Delete=OrderDelete(MyPendingTicket,CLR_NONE);
Sleep(3000);
} ...
I added Sleep(3000) to check, and 3 sec pause...
Dears,
using the "every tick" option in the strategy tester I got strangely good results. Then when I looked at the help topics I figured out this option may be cheating:
"The Calculation of Indicators During Testing
In the real-time mode, the indicator values are calculated at every tick....
Hello guys,
Someone could please help me to fix the code above?
Already tried many things and read many posts also.... unfortunately without results :(
It's showing this Error:
2015.10.22 15:06:44.235 MA_Cross EURUSD,M1: Error opening Sell order [MA_Cross EURUSD_PERIOD_M1]: (130) invalid...
Hi.
Im trying to use ArrayCopy to copy all the data in all of the dimenttions..
the problem is that i cant find any documentations on how to copy more than one dimension.
here is the code.
#define ORDERARRAY 100double OrderArray[ORDERARRAY][3];....void InitOrder(int ticket, double sl, double...
Hi,
I"m trying to fetch a local url on my machine (http://localhost:52957). The code below is from the following url (https://www.mql5.com/en/docs/common/webrequest).
I am able to browse to http://localhost:52957 with a web browser.
I keep getting the following error:...
Hi,
today I started my first project in MQL5 and right at the beginning I'm very frustrated, yet.
I wanted to draw some lines at prices from an array. I never had problems with arrays, but in MQL5 I don't get it working.
For any reason I get the error message "array out of range" and the EA will...
Look this image, thre are ㅁ shape code
what's that? what should i do?
sorry for my poor English
[Deleted]
Good Afternoon,
Anyone have faced the same experience?
When upgrading MT5 used to run Strategy Tester,do we also have to upgrade the agents to the same version number?
All my agents have stop working. Justwant to make sure this is mandatory.
Regards,
Marcelo

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.