Expert Advisors and Automated Trading - page 392

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...
  Strategy tester  (3)
Using Open prices It says. "Only for EA:s that explicity open bars" What does that mean? How is it done?
I subscribed to signals for $25 a month, but now what I didn't realize is that my account is micro so when theres a sell on EURUSD I miss out because my EURUSD is EURUSDmicro. Can I shift the subscription to a normal standard account? Thanks
Hello everyone, I am trying to solve the issue with setorder in my code and I don't know whre can be the error! The code: int ticket = OrderSend(Symbol(), type, lot, price, 0, 0, 0, CustomComment, Magic, 0, col);Print("PUT ORDER: " + IntegerToString(type), ", price=", DoubleToStr(price, _Digits)...
I've a code which able to trade automatically, i saw they can run this EA very well and when i apply it to my mt4 EA, it seems unable to run. May i know what's wrong with this system? I have the code but i need someone to clarify for me. Seeking for Mt4 Expertise to regenerate this system. PM me...
I understand MT5 can not write file to directories other than in its own sub directory for security reason. Here, I am trying to read a file. I am putting a csv file, "ssTestData.csv", to the folder "C:\Users\nick\AppData\Roaming\MetaQuotes\Terminal\158904DFD898D640E9B813D10F9EB397\Files\" in my...
Want someone local that I can meet with. contact me by email: oxbuck@gmail.com
Hi All, I have a strategy and trying to backtest with MetaTrader Version:4.0 Build 765(12 Dec 2014). I downloded last 1 year tick data from dukascopy via Tickstory Lite and test it succesfully. After fix some strategy's logical errors this time i downloded last 12 years tick data via same method...
I want to make a purchase cancellation Expert Advisor, can it ? Please give me step by step, Thanks
Hi, Could you please tell me what should i do to make an EA available for only strategy tester? Where and what  should i add to the source code? Thanks...
Hello Traders Let's say I have several EAs running at the same time, however I do not have access to their source code. Is there a way to dissable (untick allow live trading/remove EA) programmatically only one specific one, without affecting the others . For example have in another chart an...
  icustom issue  (4)
Heys guys plz can some one help me as my ea compiles perfect but does not take a trade when i set these values for the indicator. but if i change it to if (arrowup > 0.0001) then takes trade like crazy so i know the buy and sell fuction work. please if any one can help. double...
Dear all, I am trying to code an EA that is supposed to operate only during the following two particular moments of the day: - within the first 5 minutes since the markets opened - and in the last 5 minutes before the markets close. I guess I figured out how to handle the first event (namely
Hello Everyone, I am considering purchasing a few EAs, but do not want to install them on an old Windows XP machine, I am running pure Linux (Ubuntu 64-bit) now and have been for sometime which is very stable and runs Metatrader very well, only issue is that it does not understand the "Market"...
Hi everyone. Does anyone have any recommendations as to which EA would be a good investment ? What one works for you ? I am toying with the idea of setting up a second account to be run exclusively by an EA, I will get around to either building or having built one around my trading trading style,...
Hi I want to subscribe to 5 signals, using 5 different MT4 programs on 1 computer. So i have 1 computer, 5 diffrent MT4 programs are running. Each MT4 was installed in different folder, so it's possible to run it 5 times on 1 computer, that is no problem. Now... i want to subscribe to signals...
Hello, I do not have time to learn this programming. I have the logic flowchart. Is there any programmer could help me to write a code? Thank you
so, lets say - i have an EA, which for some procedures uses some info from previous trades. in my case - after a trade has hit TP, another trade is opened, in the same direction, but the parameters of the trade are changed. is it possible to invoke a string of code, that would erase all such info
Made attempts @ subscribing to a signal however only cancel option is highlighted after entering mql5 password for confirmation... Help!!!
I'm currently subscribed to a Signal and would like to switch Brokers. Can I do this without any issues or would I need to re-subscribe to the signal again?
[Deleted]
Good Afternoon ! Anyone experienced something like this ? When y run strategy tester you have a ONE very good result (running strategy tester @ CustomMax template) and ST is not able to recover its results ? Thank you and Regards, MRC