Expert Advisors and Automated Trading - page 406

Dear all, I succesfully subscribed to a free Metatrader trading signal for several days and I have a problem when trying to do it in a different computer. I want to subscribe to the same signal provider with the same brokar but in a different account, so a different login is required (same broker...
May i ask will this error exist if there're 2 mt4 terminal run the EA which using the same magic number at the same time? There're 2 Brokers, but using Same EA, Same magic number and run at the same time. 1st mt4 EA, magic number = 11111. 2nd mt4 Ea, magic number = 11111. Yet, it came out...
The result is a powerful filter with good throughput. For example iVolume<50 Sell open. iVolume>300 Buy open
Hi, I have a problem I have tried everything and cannot load my EA on the MQL Virtual Server. The server will not allow DLL that I know is Ok, But when I turn off DLL from the EA inputs then I lose the chart on MT4. Then I cannot load Quantina EA to the Virtual Server because it's not there....
Is it a limitation to mt5 that when testing a multi-cuurency EA the results will be different depending on the symbol it is tested on? Even using the same settings and same symbols selected, I am getting very different results depending on the symbol it is back tested on. EA uses open prices only. I...
Hi, I have a small visual problem with my homemade Binary EA. When i start the EA and the signals come its all good, but after a while when many new bars has come the arrow start chaning place. I have the arrows in IndicatorBuffs like this, SetIndexBuffer(0,arrow_dn); SetIndexArrow(0...
  Newbie Question  (1)
Hi there, maybe i'm a donk, but i can't get this Software running with a bot ! I got the Errors: 2015.05.13 05:02:16.434 MACD Sample GOLD,Daily: Error opening BUY order : 130 or 2015.05.13 05:03:27.731 MACD Sample GOLD,Daily: Error opening BUY order : 4109 Im using a demo account and...
I would like to be able to overlay two closely correlated currency charts (EURUSD and GBPUSD ) on an MT4 platform to demonstrate the differences in direction and relative movements to one another in different time frames. Any help would be greatly appreciated
I attended a fx paid training in jamnagar gujrate india.after lot of effort I concluded, only i couold trade is using smart expert which could trade for me, I found a simple expert using ma and adx written by samuel, I could used to trade, however i cannot debug or compile it, because it has some...
Hi, I'm setting the request deviation variable of the MqlTradeRequest structure before send an order and testing my EA with the Random Delay Mode enabled on the Strategy Tester. The problem is that the order is been executed with slippgages much grater than the value set. There's any pre-requisit...
Hello all, I am relatively new to EAs and I do not know the MQL programming language(or any other programming language) so I am not able to make my own EA. However I have heard that there are softwares that you can use to make EAs without using any programming language. Does anyone know such...
[Deleted]
Hello forum, good day. How could I know in MQL4 if a bar closes on the top or bottom 25% of its range? Your help will be much appreciated. Best regards and thank you in advance, Gerardo
I am trading with certain broker with real account. I use automatic system to place order. I use OrderSend to place order at market price with Stop Loss. Order is filled with required price and stop loss is also set and available on server. However, when Order is closed the closing price is not...
Hello, I am currently searching an error manager. It should have a feature, where a log is written with all occurred errors. A larger number of different error should be covered. The error detection is done in the ea. It should be in a library or something like that. Do you know some solution...
[Deleted]
Hello forum, good day. Is there a way to move the Take Profit just like a trailing stop would move the Stop Loss? I would like to move both values, lets say 30 pips for Stop Loss and Take Profit. Best regards and thank you in advance, Gerardo
#ifdef X || Y Compiles, but do not work #if defined(X) || defined(y) Does not compile. ('#if' - invalid preprocessor command) There's a way to do that?
  time trading  (12   1 2)
Can someone help me ? i'd like execute my orders every 1 or 2 or 5 Min in EA § How can I configure MQL4 for this ?
Hi , After Moving to MT4 ver 600 and more , My Last code for opening the file met the problem. You Can see the code and the Error Message : Also I'm running in wiondows8.1 X32 . Can anyone suggest a solution void OnStart() { //--- int iErr=0; string...
Hello guys, I was working in an EA for binary option and i've tried to implement a martingale system. But, it doesnt work, i've tried a lot of different ways, and, couldn't get there. Can someone tell me why is this not working? double up[],dw[],up2[]...
[Deleted]
Hi all, I have two MT4 real accounts at XM.COM. One is a micro and the other a standard one. I subscribed to JMLAGRESSIVE with my micro account but with my standard account, I cannot subscribe to this signal because it isn't shown in the signal list! Strange behaviour. Does anyone have an idea why?...
2015.05.07 11:06:32.484 '610589287': order buy 14.00 AUDCAD.bo opening at market sl: 0.00000 tp: 0.00000 failed [Invalid parameters ] thats the error i get but it does open orders sometimes but alot of times it shows that error above void OnTick () { int total= 0 ; bool newb=NewBar(); int
May i ask how to enable Signal on terminal? Already email to my broker, but they asked me to refer back to mql5 community. I've no idea why it will missing when i login into the server. Can somebody tell me how to enable it back? Appreciate for your helps.. Thankss....
Hi all, If I use iCustom(..) to use data from a custom indicator in my EA, the called indicator is not shown in the chart window (although loaded and executing OK). The question is: If I load the indicator a second time into the chart for visualization, using the user interface, will the indicator...
Dears, If I call OrderSend(..) will the order only be queued, or does the function return only upon (un-) successful Order-execution? Is there any possibility that "onTick() Events" will arrive, while the SendOrder execution is running, e.g. if the order is only queued, Tick Events could arrive...
Hey. I'm using a 3rd party breakout bought from here. Question. Why does some pair after breakout follow through. While others reverse. And rarely some will pullback and then continue in the breakout direction. Which filter indicator can I add this? Regards David
I got this EA from my friend that bought from someone.This EA coming with .ex4 type so I cannot modify it anymore. This EA has 2 part one is Buy only and another is Sell only and trade using martingale and hedging. what I only know is the input in line 7 of the EA is to set initial Lot size but I...
Hi everyone, I know this might sound silly to most of you, but I recently have bought my first EA and have attached it to the currency pair chart I want to use it on; I got the smiley face and everything seems fine as my orders are being placed and my EA is operating. However, how does a EA...
Hey guys can any one help me on code for compound in my ea lets say base trade amount 10USD So its our 1st trade and it won so we have now 17USD total 2nd trade: last base trade = 10USD + X %of profit of last trade so 2nd trade lets say 12USD 3rd trade is last trade = 12USD +...
Hello all, first of all i am pretty new at EA coding, second I have looked for a related post in the forum itself and on mighty google, even on stackoverflow. Now I wrote a simple EA to open an order if certain conditions are met, one of which is double RSI_1 = iRSI(NULL,PERIOD_H1,14,PRICE_CLOSE...
Hello, Can someone help please with my indicator here, want to add one new simple mode to it. The indicator draws vertical lines based on volume indicator. The new mode lets call it 'Opposite Mode' as the name suggest it basically makes the indicator draw opposite of the two daily vertical lines...