General - page 1865

Does anyone make a PAMM (percent allocation management module) for MT4 to manage client sub accounts?
I am writing an Indicator and wanted it to display ONLY on specific Period. So I used the Period() function. However, I found it much much easier with the Visualization Option. How do I write my Indicator such that the options in this Visualization are permanently set? ie, I dont have to go over...
How do I get the price chart between a specified timeframe? ie, I'd like to know the M1 chart of EURUSD between 8:00EST and 9:00EST Jan 31, 2006 Surely I cant use the PageUP/PageDown to scroll all the way from September 2006 to Jan 2006; it would be idiotic to do that on an M1 chart. Currently I
I have a newbie question. I downloaded script named "10points3" for testing purposes. But the problem is that this script is not working automaticly. In order to put a trade, I must (everytime) click 'Execute on chart'. So what's the deal? Any suggestions? Thx, Dejan
Has anyone else received this error while doing backtesting? TestGenerator: error reading file for 'EURUSD30' Its only happening for my EURUSD30 file, and it just started happening recently.
[Deleted]
I seek the indicators %b, bandwidth and %b(RSI). Thank you
Hi , Can someone please make an EA for Fisher_Yur4ik... Thanks Babar
Hi, At some point there was a problem with the Hull mA that it would repaint itself. Then I remember that Igorad had a look into this problem. The Hull Ma that is revised by Igorad still has the problem of now and then repaiting itself. As you can see on the image, there are 2 light blue arrows....
[Deleted]
A few months ago, I had participated in a discussion on the SBFX forum regarding a trading idea based on entering the markets on the breakouts of the previous few hours. I posted an EA there hoping that people will post their findings, but I did not see any results being reported. I will make...
Hi, Does anyone have any code/know how to make calls to VB/VC api either dlls or exes from MT4. Any help will be appreciated Thanks
I need help, this is a very basic question, but... I'm not a coder, but I'm trying to code an EA for the first time, So, I need to know how to close all trades based on MagicNumber variable... I want to put an order but before close all open trades of that EA. Is this possible? Thanks!
  MT4 Magic Number  (2)
Can someone point me to a thread that explains the function of the EA magic number and how/why it is used in detail? Thanks
Hiho all members! Do you know broker that offers Indexes(S&P500, DOW JONES) with spread lower than 5pips ? Thanks in advance, P7
Hello Don't know if it could be useful, maybe..... http://forex.xcd.ru/mpips138.zip Program makes it possible to reflect the tick graphs of all accessible into QuoteRoom currencies. Obtaining data proceeds on the interface DDE from the program Of quoteRoom. There is a possibility of retaining/the...
If I have something like this: if (a > 0 && b > 0 && c > 0 && OrderSend(.....) > 0) {} will it execute the OrderSend even if a=0, b=0, c=0? ie, does MT4 knows when to quit early?
i was wondering if there is a list of brokers that support metatrader 4. can any1 help? thanks ben
I am still trying to find an EA that someone has the confidence to say to me will work? I am looking to get sensible returns with minimal risks. It does not seem a lot to ask from all you EA wizzards.
I'm a live trader on MT4 Build 197. As my EA is executing trades, they are showing double entries. My journal tab only shows one entry, yet a duplicate entry is being executed. Is that a broker problem or MT4?
I have compiled some 1 minute historical data for import into MT4 in CSV. format. According to MT4 it can handle CSV, HST. files among a few others. However something is happening on import that changes all the Open, High, Low, Close levels to one single mean 'tick' and the minute candles which were
  C++ Convertion and Development  (59   1 2 3 4 5 6)
can someone who knows c++ look at this and tell me if it can open trades
  Indicators Help  (4)
Hello All, I am trying to get these lines drawen automatically each day. Any help would be great.
Im looking for a EA for the following : its a moving average crossover: Exponential Moving average 5(close) Exponential Moving average 12 (close) when these lines cross a buy/sell should take place(depending on the way they cross) execute the trade only if the following only if the RSI...
  CCI Expert Advisor  (28   1 2 3)
I need a CCI EA on terms of the picture. For example: start in 0 line: when CCI cross +200, open sell when CCI cross -200, open buy *couse CCI is POSITIVE, only permit open SELL *couse CCI is NEGATIVE, only permit open BUY Money management system based in the Balance, for example = 10% of margin...
[Deleted]
For example.... in this EA https://www.mql5.com/en/forum/trading_systems the third position in the series of five has the following win/loss report winners 1273 losers 184 therefore it's win/loss ratio is the number of winners/total trades or... 1273/1457=0.873713109=87% can any other EA beat that I...
  Debugger  (1)
Hi, in some earlier discussion Slava mentioned that a debugger is under development; is there any schedule for that? Another issue: is it somewhere explained what kind of limitations experts have (e.g. compared to technical indicators)?
I have just started trading forex and I have tested most of the "custom" indicators posted in this forum. All of them repaint the past. Specialy the MTF. If you gusy know of any indicators that DON't repaint the past would you mind posting them here. This way any new comer does not get through the
I wondering if it's possible to open (with a script), without confirmation window? Is this possible? Dejan
I'm not sure that posting a new thread is the right way of asking for an expert. I'm a programmer anyway, but I don't seem to be very good programming experts, as I don't get anyone working 100%, whether profitable or not. This idea has been rounding my mind from around 4 years right now. I...