[Deleted]
Hello, is it possible that there is a BUG in the OrderSend()-Function? For few weeks the OrderSend() doens't work correct. When I have a SL in my OrderSend(), the EA doesn't open the order, but when I set SL to 0, then he opens a order and I have to modify the order with OrderModify(). Why?...
ı did a indicator and ı need to use it in my EA. ı know there is iCustom code but ı didnt understand to use it please help me .
Dear all, I would like to know, if I put entry condition in an indicator and put order execution in EA, is it still able to perform backtesting for this system? If yes, how? Thanks for your kind help. wing
Hi everyone, I am looking for the simplest code in order to get the daily Highest/Lowest value of an indicator. For example we run CCI indicator with CCI_Period=12. This indicator has many picks as lowest or highest value in a day. I am trying to get this values in order to compare it with other...
[Deleted]
As you see on the picture the green line is over the NULL -Line, but the indicator repeats negative values (by mouse-over). May be I have to restart my MQL4
[Deleted]
Hi,I'm so new to MQL4. I wanted to test this sample code that is in toturial : -------------------------------------------------- int Count=0; // Global variable//------------------------------------------------------------------- int start()...
[Deleted]
Hi is there a way someone can change the background of the performance chart that is generated when you generate a report from mt4(not the chart in the symbol window).
In an indicator, I'm trying to modify the fibo description of a fibo object I created. The code to create the object works fine: ObjectCreate(objFibID,OBJ_FIBO,0,Time[HighestBar],High[HighestBar],Time[LowestBar],Low[LowestBar]); "HighestBar" and "LowestBar" are integer variables. After a couple...
Is there any way to programmatically retrieve the name of our EA?
similar to the parallel thread ( EURUSD in a couple of weeks from 1.4 to 1.5) would like to chat about gold :)
If I make a trade using OrderSend() or OrderClose() then want to look at the number of lots or execution price on the ticket, do I need to make a further call to OrderSelect to get this ticket, or does this happen automatically? Eg if I call OrderSend() then OrderMagicNumber(), is the magic number...
[Deleted]
I want to sendorder on the 5 minutes' duration use this bar's open price, how I can do? The condition will true in the pre-bar. Sorry for my english... Thank you very much!!!
Which is more important - the entrance or the exit? Is the entry point even important? Is the exit point even important?
(123 1 2 3 4 5 ... 12 13)
Sat ) Interested in an opinion on all three questions, preferably with an intelligible explanation of why. The answer should not depend on the trading system used. I will give my opinion later) if necessary
Hi, I've been looking for a custom indicator that identifies divergence between price and the OSMA, to help compile a simple EA based on osma divergence Is there already a custom indicator that does this? Any help will be much appreciated! Thanks
Hello! I'm just trying to add an email alert to this indy similar to the popup alert box, but I"m getting an error (highlighted in yellow below). Could you please help me to correct the 'wrong parameters count' error message in this indy when adding the email alert?...
thank you i can not search file .mql4 thank for help
[Deleted]
Could someone please tell me why I can not access MB Tradings website and utilize the MT4 software which I have downloaded? It is Tuesday 07/17/2012 at 20:56. I would truly appreciate a helpful response. Warmest Regards, Jen
[Deleted]
There is a large area. Basement of a residential building in a central location. Planned space for a gym and billiard room, sports bar. I want a trader's hall, or something to replace it, or "move" the area of other activities. Justify the profitability of the project , the partners, I can not yet
Many of the EA's available for purchase offer a demo mode only or strategy tester only mode for "trying" out the EA. Will someone please provide the code for allowing a EA to run in demo and/or strategy tester mode only? One additional question. I purchased one EA when I first began looking into...
Just wondering if this would pose a problem, as it compiles, but I don't believe it will work. string BuyOrSell = "Both";int intOrderType;if(BuyOrSell == "Both") intOrderType = OP_BUY || OP_SELL;
Hello Everyone! I would like to use DSP analysis in MT4, actually i do it in MATLAB, but i would like to know how to program with complex numbers (real and imainary) in MQL4 and i don't know how to do it. How can i program using complex numbers in MQL4??? I hope you can help me My best Regards!!
[Deleted]
Hi, I am new to programming but not new to trading. I have 2, probably, basic questions for now, please: 1. In many indicators using MAs I see lines checking for howmany bars are on the chart. So, if I need MA200 and the chart only has, say,100 bars, would iMA200 work then? I think yes - I checked...
The IsTesting() function returns TRUE if the EA can do BackTesting and FALSE if not. But how is the capability of the EA to do BackTesting implemented and controlled?
hi i need company with above details and not scam :)
Hi, For unknown reason when I run this offline chart, the EURUSD has 4 decimals only and make my program calculation not correct as 'Points' is 10 times more now. I copy all history files to another PC and the chart looks ok with 5 decimals. So how is this determined and where is it stored in a PC...
I am working on a EA and I want that if my EA does double mistakes, stop for a time. what can ı doing about this.
Hello! I would like to know what you think about this "strategy". We open trade (buy or sell it is not important) without TP and SL. Then if we get to profit we previous chose we close order if it gets to loss we previous chose we open opposite trade with bigger lots. Then if second and first trade
#property indicator_chart_window #property indicator_buffers 6 #property indicator_color1 Aquamarine #property indicator_style1 3 // 'Arrow' #property indicator_level1 233 // SOLID UP Arrow #property indicator_width1 5 #property indicator_color2 HotPink #property indicator_style2 3 // 'Arrow'...
/*Hello to allHope you had a good weekend. I study on my weekend, then tried a different approach. But I stalled out with error described as: '(' function definition unexpected. Same error for both user-defined function "Close_Open_Sell" and "Close_Open_Buy".I'll show the code below with "<<<<<<<"...
[Deleted]
Hello, I downloaded MT 4 and it looks like a mountain to climb to learn how to write EAs. Is there a good manual of the language with examples? If someone has time, what is the complete EA look like to backtest a very simple system like: ----- condition: close of this bar > close of previous bar If...

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.