[Deleted]
Hi all I have been searching and searching, even tried myself and failed to find / code an ea based on: BUY Price closes above Moving average EMA High 20 ... AND ... SAR below price bar ... 0.1 lots with adjustable TP If that fails then a sell position is initiated SELL Price closes below
Hi, does somebodyknow an Indicator for MT4 that allow the user to draw vertical lines at some repeatedtime periods? Forexample, every day at 00:00 and 12:00. Or probablyexists in MT4 some kind of trick related to the CTRL+Y command.. Thanks!
Muscle Matrix Solution Review BeforeI dive into helping you select a foam roller I want to address themain two reasons why you should be using one Essentially,there are three types: Polyethylene EPE, EVA and molded foam rollers. Fromthere we get into the brand specific ones, which tend to outlast...
How can we put trade history on to graphic? Any script for that?
Can I set a limit of, say 3 or 5 trades (max) in MT4 ? This would greatly help my overtrading and discipline. Anyone?
[Deleted]
It’s mandatory to research different brokerages and few factors which must be considered when doing this are It’s advised to search for an experienced brokerage as its shows that the company understands what they are actually doing.It’s good to see that whether the brokerage is being regulated by a...
[Deleted]
Hi all, I have created an indicator based on price action but I only want the signal to appear if the three signal candles are roughly the same size in other words non VOLATILE moments. Is this possible to code ? How would I do this? Big thank you in advance
Is there a syntax that would give the # of trades currently open on an account?
[Deleted]
Hello guys, im getting the following error: "array out of range in 'IndicadorV1.mq4' (63,5)". I want to make a code like this: double=med[]; int OnInit() { return(INIT_SUCCEEDED); } void OnTick() { if(ll!=Bars) { ArrayFree(med); ArrayResize(med,1000,100); for(int i=0; maxmin==False; i++) {...
Hi, My expert works fine when I use it on one pair. I mean drag the expert on the chart and let it execute. But when I use an array of pairs to open position on multiple pairs, It doesn't work. It seems still tries to open position on some other pair. It returns error 129 (Invalid price) static...
[Deleted]
Hello, How many objects can I create on a chart, without computer resource issue? Regards, Pierre8r
I am pretty sure that for some time it has been possible to send orders to an ECN broker with a stop loss as long as it is from an EA. I was getting the invalid stop error on the latest EA that I am working on and just couldn't find the problem. I changed the code to send the order without the stops...
[Deleted]
Hi, I know it is possible to set more than one opening rule to open a trade with the use of multiple "if's", but how to assign a closing rule to each opening one? Please, treat me like an amateur. I mean, some simple template would be welcome. Thanks.
Hello, We have few clients which are using VPS. There is a problem with the machines : all of them consumes 100% of the resources. I have investigated this issue and found a few processes mt4setup.exe and mt5setup.exe which consumed 99% of the whole VPS resources. Of course, there is no setup...
[Deleted]
Ever since this new MT4 build is released in June,I am having issues installing and running my custom indicators. I save them in MQL4 folder of indicators but when I run my mt4 there cant be seen in the custom indicators tab,same is the issue with templates,I save them in templates folder but...
my function call line in start() is LN(1,"+ 100", H, White); my function is void LN(double n, string nm, double val, color CL) { string NN = nm + DoubleToStr(n,0); ObjectDelete(NN); ObjectCreate(0,NN,OBJ_HLINE,0,0,val); ObjectSet(NN,OBJPROP_COLOR,CL); string nmL = NN + "_Label";...
Hey, It seems that I keep getting an error: "System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=6.0.0.0, Culture=neutra" This doesn't occur when I run the process from a configurable application that can contain: <dependentAssembly> <assemblyIdentity...
Hi is there any way to use current object as a parameter? JavaScript have "this", what can i use to make same functionality in MQL4? For example: class Container {public: Object *object; double m_Price; MyData(double price) { m_Price = price; } double getPrice(){ return m_Price;...
[Deleted]
I would like to modify the existing Heikin ashi indicator to draw an arrow whenever there's a colour change (signifying a change in trend). But it's not working and I cant identify the problem. Please help and thanks in advance!
Hello, I have an indicator which purpose is to paint candle if volume goes above certain value I have tried to modify it so that it only process the last candle (the currently forming and not closed) The purpose is to paint it the same as my background so that it hides the candle that is not yet...
[Deleted]
Hello, i programm a own Backtester and want to implement a genetic optimization. Now i want to know for the start, how in Detail works the MT4 Optimization? How big is the Initial Population, which kind of Crossover is/are used, how high is the Mutation and so on? I have the infrastructur for the...
I fail to convert the Vidya MQL5 indicator https://www.mql5.com/en/code/75 to MQL4. I endup with no compilation error but indicator does not display on chart. Please note that the MQL4 indicator https://www.mql5.com/en/code/9191is an old version which does not include the Chande oscilator....
Hi, I'm trying to install the following indicator (https://www.mql5.com/en/market/product/4370) but can't find it within the platform. Do they get deleted but not updated on the website?
Hi , my code bellow fetches information of a wrong Order ID. What happens is when I have a pending order open for order ID 1 for OP_BUYSTOP for example and then afterwards another pending order for order ID 1 for OP_SELLSTOP opens and i want information for the sell stop , i get information for the...
[Deleted]
Hi, Im a student who have just started trying MQL4. Im having issue finding the function to count the number of open position. Also, confused with the jargon so there may be some error in the words. Lets say the price is 80 and i put an pending order to buystop at 90. To count the number of...
Sorry , I got this form internet I thought this is free EA.
[Deleted]
I am new to this forum. I have a question on the Sleep command. I am using the same EA on 9 major currency pairs. I use the 5-minute time frame. Here is a simulation of the actual situation: 1) I click on a MessageBox that creates a EURUSD Buy position and subsequently put it to sleep for 5 minutes...
Hi, guys I have a custom indicator and need put it in EA code. Can someone help me? The indicator code =====================================================================================...
[Deleted]
Need help how to stop server from freeing Will run fine for days Message usually is required resource unavailable but using less than 16% of memory. I am using rackspace multi cpu server and have assigned 1 cpu per Metrader instance and it has slowed down number of freezes I believe Any...
Does any one know how to get hold of fxBinaryOptionScalper{8} If so please respond,first to respond $100
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.