Hi all, In the below code I'm try to ( subtract A Value From High in the 0 bar ) , can any help please. //---- double MAv = iMA( NULL, 0, 13, 0, 0, 0, 0); double spread = MarketInfo (Symbol(), MODE_SPREAD); double minlot = MarketInfo (Symbol(), MODE_MINLOT); double maxlot = MarketInfo...
[Deleted]
input double SIFNOKBUY=1.10011; //*BUY FIYATI input double SIFNOKSELL=1.10011; //*SELL FIYATI input double BASLOT=0.01; //*BAŞLAMA LOTU input double KLA=0.01; //*KADEME LOT ARTIMI input int PIP=50; //*KADEME PIP DEGERI input int Slippage=0; //*ELLEME input int STOPLOSS=0; input int TAKEPROFIT=100;...
I got recent update of MT4 build 880 and MetaEditor build 1173. I think I found a bug on class constructor's behavior. class Cls{public: Cls(const Cls* ptr) { Print(ptr == NULL); }};Cls c(NULL); // Print result is "false" because 'ptr' is a bad pointer.
[Deleted]
Hi, Recently I tried to buid build an EA that can open order that dependent in another order. Fpr example: I have for loop that run over my all open orders, and right after I have if function. So I want the EA to do that: if(for example) the order is 50 pips profit- or any other condition, not...
hi guys help needed .. i just started my first trade on TradeSolid for the first time, I am not sure whether I could trust them or not. I already wasted so much money with different trading platform and I had never been able to find anything good out of it. I signed up for the starter’s kit and now
Hi Have custom indicator on chart and if i want to change the input email alert from false to true it goes back to false Please assist
Hello mql4 Community, Recently I stumbled accross a problem which I can't seem to solve by my own, neither have I found any solution in this forum and I'm really not an expert in setting up indicators in mql4... The issue may be trivial: I want to set a custom start for the standard Parabolic SAR...
I'm trying to pass, order entry points and stop loss values from double profit indicator to a EA. but it seems indicator already use all slots for pass other values for draw the lines, i need someone help to pass that values to a EA, i tested this indicator on 30 min time frame and it was very...
I was looking for help to tweak my code that closes orders, to ensure the arrow and trendline that is drawn from the order open to the order close at the time of close is all in the background. Here is what I use to close the order. Right now it creates a trend line and arrow that is NOT in the...
[Deleted]
How can I download MT4 600 Build also file must be in Program files x86.
Hi Experts, I am making a Robot and i want to make all Ordercommision and OrderSwap calculation before setting its takeprofit in pips.... Example, I want to Calculate OrderCommision, OrderSwap, Spread and TakeProfit altogether without taking minus as Profit... This -Take Profit is setting back my EA...
[Deleted]
I have profit able forex Trading system that work on all broker i have scalping , Trend, long term trend and short term trend system if any person interested to account manage then send me skype id for more information the system result you can check below if you want to more info send your skype...
Hi all, I am trying to use an indicators signal in an EA, when the indicator signals I would like to place an order. Can someone please help me out here, if (G_time_244 != Time[0]) { if (G_ibuf_200[1] == 0.0 && Gi_248 == FALSE) { if (DisplayAlerts == TRUE) Alert("PZ Day Trading"...
In my EA, a new order is open only after a previous order isclosed and there is only 1 order open at any one time. The rule isfollowed well according to back test. However, do you know why the curves ofBalance and Equity aren’t completely overlapped in back test? Please refer to the screenshot...
The MetaEThe MetaEditor 4: Problem saving file to MetaEditor 4, as it ends up producing *.ex4 in Version5. This is not suitable for some users as brokers have not converted to the newer version of Metatrader. Please help as file need to be executed in the version 4.thank you.
[Deleted]
Hello, Thanks for reading this post. Currently, I am automating a trading strategy, and we have backtested the strategy, and have validated it by backtesting through other software and checking that the trades match up; however, even though the results in are backtesting are matching up, when we...
Hi , apologies for the basic qn but I'm used to teh JVM doing this magic for me. I have a function that is called OnTick, it creates a few object instances, makes calculations and passes on the object reference to a controller function, controller does his thing and exits/finished. simplified code...
[Deleted]
hi iam started learnig to write a code need to write this if previous 1,2,3 bars highest of high value should be higher than the previous 4,5,6, bars lowest of low . anybody help me !!
I like to create a filehandling class. It would be nice if some member functions could havethe same names like the normal file handling functions, i.e.FileWrite, FileRead. But a class would always call the memberfunctions with that name and it would not be possible to call thenormal functions....
Please refer to the EA log printed below. I found "136" means "Off Quotes". Does it mean that my requesting price was re-quoted? Or is it just a slippage? Moreover, how to know if my EA is experiencing re-quote or slippage? How to know if re-quotes happen to me? 2015.09.29 09:23:08...
when ea runs ,on the terminal i get this message "indicator is too slow ,please rewrite it "
[Deleted]
Hi All, There are default values in MT4 when creating an alert, like "maximum iterations = 5" How can we change this to a different value; its irritating that for every alert, we have to manually change the default value. Thanks
[Deleted]
How can i remove check in check box as default setting? and i want to change timeout and maximum iterations as default setting.
[Deleted]
Hi, I want to learn how to do programming in the meta trader 4 platform. I tried to download the MQL4 book from the link below: https://book.mql4.com/ After downloading, there was no content in the book, I got a message saying navigation to the webpage was canceled. May I know how I can download the...
Paying for virtual hosting and signal subscriptions in MetaTrader 4 has never been easier — now there's no need to have money on your MQL5.community account. Select a preferred payment method in your platform and make a direct transfer from it. Thousands of traders use virtual hosting...
hi guys, Is there any code in mql4 to enable the user to change the the stochastic 's predefined level ( for example use 30 & 70 instead of 20 & 80 ) directly from the inputs ? thanking in advance for your guidance
[Deleted]
Hello, I am getting an error 131 on build 880 when I try to do backtest offline. How can I solve this problem, which occurs only on few markets, not all? Thank you in advance.
Hi all, I have a problem with Renko charts in the new MT4. I’m using Renko Live Chart v 3.2 in the OLD MT4 version, but I don’t see the M2 chart in the offline folder in the NEW MT4 version. I have read this article https://www.mql5.com/en/articles/1387 and make the suggested adjustments but it...
Say i have a file: "DOWJONES.txt" the file is updated from time to time through email scripts whenever the file is updated, it needs to be read by an EA and the new values must be loaded. FileGetInteger() can tell me if a new file is present by checking the FILE_MODIFY_DATE. So I'm cool with that...
Hello I searched in this forum but I could not found a topic talking about it. I´m programming an EA that has a neural network. I structure the code to function like a network and developed a specific architecture according that I experienced in the market. I´m using as a model the article made...

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.