MQL4 and MetaTrader 4 - page 1236

New article Building interactive semi-automatic drag-and-drop Expert Advisor based on predefined risk and R/R ratio is published at mql5.com: Some traders execute all their trades automatically, and some mix automatic and manual trades based on the output of several indicators. Being a member of the...
Hello all I am trying to show the daily 13MA direction on a 1 Hour timeframe chart in a separate window using the coding as below. //--------------------------------------------------- 1 ---------------------------------------------------------------------------------------...
[Deleted]
Could someone please add a Invert option to this dollar index indicator so when you use it against the eurusd or usdchf you have a better view on the index verse the pair Thank you for any help //+------------------------------------------------------------------+ //|...
MT4 is not MultiThreading and I have MultiCore CPUs I am trying to find out how to auto-open MT4s in Windows with command line options via Windows Scheduling to assign different instances of MT4 at StartUp to different CPU cores to balance the load and optimize computer operation.
[Deleted]
  Or maybe we should give it a try...  (84   1 2 3 4 5 ... 8 9)
Good afternoon, forum. I would like to offer you, although it seems ridiculous. I have been trading for 2 and a half years now. I have developed my own system and in my system I am not using any of the methods written in the guru-books. The system I have developed in my own system, I don't use any
[Deleted]
This is actually a question. What is the fastest way to double your account, even if risk is very high, and bad DD, and all that jazz. Just wondering, like a slot machine, you just put $10 in and in 1 hour you either have $0 or you have $20. What's the fastest, most aggresive way you know of?
I have the following code: The script must op_buy or op_sell depends of the last cfu or cfd. If the last indicator is "cfu" the expert advisor must sell only if the cfu <= Bid - 10pips and it must buy if the last indicator is "cfd" and only if cfd <= Bid + 10pips only one order opened. Problem: The...
Hello everyone, I'm looking to a professional programmer (english speaker) to teach me MQL4 / 5. Please reply wih you fees and time schedule. Cheers, Bob
//+------------------------------------------------------------------+ //| Multi_Lot_Scapler_P_D1_JLY4.mq4 | //| Owner: Alejandro Galindo | //| | //|...
[Deleted]
In an EA, how can you add an EMA to the ATR, because ATR is very low like .0004 and EMA is obviously much higher. Is there a way to put the EMA inside the ATR?? I am trying to create an EA for this strategy: https://www.mql5.com/go?link=http://forex-strategies-revealed...
[Deleted]
Hi all, I have a serious problem that I can't understand: my multicurrency robot works in Interbankfx US but when I try other brokers it breaks down and gives me a "zero devide" error. Anybody knows why is it doing this? ..is it a platform thing? ..how can I fix it? Any help would be appreciated!
or is this function only for opened orders ? I would like to refer to the closed orders using the OrderMagicNumber(). Is this possible ? If YES can I please any example?
Hi! I'm creating a csv parser that will be used every time. I'm thinking about read it once and after that just work on the memory. How can I declare this like a TimeSeries? I'm trying something like: datetime ExtractDataFromParser()[] { } But it doesn't work. What's the best way to do it
I'm using an indicator that draws lines on a chart. The weird thing is that if i look at other charts i have open it seems the line has super imposed itself onto another chart (in the exact same place and way...) Have you guys heard about this? is it a bug? thank you
[Deleted]
Bars in test 2437 Ticks modelled 12323694 Modelling quality n/a Mismatched charts errors 462 Initial deposit 1000.00 Total net profit -925.02 Gross profit 343.73 Gross loss -1268.75 Profit factor 0.27 Expected payoff -13.21 Absolute drawdown 925.02 Maximal drawdown...
[Deleted]
i need to buy or sell when i get the signal from the indidcator and close the trade when i get the reversal signal to buy oy sell, can anybody point me in the right direction, please than k you
[Deleted]
Hihi, Anyone with experience in mt4 FXCM live account, pls explain to me if it happen to u before. i have an EA running on both live account and a demo account. A signal has been generated and it places trade in the mt4 demo account but not in the real account. This was suppose to be my first EA...
Hi, I am working on a script for a few weeks now but can not figure out how to make this feature work. I am trying to just close all open positions at some point of my script nothing seem to work but it keeps opening positions so how could it be possible to just close everything here is my base code...
Hi All, Does anybody have the Damiani Volatmeter v3.2 indicator. His site is unavailable. I saw that the version I have is repainting the green line. Is this correct? Thanks
Forecasting Prices with Neural Networks Many traders talk about neural networks, but few know what they are and what they can do in reality. This article gives a little insight into the world of artificial intelligence, explains how to prepare the data for a network, and also gives an example of
HI ytg_MA_Open_V0 I have found this indicator ytg_MA_Open_V0 on this page http://russian-forex-indicators.blogspot.com/2009_03_01_archive.html but this not work, i only see a blank window whith fixed minimum 0 fixed maximun 0 i have change this to -250 250 but this is the samme ....
I am using a demo account of the AlpariUK-Demo server, and can see the price like 1.40028 in chart, but when I used the code below in start() method :    Print(Digits);   Print(NormalizeDouble(Open[0], 5)); got the result : 16:12:37 test EURUSD,H1: 516:12:37 test EURUSD,H1: 1.4003 is there any way...
  auto fibonacci  (1)
HI, so i am trying to chose an auto fibonacci to my ea and am wondering which one to use ? i am not a coder and have been asked by my programmer to produce one. i came across these two (see atchd) ? are these the same ? thanks
hi forum, can somebody please help me with that problem? i use heiken ashi charts and i want to see an alert when the bar color changes. for example: if (close(2)>open(2) && close(1)<open(1)) alert ("test"); but i want to see the alert only one time. i tried to program it with an alert-tag but i see...
[Deleted]
  My first order, need help  (22   1 2 3)
I am sending the first order on my live account, but it doesn't work. Can anybody tell me what's wrong ? It is ok in demo but no on live. I use the below code, Thanks, Scheggia97 from Italy OrderSend("EURGBP",OP_BUY,0.01,MarketInfo("EURGBP",MODE_ASK),3,0,MarketInfo("EURGBP"...
  Who To Pay?  (3)
I currently have someone from an online EA building company working to build an EA for me. So far, based on my ongoing online interaction with the builder, I'm not feeling very confident that the job will be adequately done as there have been repeated failures in the fulfillment of my order mainly...
[Deleted]
Hello everyone, I have been trying to run the back test using EA like "DoubleUP2", "e-Gegr", "earlyTopProrate", and many other good EA listed here on MQL4. Everything is good apart from one problem. After the test, I click on "Results" tab. Here, I only see 4 to 20 results only. As a consequence
Hi guys, I've been trying to code an EA that moves the Stop to BE + 1 after price moves a certain amount of pips/ticks into profit, but I have been unable to get it to work. I searched through the forum and found similar examples of trailing stops and moving stops, but was unable to get them to work
I hope someone can help me. I want to call a custom indicator (the one who is attached to this topic). What I ultimately want to do is to generate a signal when i.e. buffer 2 is crossing buffer 4. I am now trying to figure out if I can call this custom indicator or that I have to implement the...
[Deleted]
Hello, I'm new in working with mql. I got some spezial indicator's for trading. The indicator programming is not visible but I know how to use. Now I want to program a EA arround, but if I use the indicator, I get for 2 lines of the total 5 different values as in the chart window shown. The...