[Deleted]
Hey, does anyone know if it is possible to compile the source code so that it is "locked"? That is, after it is in executable form and placed under expert advisors in the navigator pane, can the executable file be prevented from being "uncompiled" back to the source code?
I am trying to build an IPC through named pipes between another application with a RT data feed and MT4. I have considered using reading/writing files on the disk but would like to achieve the memory option if I can. I am using various combinations of C/C++ dlls and importing the kernel32.dll...
[Deleted]
I've got a nagging problem with this piece of code. It is supposed to modify the stop loss of OP_BUY or OP_SELL orders, but somehow is it tries to modify pending orders, and ignores the op_buy/sell orders. I thought the: if( OrderType() <= OP_SELL ) would take care of that but it doesn't.. :( When...
[Deleted]
How To Turn Every $5 You Invest Into $10 in 7 Days or Less http://dd6.infos.cx
[Deleted]
I have downloaded the MQL4 book, "mql4bookenglish.chm" numerous times and when I execute the .chm I get"Navigation to the webpage was canceled" also the same thing happens when I execute "metatrader4_en.chm"
Will we be able to convert our indicators and EAs from mql4 to mql5? Also, will we be able to load our own indicators onto the mobile version of metatrader5 which is not possible on metatrader4?
[Deleted]
could you be so kind and help with the given problem in the headline. Thanks Fino
I really like this indicator but there is no room for it on my chart. Is there a way to make a window indicator into an onchart indicator? Waddah_Attar_Explosion.mq4
[Deleted]
............ it's driving me nuts!! lol hi guys n gals firstly, this is my very first post on the forum so may i wish you a happy new year to all, and all the very best for the coming year! my name is michael and i'm pretty new to programming in mql4. i'm enjoying it immensly and generally i've...
Good afternoon. There is an interesting strategy, I ask for help in writing an expert and preparing it for the championship. I will not be sending any "preliminary reading" materials by post. All details, including payment, I'm ready to discuss at a personal meeting. Geographically I live in Moscow
How can I change the color of an indicator that appears on the chart, thru an EA. For example: mediumEma = iMA(NULL,0,21,0,MODE_SMA,PRICE_CLOSE,1); longEma = iMA(NULL,0,55,0,MODE_EMA,PRICE_CLOSE,1); both appear in red color. Regards Andreas
[Deleted]
Hi fxwin, Interesting combination. Please send it ingenierofx@hotmail.com Thank you very much.
[Deleted]
I am trying to write an indiactor that wil plot a horizonal lines at the past DAILY Average High and Low points on the chart. I have no background or idea how to write this. I have looked at mant indicators on the forum to try to get an idea but, I get confused I am not sure how to wite in code take...
[Deleted]
i need help if this indicators can add into metastock software if not possible pl tell me
[Deleted]
Results look pretty good. Please send it to me: yjl1950@yahoo.com.cn and I'll run some history test. Thanks.
[Deleted]
When I compare the MT4 Least Squares Moving Average to Tradestation's Linear Regression Curve, they are certainly the same formula. However, the MT4 indicator has some nice red/green/yellow color coding which I like a lot. My Tradestation indicator is just one color. If you look at the MT4 Least...
[Deleted]
Hi, I have been trying all day to upload various other indicators into my meta trader platform and each time I have been unsuccessful! I would really appreciate any help with this matter, thank you. TULU
Hello. I have been trying to modify the code with iHighest with no luck. I'm trying to find the highest point between 2 specific times (example: highest price between 1200 - 1700) - not last "x" bars, etc. Once it identifies the highest price, I'm trying to get it to draw a horizontal line making...
[Deleted]
Hi All i am trying to place orders OP_SELLSTOP at hour() higher than the current price and OP_BUYSTOP lower than current price in an EA. double down = Open[0]-400*Point; double up = Open[0]+400*Point; Ticket=OrderSend(Symbol(),OP_BUYSTOP,ILots,down,Slippage,SL,TP,EAName,Magic,0,Blue);...
[Deleted]
Is-it possible to do the following : For example, on a GBPUSD H1 chart, instead of 13:00 to 14:00 bars, I would like to have 13:02 to 14:02, etc... How can I set up a shift like this ? Thanks
[Deleted]
Is that very simple? But can't do that. Please help me. Many thanks. I have try with this: Alert("OpenD1: ", Open[0]," HighD1: ", High[0]," LowD1: ", Low[0], " CloseD1: ", Close[0]); And back test it with: (From 2009.01.01 to 2009.12.20) - Period: Daily - Model: + Every tick...
Hi Everyone! So I've been using the shell32.dll to execute .exe files for my EA.. It works fine, however, I can't use it in tester because as soon as the EA fires off the command, it proceeds with the rest of the script.. is there a way to make tester pause from setting off the next tick until all
Hi, I want to programm an EA, which only open a new order when the close price of the candle matches my requirements. How can I programm it, that the EA has only to look at the close time of the actual candle or at the start time from the following. I hope you can understand my problem and give me a...
[Deleted]
Hi to all! My name's Luca; I've got a big problem; HMA EA works well but I have to put it on a CENT account; My cent account has a limit -broker limit- of 100 lots for each order, in cent account 100 lots = 1 standard lot = 100000 usd So can you change in "hma ea.mq4" the maximun lot for each order...
how can a person see or get the ticks.raw file in usable format?? I assume it containsthe ticks and time, both of which I need.. just them..
Hello, I need help on this EA. Actually I already got system in Amibroker TA,also I am trying to code same system as MetaTrader EA. Below is amibroker code(AFL) for system that I want to code as EA. Quote: no= Param("period",7,1,100,1); res=EMA(HHV(H,no),3); sup=EMA(LLV(L,no),3); a =...
Hi: After having performed an optimization test with MT4, I can only see the variable sets (combinations) that produced a net profit result. I'm questioning if it's possible to see all the parameter set results (within net profit and net loss)? Obtaining the full parameter set results of an
I found the Sleep() function does not work exactly as expected. See the table for test results. The test is to Sleep() from 0 to 99 millisecondsand use GetTickCount() to see how long the sleep lasted. Results might vary with different PC hardware. Conclusions: This is probably OS and/or hardware...
[Deleted]
Hello, Can someone please help me to convert this EMA code in EasyLanguage to MQL4? Or, if you already have the code for EA trading system, it would be great. Thanks a lot. { Buys if Price crosses over Avg and then stays above Avg for one or more bars } inputs: Price( Close ), Length( 9 )

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.