[Deleted]
Hi I am newby to scripting and want to see if anyone is willing to be my mentor to teach me write an EA according Bunny Girl systems. See the enclosed file Bunny Girl System B ASIC C ONSIDERATIONS Suggested Currencies · EUR/USD · GBP/USD · USD/CHF · EUR/JPY Recommended Trading Sessions : ....
[Deleted]
Hey all, I'm currently training a neural network to look predict high, low and close prices for GBPJPY, so far I've had some success, mainly due to having access to a Cray supercomputer at uni. Anyway part of that is feeding it a mass of data and letting it chug through it and find patterns, with...
[Deleted]
Could anyone help me here: I have an EA that places trades. I need a loop to go back and find if one of the orders is gone(either closed for a profit or stopped out). The idea is to make sure if my EA places four trades and one is closed, I want that another order to be placed at that price again....
Just remind to MQL staff. It is really annoying. The Counter Spy keep removing MetaLang.exe. MetaTrader does not work. Any Chance. To clarify, your MetaLang.exe is not a suspicious programe to run with the anti virus developing company
[Deleted]
Hi guys, I am trying to use your OsMA_Divergence_v1.mq4,Is seem great. Only thing I miss is an audio alert. Would anyone manage to add an audio alert into the indicator when a signal is occured? Thanks a lot. Best regards. Yak cesta at klikni.cz
[Deleted]
Var1:=(2*CLOSE+HIGH+LOW+OPEN)/5; A1: (EMA(Var1,3)+EMA(Var1,6)+EMA(Var1,12)+EMA(Var1,24))/4; A2: EMA(A1,2); A3: EMA(A2,2); A4: EMA(A3,2); A5: EMA(A4,2); A6: EMA(A5,2); A7: EMA(A6,2); A8: EMA(Var1,2.78)*1.028; A9: MA(OPEN,3.2)*1.028; SAFTYLINE: EMA(CLOSE,55), CIRCLEDOT;
[Deleted]
Hello, I just lost my MetaTrader connection for some reason, are you guys having this issue?? any idea? Please help. Thanks, Mike
[Deleted]
I was hoping someone could help explain to this newb (in a nutshell) how you optimize a new EA with the strategy tester? I've figured out how to test different variables, and the results are generated in the Optimization Results tab...however, I am not sure how to pull the best sets of data from...
[Deleted]
FIX seems to be a standard interface for several type of brokers I like MT4 and certainly will like even more MT5 but it is not usable with the brokers I like the most I also understand that in a way MetaTrader has a razor and blade marketing strategy but I guess if I were the marketing guy of...
Dear Programmers! I'm working on an EA. At a specified time I would like to make ScreenShots at same time from two chart. The fitst chart is the current chart. And I would like to make screenshot from another chart. I can use the Screenshot() function. It But I can't use it on other chart. Do you...
[Deleted]
I've had some pretty good luck optimizing a few open source EAs that I've found. I wanted to know what the general concensus was as to what might be the most consistently profitable expert advisor that is open source to start from. Any suggestions from the online library are greatly appreciated!...
[Deleted]
On my EA that I am working on right now, I am seeing that even with optimization there are still trades where I am missing a few pips here and a few pips there. I'd like to be able to setup a trailing stop on a position rather than setting a stationary number on. Once it hits the first profit
[Deleted]
What is the ideal length of time to test an ea back to?
[Deleted]
Hey guys, When using trendlines alot when setting up charts for good enteries/exits, I'm thinking about how I can manage to get a text (parallel to the trendline) showing how far away in pips the current market price is before it reaches the trendline.. Any ideas anyone? Thanks in advance! HA
[Deleted]
It has been down for more than half hour, it is doing this every day and no one seems to care.
[Deleted]
Please can anybody help me? I will use it as stop loss, but it only closes the current order, but don't open the reverse one... { OrderClose(OrderTicket(),OrderLots(),Ask,3,Violet); Sleep(10000); ticket = OrderSend(Symbol(),OP_BUY,Lots,Ask,3,0,0,"ReverzKoupeno",777,0...
[Deleted]
I'd like to add some cash to my demo account on meta trader. How can I do that??? Thx! :-)
Hi I want to buy an automated forex software program, and I have decided between the following. 1.fab turbo 2.forex maestro Will they both work on the mt4 platform
Dear All and Coding Masters, Request to be assisted in modification EA become condition as follows : 1. Plan level until 10 levels 2. Level 1 up to level 5 as according to standart EA Blessing 3. Level 6 started with distance of 50 pips from level 5 4. Level 7 started with distance of 50 pips...
[Deleted]
Hallo, i have tried do search in the forum a solution for my Problem: What i wont do is fix at order open the value of the diff. from Bollinger Bands, to calculate my TrailingStoo: My FORMULA: Diff. Bollingerbands (at orderopen) Initial Stop: 50 Pips Diff. Bollingerbands(bar [0] - now) at order open...
New article Program Folder of MetaTrader 4 Client Terminal is published: The article describes thecontents of the program folder of MetaTrader 4 Client Terminal. Thearticle will be useful for those who have already started to grasp intothe details of the client terminal operation. Author:...
Hi All I really hope that the answer to each of these questions is No, else I will feel really dumb. 1) Is it possible to change the default chart settings so I can get the charts to open with the template I want and not have to add the template after opening? 2) Is it possible to get the tester...
[Deleted]
Newbie first day with Forex Killer error message : Invalid S/L or T/P > whats wrong? Thank you in advance.
Hi..in October i put up the combined indi topic..now the new ingredient is much promising. i try my best to get small token to run on living account but nobidy what to help me..anyway i can show u..what i have tried on latest demo trade..it give me best result..if you want to the completed secret...
I have down loaded MT4, logged in once and now won't accept my password, I have tripple checked that it is correct. Could it be that I had MT4 previously to run a trading robot that did not work. I was not using MT4 and decided to uninstall it and now reinstalled it. I have decided to drop my other
[Deleted]
Hi. If I have a .txt designed in this way: First Row: 7 char string Second Row: 9 char string Third Row: Empty space Fourth Row: double 15.00 Fifth Row: double 18.00 What is the efficient way to make my EA read (and save) the DOUBLE figures (rows 4 and 5)? Thanks. ST
[Deleted]
Hi Sir and thanks a lot for your kind help. In my trading strategy, I filter the days in which I open position from the days in which I do nothing, I do not trade the assets. Like filter I use the ATR metatrader standard version (14 days). So like on/off filter for working day I have a daily eur/usd
I include the code for the indicator that I did. The problem is that the lines and text show correctly at the start. how ever I would like the text to remain where it starts and not move as the bars progress can someone help me I know I am missing something small but I can figure this out Thank...
Hi, when doing backtesting on my EA I noticed that "time value" of open/close orders on "Result" tab is not aligned with the graph, especially with the bar where the blue/red arrow appears. Does it mean that the backtesting is not accurate? How can I check accuracy of backtester? Thanks Alex
[Deleted]
Hi guys, I am still in learning phase and followed the mql4 book. I had no problem to save and see the mq4 file I created in my MetaTrader 4 folder /experts/trial.mq4. After compiling, the message window shows no error and passed the execution. However, I failed to find my corresponding trial.ex4...

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.