MQL4 and MetaTrader 4 - page 589

[Deleted]
Hello everyone!!  I am pretty new to MQL4 and I've only been coding with this language for 3 months. I seem to have hit a major wall in coding today. and I am not sure how to go about this. This is a section of meatgrinder, A trade recovery system that I have been building. This section of code...
New article Universal Expert Advisor: Trading in a Group and Managing a Portfolio of Strategies (Part 4) has been published: In the last part of the series of articles about the CStrategy trading engine, we will consider simultaneous operation of multiple trading algorithms, will learn to load...
New article Graphical Interfaces V: The List View Element (Chapter 2) has been published: In the previous chapter, we wrote classes for creating vertical and horizontal scrollbars. In this chapter, we will implement them. We will write a class for creating the list view element, a compound part of...
[Deleted]
Hello friends, I am confused by reading files in CSV . I created a file and can not write him the ticket orders to be closed in the future, but my problem is time to read these tickets.    I used a function that receives a ticket, and then reads both tickets of the next column, and then sends...
Hi everyone, Someone recently showed me how to put in the price descriptor '%$' on fib tool which is awesome and I also like to use 78.6. On other hand, I often delete lots of fib levels on individual charts so they are more pleasing visually / less noisy: Problem is, when I go to use the fib tool...
New article Graphical Interfaces V: The Vertical and Horizontal Scrollbar (Chapter 1) has been published: We are still discussing the development of the library for creating graphical interfaces in the MetaTrader environment. In the first article of the fifth part of the series, we will write...
Hello, first sorry for my bad english, I'm french I try to use this code , he work good in BT but no open trade in real If somebody can see this code for help me ? <De-compiled code removed> Thanks
  Feature Requests  (2)
Is there an official way to make feature requests, where they are likely to be noticed by a member of the dev team? Thanks 
Hi I am currently looking for help on how to draw a Fibonacci object on the chart with levels drawn starting from a specific time on the chart to another specific time on the chart. I noticed I can use the OBJPROP_RAY_RIGHT property but this is not working exactly as I hoped, if I draw the object...
I try to draw the projection of angle arms  but I block this is what I did to trace the angle based on the ZigZag first two functions for the top and buttom like this    double GetTops(int shift, int &top  ){      int found = 0 ,      i = 0 ;      double hi = 0 ;            for(i = 0 ; i <...
[Deleted]
Hi all, I am completely new programming in MT4. But before spending weeks practicing how to program EA's and indicators, I need to know an issues that has been haunting me backtesting in other systems. My problem is when my program opens a trade and it happens that both the profit point and the Stop...
I have an account from Mayzus and another from XM. So i want the Mayzus acc to send the bid prices to XM acc and vice versa. All help appreciated.
[Deleted]
Good morning. I know friend who want to automate his strategies. He ask me help. My question: If I will download metatrader 4 to my pc, can I build a robot with user interface? Or maybe I have to learn MQL4? I have to build my custom robot, so I cannto buy already existing robot in the market.   So...
[Deleted]
I want my EA to run only on account 105293. So i wrote this in the initialization functionInt init()   {   if(AccountNumber()!=105293)   return(0);   } But still my EA is working on all accounts. Please help what mistake i made?
double StopLoss()  {/*-------------------------------------------------------------------------------------------------*/   double Calc=0;   double TickDigits=MarketInfo(Symbol(),MODE_TICKSIZE);   if(TickDigits==0.00001 || TickDigits==0.0001)      Calc=.001;   else Calc=...
[Deleted]
Hallo,could anyone be so kind to help me understand the OrderSelect() function? When I load this sample EA an order opens and the two Print function start and keep printing. When I then close the trade by hand I thought OrderSelect() by ticket in MODE_TRADES ("order selected from trading pool(opened...
Hello, im using the function iRSI but i need the line to be drawn, i can get that work on an indicator, how could i make they to work together?   Or maybe i could draw on expert advisor? 
[Deleted]
My strategy uses multiple Symbols. I use to simulate using SymbolInfoTick and getting the value of two or more symbols on MQL5 as in the code bellow: It works gets the value of the two ticks. When I do this on MQL5 it does work, it prints the value of SYMBOL_1 and SYMBOL_2:   input string SYMBOL_1 =...
Hello everyone , after writing this indicator , I tried to import the ex4 file at compile time , but even if there are no errors , the final file will not work . Where am I wrong? #include <stdlib.mqh> #include <stderror.mqh> //--- indicator settings #property indicator_chart_window #property
Hey, so I call a function on order close, but I want the alert to not be triggered if I change accounts.  So for instance, I have an order open in an account, then switch to the demo, I don't want my custom alert function to trigger. This is the end of the main EA code: if (Orders>OrdersTotal())...
For instance to reference an order in code and there are more than one order how is the order referenced?
[Deleted]
Hello, I programmed part of this EA. I modified it for different levels of profit which would then have a % trail stop. So that 20 pips would have 40% trail stop or 8 pips locked in. The EA compiles with zero errors however I am not sure it is running correctly as it seems that the trail stop moves...
Hello I've googled this question without success. Is it possible to call a Script from and Indicator ? If Yes, can you kindly point where information may be found. Thanks in advance.
Until recently i was able to produce useful results from the ontester function but that has changed and i can't explain why. The results are different, while i do get a proper result running the tester i have "0" while optimizing. Please take a look at this picture.. Whats going on?
[Deleted]
.   Hi,  I've got an EA that needs to find the last  5 WPR's crosses of (-50 value).  I've made it in a indicator with success: extern int Periodo=20;extern int Periodo_Smooth=5;double wprBuffer[];double SmoothBuffer[];for(int i=0; i<Bars; i++){   wprBuffer[i]=(iWPR(NULL,0,Periodo,i) + 50);}for(i=0;...
[Deleted]
Hi all,  i have one doubt. I want to see some signals when bar close, but fr backtest, i want see signals in history. I use simple code, but when i try to generalize to previous bars of history, the calculations appears each tick and not when bar end. I use:   static datetime newBar; int...
hi guys,   i have recently created my own EA, but there is more than 30 error which i have no idea how to fix. Sorry, im not from IT background. and i was using the expert advisor builder instead of typing the code myself.   i need help..................
Hello everyone, I would like to fix the arrow in the candle just there but the signal must not disappear if the condition disappears. thank you #include <stdlib.mqh>#include <stderror.mqh>//--- indicator settings#property indicator_chart_window#property indicator_buffers 1#property indicator_type1...
[Deleted]
Hi. I am using Metatrader4 with my Oanda live trading account. When I wanted to use the EA Wizard I was not allowed to access the indicators in the Wizard - basically the Wizard was empty. The indicators were visible in the normal window of MT4. What do you think is wrong - something to do with...
Hi, Im trying to find a way to import a library (or .dll file) with the filename being defined externally. For example, this is what I am trying to accomplish: User creates a file "MY_FILE.mq4" ("MY_FILE.ex4" after compiling), saving it in the libraries folder. User runs my EA, "supertradesEA.ex4"...