Expert Advisors and Automated Trading - page 360

Hi, The MT4 as a function that gives me the number of tick per second, I mean a function that tells me how a quotation changes per second? Thanks
Hi, I would like know if is possible to close a position (or invert it) with a limit order ( TRADE_ACTION_PENDING ) in HEDGING system? Even when I set the order.position to the position id (ticket) that I would like to close, I'm getting the error 10013 " invalid request ". Since this error is
When I subscribe to a signal is it possible to run in parallel to the signal on the same MT4 application one of the two: - EA - Script Thank you very much!
Hello I have some important questions on Trading with VPS and Signals (for experts). Regarding VPS: I have recognized 3 conditions that are adverse to trading. These are: 1. Server crush (es. Installing windows update) 2. Server is up but connection is not working 3. MT4 app crush on the server Is...
  Invalid SL or TP  (4)
2016.10.04 17:59:52.325 '70294368': order sell 8.00 #Euro50 opening at 3010.40 sl: 3026.37 tp: 2994.43 failed [Invalid S/L or T/P]   I get the above error, the stops level is 30, so I do not understand why error occurs and how to resolve?   The issue does not occur...
Hello, I have an important question concerning Signal monitoring. After a subscription to a signal it is important to monitor some parameters. One of the most important is Slippage. I haven't found any article or information regarding monitoring Slippage after a signal is subscribed. Is there any
Dear friends, im trying to use a indicator signal in my EA but i have no idea why CopyBuffer just give me ordered numbers, let me show the code:   #property copyright "Copyright © 2011-2016, EarnForex"#property link      "http://www.earnforex...
[Deleted]
Hi traders,   I would like to become seller of my system. I am in waiting perriod 10days. Why is there message "Authorization failed. Please check trading account data."? How I can reenter Investor password? Is it better to delete Signals and start again?   BDJ 
Hello PPL I am looking for a script or EA that can close all open trades in profit on an account at a specified time and day of week, and/or a separate script/EA that can close all unprofitable open trades on an account then immediately open a reversed trade with same lot size at a specified time...
Hello, I have noticed when I backtest a strategy using OP_BUYSTOP or OP_SELLSTOP  types, execution levels are done at the exact STOP level even when such market execution would'nt have been possible ( gaps...)  Normally if you backtest with OP_BUY and OP_SELL  and have a...
I am running the strategy tester but keeps getting error 10036- position already closed!! The returned message fron the server has the position ID supposing it is an open position!!!! Your help will be grately appreciated .
currently, I'm using a demo account for MQL4 and once I decide to use the EAs for money,  will I need to upgrade to MQL4 Real account? If so, how would I do it and what would be the price?  
Hi! When I drag the "Period Converter" (raw copy attached) to a chart (for instance, onto a 1-minute EURUSD chart), then I am able to separately create a new offline chart, for instance 3minute off-line chart (basically a new .hst file is created). My ask from the clever team here is the following...
Hi Everyone, I have a broker account which one is me personally trading and one mirroring an expert. What I want to know is that is it possible to setup another account which would be a contact of mine and they can mirror my mirror account? I am not interested in Affiliate Programs or PAMMS, just...
How to build a PC for MT5 back testing? I try to backtest using every tick and it is really slow. Do you know any specs I should look for to build a PC solely for back testing? How fast would it be? At the moment, I'm using Pentium 4, Core i5, 2.40GHz, 16383MB Ram   Also does graphics...
Hi Everyone,  I am learning EA coding. Who can help me to call/create Stochastic Oscillators Indicator in EA coding ? I appreciate if anyone help me  
  DLL error 126  (2)
Hi, i'm trying to use a DLL from my EA in MT4 (Build 1010) i wrote a DLL using C++ with VS 2015  but i am keep getting Error 126 i tried to put the DLL in the Data folder (Build 600+ folders): C:\Users\XXX\AppData\Roaming\MetaQuotes\Terminal\XXX\MQL4\Libraries and i tried to put it in a...
input   int              SpreadsToCollect = 10;double spreads[SpreadsToCollect];  How do you do this? I get "invalid index value".
Hello, I got some serious troubles copying signals because my Broker (GKFX) sets the displayed Account Leverage in MT4 to 1:10. The Support answered that the technical reason for this is because they have different Leverages for each Symbol (e.g. GBP/USD is 1:200 and EUR/USD is 1:400) so they set...
  Expert Advisers  (3)
How to write a program code for a EA, to uncheck an ' Allow Live Trading ' box on the EA Common Settings window ( but not on the Platform Trade Permissions), whenever the Net Balance falls to a level, that you want it to disable opening trades. But checks the box back again, whenever the Net...
INDICATOR CODE //+------------------------------------------------------------------+//|                                  &nbs...
Hello, I followed this post https://www.mql5.com/en/forum/9233#comment_1627489 but it does not change lot (still trade0.01 in my demo account) could anyone please send me ExpertMAMA codeI can change lot size? Thank you very much!
I am following a signal and the lotsize my account keeps trading at is 0.01, how can I change this, the signal provider is trading at more than 0.01
Hallo Sirs, I have written an Indicator, which write a HTML File and I want to insert a Code in my Indicator to upload  this File to my FTP Homepage. is it Possible without webrequest?
Hi, I've recently started using fxdreema and I'm a newbie. I looked at many answers but couldn't find an answer to my question. Is there a way to setup EA to wait and to trade in certain conditions? Example: I want my EA to buy when cande close is above the 200 EMA but wait and not open any...
I have a good entry system and exit for trading, but I don't have time to stare at my chart until my exit setup appears. So, I'm wondering if it's possible to code an EA that will exit for you only? I'm not asking for free coding. I just want to know if this is possible before placing a job in...
hi, this ea has several errors when i compilation, please fix those errors and make this ea work.   anyone help please. thanks. 
Is there any way to use redis client in ea? Or is there any redis client dll that ea can invoke? Thank you guys, very much!
Hi, I developed an expert. As far as I know, the expert starts running when the price change . However, if the price change again, and my expert does not get to finish, the expert do not continues and another expert run starts. This happens when the market is under strong variations. So, under this
hi all, I'm searching for a EA that move the stop loss like a trailing stop but even when the SL is in a loo area. So if the starting price is 100 starting SL 90 "dynamic" stop loss is 10 when the price is 101 the EA will move the SL to 91. When the price get to 111 it become a norma trailing...