MQL4 and MetaTrader 4 - page 870

Hi MT4 develpers, It takes a while to horizontally scrol the chart to the begin of the test period (testing without chart). Would you be so nice to include such button in your next build? Many thanks at forhand ! Regards, HansSpain
New article Expert Advisor for Trading in the Channel has been published: The Expert Advisor plots the channel lines. The upper and lower channel lines act as support and resistance levels. The Expert Advisor marks datum points, provides sound notification every time the price reaches or crosses the...
We have implemented a number of changes to Signals statistics to simplify evaluation of results. Now, you can quickly assess the trading activity of a selected signal, as the informative value of the charts has been considerably improved. First, Growth and Balance charts now feature...
I've had this great indicator that had been doing very very well trading the 4hr time frames. I've had my go with coding EA and haven't been able to pull it off. The idea is that when the indicator turns green buy and red sell and to close the trades when the color changes. Below is said indicator,...
I found this indicator and I want to make an EA of it but I'm stuck at one value. No, I don't have the source code, otherwise I wouldn't need your help. If you attach this to any chart, you will have 2 horizontal lines (usually the same value in positive and negative). I need to know how these 2...
I know nothing about programming (proven by my 3 hour attempt to write software for an EA where I became utterly lost), but I have a trading system for Forex, metals & indices which has performed exceptionally well on paper. It has made profits on 22 out of 25 entities on which I tried it I am keen...
this Is part of my code I want to change it and mt4 automatically calculate last 2 day: extern datetime GOBACK = D'2015.08.30 00:00';extern datetime GOBACKtill = D'2013.08.29 00:00';int start(){   int countedBars = IndicatorCounted();   if (countedBars < 0)       countedBars = 0;...
The indicator is https://www.mql5.com/en/code/10928 and the certain bars are the ones with arrows.
Hi there, i am just reading the MQL4 Book und i have a Problem to undestand this Part of the EA "tradingexpert". Concret the part with counting the Market orders. If i have two market orders, the variable Total gets the Value 2. But in this case the Condition Total<1 is not fulfilled and the Alert...
[Deleted]
I would hope and think that this one is easy, I'm just too new to MQL4 programming to do it yet... Can anyone out there build me a simple indicator that is similar to the Moving Average indicator of Period: 1, Shift: 0, MA Method: Simple, Apply To: Median Price (HL/2) Style: Blue line BUT... replace...
  need help! EA does not work!  (15   1 2)
int PrevBars;double tp_buy_ord1,sl_buy_ord1,tp_sell_ord1,sl_sell_ord1,pipekolly,pipekolly1,tp_buy_ord2,tp_sell_ord2,tp_doubled,price_ord1,roundpipekolly;#include <stdlib.mqh>#include <WinUser32.mqh>// exported variablesextern bool FiveDigitBroker1 = false;extern bool ClearAllObjects1 = false;//...
[Deleted]
Can somebody please help me...why i'm getting "zero divide" error when i load that indicator...... int periods = 24;double buffer_indicador[];int i;int maxbars;int init(){   if(IsTesting())     maxbars = Bars;        else          maxbars = 500;                  SetIndexStyle(0,DRAW_LINE,STYLE_SOLID...
Hi all Im backtesting GBPUSD but with data from EURUSD I get the correct value from double high_1 && double low_1 But the double high && double low i will get the open price on current bar not the high and the low? What am i doing wrong? double high_1 = iHigh("EURUSD", 0, 1);Print("high_1 is ",...
I'm new to this.. Trying to define a to be set at a global variable perdefined value in init(). If I place it within the {} all references to it compile errors as undefined. If I place it outside of the {} I get a "; is expected" at the declaration of the variable. Result no compilation of the EA...
Hi There, I am looking at software updates. I want to know which ea builder te best is. Can I have some imput please? JH
Hi does anyone if it's a EA out there witch can work like this. For example: I put in "this new" EA on GBPUSD chart, and i have a EA based on two moving averages running on the EURUSD chart. And when the EURUSD EA is buying in a MA cross i want the "new EA" on GBPUSD open a buy at the exact same...
Another one book about MQL is available: Expert Advisor Programming: Creating Automated Trading Systems in MQL for MetaTrader 4 by Andrew R. Young. Annotation: Finally, the first comprehensive guide to MQL programming is here! Expert Advisor Programming guides you through the process of developing...
i can't understand WindowExpertName()'s mean,please help me
int fuction(string a) { int b; for (int i = StringLen(a) - 1; i >= 0; i--) { b = StringGetChar(a, i); if ((b > '`' && b < '{') || (b > '? && b < 256)) a = StringSetChar(a, 1, b - 32); else if (b > -33 && b < 0) a = StringSetChar(a, 1, b + 224); } int...
  Not allowing trade  (11   1 2)
Hi, I need my EA stops to open trades if the last trade closed time is not > 10 min I use 1 min chart graph. So for example: If the last long trade has been closed @ 10:30 so EA must not open long order before at least 10:40... but it could open short trade. Please help Cheers
Dear mql4 forum I'm currently trying to build my first EA. Everything goes well, except that I am not able to read the values for support red / green trendlines from the indicator (please verify the print-screen) Even though I can get the current trend with (Trend_TF = variable of desired timeframe)...
Hello I need your help in programming a (pre determined initial and ending dates) linear regression channel with (sound alert, notification and send email) in all cases of crossing the mid line of the channel or moving outside. thanks in advance
  INT to STR  (1)
How to convert int to string the quickest way?
[Deleted]
Hello, I created an EA to open a hedged trade with opposing stoploss and take profit in both direction. It also adds pending orders of increasing lotsize as price direction reverses. However, sometimes the EA fails to open the orders and i get error 130. Can someone please tell me what I'm doing...
Hi I create indicator of my strategy with 7 buffer and many drawing line!this indicator aler:"Sell on symb (X)" or "buy on symb (x)" when I want to create Expert of my strategy,the integration of last indicator with this EA is very hard,any one see EA that work with alert ?for example when alert...
[Deleted]
Hello, How to duplicate an object of type arrows set on a Chart ? Thanks.
//+----------------------+//| CCI SAR/Cross Expert |//+----------------------+#property copyright "Ron Thompson"#property link      "http://www.lightpatch.com/forex"// User Inputextern double Lots = 0.1;// Global scope// Profit factorsint    TakeProfit=0;int    Pym=0;int    myCCI=0;// Display...
I have wanted to read files from a www address. I found and worked with some code that does it. - It works - but if I change the data on the website and run the script again, it doesn't update the read on MT4. If I turn off and then turn on the MT4, and re-run the script I get a fresh read and it...
Hi, I have been working on building an EA and custom indicator. In the custom indicator I set up some buffers to display lines across the chart and a few Objects to show information like the spread, distance between lines, etc. In the top right corner of the chart I have my objects displayed, so it...
Is anyone willing to build this indicator for me? I've seen it in other packagesand want to make use of it. I've included some basic information below. If youneed more info I think I could find some. I could provide the code from anotherpackage if that would be helpful. Time Series Forecast The...