General - page 1538

Hi guys, I need your coding help. I have different open positions from different EAs with unique magic numbers. Now I want to let check every EA if the EA wants to open a new position to check if there is already an open position with a given magic number. How can help? Best regards
Is there any filter to find all of my post in the forum? Thanks.
I am talking about levels having their own color. Some other charting softwares have this really nice feature. I played with Ninjatrader and Gannanalyst a little. But honestly, these 2 programs are so cumbersome when it comes to study charts that are almost unusable. So I was wondering if...
[Deleted]
Is there available, or can someone please write me an MT4 indicator that... * Shows an up or down colored arrow on each currency pair chart (M15 - D1 timeframes but especially M15 and 1H) at point of a possible trend reversal which shows what the corresponding trend is moving through on next above...
I want to install kagi indicator,how to do it?
Hi, I'd like to propose creating options in indicators and EAs that also add a TP which triggers if a specified number of bars/candles has passed since entry. It could be used by itself or together with a pips based TP. My thinking was that many times if you wait till the open of say a 3rd or 4th...
Hopefully I am not missing anything obvious but for some reason the if block that I have in bold below is returning lots of error 4806 errors in strategy tester: Does anyone have any ideas what I'm doing wrong or why this kind of thing won't work in the strategy tester? thanks =================...
I've searched the forums for things like "mt4 mt5 compatibility", "mt4 terminal mt5 server", etc., and I am drawing blanks, so I'm going to ask what may seem to be a dumb question... I'm starting a new EA project (the current version of my last one is pushing 15k lines of mq4 code), and was going...
How to export " Trade History Report " by command line or MQL5 code
Im looking at testing out the Strategy and EA Centre at Harbour FX. Anyone used this broker?
If I have an open position and a stop loss event occured, how can I trap it? Do I have to use the OnTrade event?
Greetings to all. Here is UniversalMACrossEA modified by me for working with Adaptive Laguerre Filter. I'm sharing it ONLY to present the idea and I do not recomend trading LIVE with it. I have tested it but code of this EA should be revised by experts: in backtest, tester is removing and reloading...
Is it possiable to forbid viewing trading history and coping trades through investor account during trading hours?
Could someone list the brokers that support live trading on the MT5 platform? thanks in advance
  DLL deployment  (2)
Hello, assume you have a DLL written in C++ which you like to sell. Users can call exported functions. You provide an .mqh wich defines all exported functions. My question: Where to place .dll and .mqh from my setup routine. i'd like beware users from setup trouble so my installation routine...
  Tips  (1)
I've tried different company demos but still unsure of which broker I'd like to open an account for... any suggestions?
MXN/USD is currently in an uptrend. MXN/USD gain 0.3484% on 05/31/11 and a toal percentage of 0.9345% in the past 3 days MXN/USD is trading in the range of $0.0849 - $0.0869 in the past 30 days. Commodity Channel Index (CCI) is bullish for MXN/USD. MXN/USD formed a Last Engulfing Top signal...
Hi guys, this is my first thread in this cool forum, excuse my Aussie spelling, and being new I hope I posted this post in the right section. I am trying to customise Publisher in MT4 and am wondering if anyone can point me in the right direction with getting some .gifs of charts. I want to be able...
  Spread Indicator  (1)
Does anyone know of a custom indicator that represents the current/historical spread? I'd like to use such an indicator to help set SL and TP. Thanks
Hi everyone what are exactly the 2 numbers of "Connection Status" ? ( located on the bottom, right side) DATA IN/OUT (download/upload) or reverse ? Are this numbers in Byte or Bits ? Thank you for your help
Hi Guys, To put it simple, I really like the idea MQL5 and automated trading, the concept removing the emotional relationship between trade and the market. I have started working with MQL5 bot recently, but it has come clear what I clearly lack is the day to day practicality of trading. (I have...
I want let Animation object tell me the expert is running. how to code? thanks
THE TRUTH ABOUT ROBOT AUTO TRADE Robot auto trade or Expert Advisor (EA) are software products programmed based on trading systems or strategies of the experienced traders, signals enter and exit the market, as well as put a stop loss points and take profit were now fully automated, but this is good...
I have followed the instructions in help documents: Client Terminal / Developing Trading Strategies / Expert Advisors / Setup and Star, but am still having some problems. I have the code written, and saved down in the MQL5/Experts folder as a *.mq5 file. I have hit the "compile" button, but cannot
Hi, I’ve been trading for 3 years but have never imported live data into an excel spreadsheet. I have no programming background at all and want to know is, what I list below possible 1. Import Live forex data, say the euro/usd from a 30min chart into excel cells , data would include price , 13min
Hello, My EA was running over several month up to may and than suddenly stopped working (error 4806 and "...bytes not available"). I realized by coincidence that my EA runs with an old version of MetaTrader (build 353 from November 2010), but not with the actual build 458. Now I would like to...
HELLO GUYS... FOR EXAMPLE... A BROKER THAT PAYS 10.3 FOR AUDUSD LONG ROLLOVER... AND ANOTHER BROKER THAT CHARGE NOTHING FOR AUDUSD SHORT... ON A 200:1 LEVERAGE.. THE SWAP VALUE IS EQUAL 3% OF THE MARGIN REQUIRED ON THE LONG POSITION. ITS ABOUT 60% MONTH. SOMEBODY HAVE SOME IDEAS HOW TO AUTOMATE...
Hi, I'm baffled. If "forward declaration" of classes is not allowed (as it is in MQL5), what is the preferred method of implementing two mutually dependent classes? I have two classes, say Worker and Manager. They have to maintain a reference (pointer) to each other, the Worker needs to know...
Is there a possibility to hide the news flags? They interfere with prices, and I cannot see the low prices, when both price and flag occupy the same area It would be nice to have a checkbox somewhere to decide to display the news flags. Anyone else finds this thing annoying