[Deleted]
Simply trying to change the color of a line, more red if the value in Field[1,i] is high, more orange if Field[1,i] is low. Right now, when I run the EA all the lines are pure black! for(i=0;i<50;i++){ ObjectCreate("L"+i,OBJ_HLINE,0,0,0); int R,G; R=245+Field[1,i]; if(R>255) R=255;...
I made a lot of re-do's on my own complicated indicators, but one problem I could not overcome, TS show high efficiency, but on short intervals of history. I tried new and different strategies, trying to find a stable one in a wide range, but so far I haven't succeeded. I have decided to try the
OUR EA WILL NOT START CONSISTANTLY. WE HAVE THE EA ON BETWEEN 5 AND 11 CHARTS ON THE SAME PLATFORM AT THE SAME TIME. THE EA AND ALL ITS INDICATORS WILL START ON SOME OF THE CURRENCY PAIRS BUT NOT ON OTHERS. CAN ANYONE SHED SOME LIGHT ON WHY SOME PAIRS MAY NOT START PROPERELY? WE USE ALERTS AND...
[Deleted]
We continue working on improving the MQL4.community website for the sake of usability. Today we have launched a new version of the user profile in our forum: You can now easily upload your own photo. This will betray you better communication. Image editor, allows you to edit your image without any
[Deleted]
Hi, I'm new with MQL4 Community Please help me why this scripts doesn't work only for Sell Limit and Buy Stop... //+------------------------------------------------------------------+ #include <stdlib.mqh> #include <WinUser32.mqh> extern double LotEUB = 0.23; extern double PipEUB = 39; extern double...
[Deleted]
Friends, Forex signal is very important in trading forex. But goodsignal is not easy to get. And mostly are paid. ForexTradingEVO .com isoffering daily free signal. The main pairs are EUR/USD, GBP/USD, USD/JPY,USD/CAD, USD/CHF, Gold, and Silver. You can enjoy free signal daily till 7 GMT.I hope you...
[Deleted]
Hi! I need to open up the indicator window (for example for MACD ) for a chart from within a program. How can I do that? thanks
I am trying to write an EA that: Buys on the open when the last bar is an Outside bar and the low of 2 bars ago was the lowest low of the previous 8 bars. exit when on the next bars open. Sells on the open when the last bar is an Outside bar and the high of 2 bars ago was the highest high of the...
I try code a indicator(RSI) to display with RSIPeriod1=10 and RSIPeriod2=20. How to get value of lines RSIPeriod1=10 and RSIPeriod2=20 by EA?
Can you help me please? I´m a metastock user, and i have a profitable expert advisor how to convert this metastock expert advisor to mt4 ea ? BUY Cross(Mov(CCI(96),5,E),-185) OR Cross(Mov(CCI(96),5,E),175) OR Cross(Mov(CCI(96),5,E),0) OR Cross(Mov(CCI(96),5,E),-50) OR Cross(Mov(CCI(96),5,E),70)...
[Deleted]
Helo, I suppose that many people are asking themselves the same question right now. Hedging techniques aside, has anybody tried to move to Vs5 successfully? I started building some EA half a year ago and was going to start my paper trading phase now. But I wonder if it is worth to use this...
[Deleted]
Attached are an expert advisor, mySARea.mq4 and theindicator it uses, myParabolic.mq4. The EA follows the rules of SAR (stop andreverse) with the addition of a fixed trailing stop. It was tested withEURUSD_M15. I have three very great favours to ask of the gurus on thisforum: Would you please...
hi which quality /faclity should we get consider while EA developing ? ( i was not asking codes off ea) pleas menton the facility name
[Deleted]
Hi: I am hoping that someone can help me. When I try to execute a simple function from a DLL that accepts an int argument, MQL4 crashes with no stack trace. Here is the crash dump. As you can see, there is no stack trace but that is okay because I know exactly where it is happening. I just can't...
Anyone using Forex Megadriod the new robot? Was looking for some feedback, ive had a few issues setting up and testing.. http://enascent.fxdroid.hop.clickbank.net/?tid=011 thanks
I want OKShort to stay = 1 until the condition for OKShort = 2 is met. Right now, OKShort stays = 1 only on the bar where Low == ll. As soon as we hit the next bar, and Low != ll, then OKshort goes back to 0. I want it to stay at 1 until I assign a new value. double hh; double ll;...
[Deleted]
ur real time software is great and smooth but only nifty future is available. why not introducing some cash and future scrips for nse
Can external variables be set by code within the EA and hold that new value when closed and reopened, like export and import? I will be running an EA on a VPS which automatically restarts all EAs after an unscheduled shutdown. In this case I need to hold a variable and restablish the same value in...
Hi Leute, Ist hier jemand aus Hannover oder Umgebung..!? Wenn jemand aus der Ecke kommt, und Erfahrungen austauschen möchte, soll sich bitte melden. Email
What way is available for one to edit the WingDings used by MetaTrader? Any guidance in this would be appreciated. If the file is a Windows file, what editor would you suggest to accomplish a change to a few of the symbols in the set? I find a Wingdings file in the Window/System files, is this...
I am new to MQL4 and have just created my first custom indicator - at the moment it is a grid indicator, however, I would like to add trend lines to it. What I would like to do if possible is to detect the intersection points of the vertical and horizontal lines. Then, pass the values to a trend...
Hi, i have been researching the fibonacci object tool that comeswith metatrader 4 platform. trying to solve one problem. how do iswitch off the ray property of the fibonacci levels for the fibonacciobject tool. MT4 build 226 has an option to check or uncheck the rayproperty but it doesnt seem to...
Dear all, I am looking for a systematic way of choosing the right parameter set after an optimization. How would you proceed to do so? My objective is to optimize on 1 year, then select the parameters, then trade during 3 months, then optimize again on 1 year, etc.... This would allow to include
hi ... i want help in codening please help me 1 - hi i have this coddening alert for email & sound alert i mostly it use this email & sound alert for the 4 timeframe (1,5,15,30) it is possible to make codes like that will show the on and off bution on the indicator properties that will show user...
Does MQL have the ability to export And import data? The idea would be to export the value of a variable to preserve it in case the EA was inadvertantly closed so it could be imported and restored to the's value it was before the program was closed
[Deleted]
I'd like to delete data from a binary file opened via MQL4's FileOpen. In certain situations a rollback should be done to an earlier state by erasing the end of the file. The data should be removed NOT just overwitten by 0's. Basically a truncate operation is what I need to perform. I tried to put...

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.