MQL4 and MetaTrader 4 - page 856

Hi everbody. who is responsible for special version like the mb trading fx mt4. This version http://www.mbtrading.com/ have the option Enable DDE Server but this not function. I ever use DDe because I have a program in .net that I use in paralel to monitor the market. Buut in this last build, 509...
When I reinstall theMT4, I find the version compiled in June and the version compiled in Septemberare different, although they are both version 4.509. I use MT4i'sQuickchannel DLL to send Alarm message to my C# client, it is work very stable,now when I reinstall the newer version which downloaded...
[Deleted]
Hi everyone, I would like to ask a newbie question regarding the backtesting optimization feature. Whenever I start testing a given EA, MetaTrader calculates the number of passes (combination of parameters) and the estimated time to complete the task. But the final process always gives a smaller...
//+------------------------------------------------------------------+//|                                         Buy and with SL and TP |//|                               Copyright © 2008, smjones     |//|...
[Deleted]
Someone can explain me the logic that follows the fractal indicator?, Ie only an explanation of the logic that follows, not the code in mt4. Is as follows: 1-high (n-2) <high (n) 2-high (n-1) <high (n) 3-high (n +1) <high (n) 4-high (n +2) <high (n) 5-low (n-2)> low (n) 6-low (n-1)> low (n) 7-low (n
I noticed that sometimes when I send a custom indicator to a friend, when he copies the ex4 file in the indicators folder(under experts) it disappears or gets erased. When the platform(MT4) opens is not under the Custom Indicators in the Navigator Window. When he goes back on the C: drive in the...
I was using visual back testing for a while and never experienced something similar... As I start back test, I select the EA, and choose the Visual Mode option. However as I start the backtest, the Visual Mode gets unselected and the test executes. I tried different EAs, time frames, pairs, as...
Asia-Europe-US session with rectangle filled from top of the chart and the bottom How? I found https://www.mql5.com/en/code/7753 that shows the session of each with high price and low price of that specific session. But, that is not what I want. I want just the bottom of the chart as a low, the...
any one tell me is how this ea can place only 12 pending order on different time . means 6 on above the price and 6 blow the price like buy sell limit and stop . all these 6 order shold be same distance like 25 pips
Hi, I am currently trying out a pairs trading EA on GBPUSD-EURUSD. The EA is attached to the GBPUSD chart on live trading (not backtesting). I have the following code ... if (Condition ...)   {      Ticket = OrderSend("GBPUSD", OP_SELL, Lots, Bid, Slippage, Ask+StopLoss*Point, Bid-TakeProfit*Point,...
hello, does anybody know if there is any method to save and reload mt4 system tester results, to qiuckly reload former test results? thanks in advance
  for loop  (2)
int init()  {    int handle;  handle=FileOpen("countmein", FILE_CSV|FILE_WRITE, ';');  if(handle>0)          for (int Counter = 1; Counter <= 100; Counter++)    {     FileWrite(handle, Close[Counter], Open[Counter], High[Counter], Low[Counter]);     FileClose(handle);      }  //...//----   //----...
Hi, I do some 'backtests' just with the bars of the current chart. Now it happens that I print more lines than the expert tab shows - ok. But the logfile isn't flushed so a lot of lines (bytes) are still kept in the memory of mt4 until I close mt4. Is there another option to flush the log (empty the...
[Deleted]
Hello good people. I am looking for an MT4 indicator that will display the yearly, monthly and weekly (every year and month, week) high and low prices on a chart. I do not necessarily require it to draw lines, just to display the data some where on the chart. I have used the search facility but...
any one know pending order ea. witch can open only 4 order like buy stop sell stop buy limit sell limit on different time one a day.
[Deleted]
  MT4 Trading basics  (12   1 2)
Hi, Im new to MT4. Before using MT4 I was use to placing trades using actual price value. So if I had $1000 equity i want to place $50 on the USD/CAD pair for a Buy order. I simply enter 50 as the value then set a stop and take profit value based on how much i want to lose/gain. So i set stop loss...
I need an MT4 EA which will send buy or sell orders at each bar automatically till stopped with user features relating to trade like buy or sell at each bar, currency pair selection, quantity, maximum lots til the EA continues, trade restrictions for days of week/hours/minutes, showing transaction...
Hello, my #include command isn't working. When I create a new include file using the wizard provided through the file menu on MetaLanguage Editor, it saves the include to the includes directory within the same directory as the EA. When I compile the EA, there is an error that it cannot open the...
Hi friends, I have started programming in MQL4 and started with a simple EA as an example to test it out. I am checking the opening values of the bars in the EUR/USD chart, and did a simple 1 BUY order when the OPEN value of a BAR is more than 1.35. I tested it with back testing in MetaTrader and...
[Deleted]
Hi, I need to catch the zigzag bottoms and tops but I have no idea what is the best method to to it. Should I use the while cycle and loop untill the corner condition is met? How do you do it? Thank you
  Create a simple Martingale  (227   1 2 3 4 5 ... 22 23)
Hello Dear Traders! I am asking you to create a simple Expert Advisor, based on Martingale. I would like to make an EA, which would increase lot size with certain amount of times after a losing trade, and open trades with МА indications. The candlestick closed above the MA - the first deal is Buy
How can I show NY Market High and Low on the next day chart? I have no clue ~
[Deleted]
As I can export historical data fractal indicator? is there any script, solution to download this data? thank you very much
[Deleted]
Hi all, it's not the first time I use iCustom to call an indicator from an EA and never had a problem before, but actually I'm tryying to call two indicators and I get a Cannot open file error (C:\....\xxx.ex4 The two indicators are: Babon Slope and HA smoothed The iCustom orders: double...
Hi I have been coding my own EA for the first time and so far all seems good. :) To open a trade I used the OrderSend() command and it works as accepted. When i tried to add in the SL and TP levels in the OrderSend() command, no order was being opened. When i set both of them to 0, then it is fine....
Hi, I created expert that writtes in file some information. It worked perfectly. I got csv file as I wanted. Then I take a break from programming, now I got back but after I compile it don't work. In place of 10 000 rows I get only written one. But the code stayed the same, without any changes at
Hi, I think I have read that in a future-version of mql4 (to narrow mql4 and mql5, could have been https://forum.mql4.com/56885) that in mql4 var.-names with a point like     double ma.value = iMa(..); will not be accepted any more. Now I find there    6.  We have many other extensive plans but it...
Mt is a great tool and it has helped me through many sleepless nights already giving me something useful to do but (you heard that coming, right) i dont know where to post suggestions since the forum on the site directs to here i have a few though : first : security, a single password is great and
[Deleted]
I've learned to make EA, has never Live Trading. My EA survived 5 years of History data, but if I change the starting date, EA only lasted less than 5 years.I use M30 TF, doing an average position of 5 Trade per day, 500 deposit Has anyone ever made ​​EA that last 5 years in any period of the date....
Hi All, I am trying to understand Mql4 coding. Meanwhile I need your help about a specific matter. My case is: I am trying to keep data (trade way and level) of last 10 buy/sell signals generated by MACD. I am ok with having very last signal with last data but cannot find a way to keep a list of...