MQL4 and MetaTrader 4 - page 528

Hi, ‌ I‌ have an EA which is have specified 2 time frames to run on (1 hour and 15 minutes) ‌ W‌hen I run the EA, do I need to open 2 charts with different time frames and run the ea on the 2 charts? ‌ W‌hat would be the best solution if I would only like to run the EA on 1 chart but the EA will...
  robot help  (6)
Hi I‌ purchased a robot off ebay and was wondering if there was a way to remove all the advertising usually positioned in the left corner when uploaded on a chart? its just a mess
Hi, I've ‌got simple code to take screen shots of all my open charts: int OnInit()   {    takeScreenShot();    return(INIT_SUCCEEDED);   } void takeScreenShot() {    string filename = "";    long thisChartID = ChartID();    long currChart=ChartFirst();    int i=0,limit=100;    while(i<limit)    {...
Hello, m‌y situation is that, I have a indicator running in strategy tester in MT4 build 1045. Test begin on 2013.01.01 00:00:00. ‌ int OnCalculate(...) {     Print( "Test: ", iTime( Symbol(), PERIOD_D1, 0 ), " Highest: ", iHigh( NULL, PERIOD_D1, 0 ), " Lowest: ", iLow( NULL, PERIOD_D1, 0 ) ); } But...
Hello everyone, I created a small loop for, to try closures equal by using a counter. Unfortunately this Vieve count performed every tick, and I can not get an accurate count. ‌       if(iCustom(NULL, PERIOD_CURRENT, "CCI", CCI_Periodo, 0, PRICE_CLOSE, i) > 60           && iCustom(NULL,...
[Deleted]
Dears, can somebody check the below link and answer my quetion(how can i get the highest after orderopenprice was opened). http://www.forexfactory.com/showthread.php?t=307937
Is it necessary to build a start() function in an EA? If not, why I cannot find it when creating an EA using the MQL4 Wizard?
Can somebody help me with this code please How to get last open order sell or buy then open a new order at same entry conditions and to close at opposite // External variables extern double LotSize = 1; extern double StopLoss = 0; extern double TakeProfit = 20; extern double TrailingStopLimit = 0;...
‌ I‌ would like to index the last 5 minutes from any current point ‌ i‌f current minute is 50 (CurMin) then last 5  (N) by index:   ‌1 = 45‌ 2 = 46 3 = 47 4 = 48‌ 5 = 49  ‌ I‌t's just CurMin-N+Index ‌ But if current minute is 2 (CurMin) then last 5 (N) by index: ‌1 = 57 2 = 58 3 = 59 4 = 0 5 = 1 ‌...
Hi guys, ‌ I‌ have a master ea which consist of different EAs which can run over different pairs and time. I would like to know how can I create a customisable GUI (Pop up) for the user to make this selection. ‌ When the user runs this EA, this customisable GUI will pop up and the user will be able
Hi All, ‌ I‌ recently started writing indicators using MQL4, and I could not solve the issues that I faced in the mq4 file attached. In this simple testing file, I wish to copy my MACD array to the Short Array, but it seems that the Short Array does not store any data successfully. H‌ope someone
hello i have got this worning back :return value of 'OrderSelect' should be checked i have to make a SP and SL in a order...the code is: ‌ { TheStopLoss=0; TheTakeProfit=0; if(TakeProfit>0) TheTakeProfit=Bid-TakeProfit*MyPoint; if(StopLoss>0)
  Decode EA  (1)
I have written an expert advisor. I want to give it to a trader. I‌s it possible that someone decodes the EX4 files.  V‌ersion of meta editor : 5 buld 1526
Hello, it is mql script in mt4. I have finished open 1 long or short position till it is closed, how could I open order per bar only? once I modified my codes of opening order part, it always creates endless orders in one bar. Thank you
Gentlemen of MQL4, it takes me a great surprise to know only very recently, these two functions CopySpread CopyRealVolume It turns out that these functions are part of the "Timeseries and Indicators Access" feature set, but are not seen directly when we click on that "Set" https://docs.mql4...
  Window handle  (7)
‌Hello, I have a question about chartGetInteger: Normaly and If I understand well how this function works, I can recover the CHART_WINDOW_HANDLE like this:‌ ChartGetInteger(0,CHART_WINDOW_HANDLE) and it works if chart id is 0, but if I try to recover the chart ID of chart B from chart A, it doesn't...
Hi all,    I'm testing my EA at strategy tester. The problem is I cannot get the price for  Open, High , Low , Close for weekly candle (PERIOD_W1) .  During the testing, I'm using timeframe M1, M5 and H1 . The debug code and result as below. As you can see there, for all other timeframe, I managed...
Hi, i please need a code/ formula which resizes the lot size based on Account Risk % calculated by including the STOPLOSS, and taking in consideration that my account is in EUR. What i have is this: extern double RISK= 1 ; //1% RISK double LOT; LOT = NormalizeDouble ( AccountEquity ()*RISK/ 10000
Helllo; i have programmed an indicator but i cant get it to draw only from a number of bars it continues to draw from the maximum historic bars posible or from the next new bar, i know it must  be easy to do but i am stopped by this, thank you very much in advance and regards.
Hello, Im searching indicator that paint the candlesticks based on moving average side, that is easy part, but I need the bulish candlesticks to be hollow. I have a couple of such a indicators, but when you try to hollow the body of the candle, then the border lines missed. A‌ny idea? :)
I am looking to follow a signal but it doesn't seem to be working. ‌ In the signals tab in mt5, why do only 3 signals show up? ‌ ‌ ‌ A‌lso, on mql5.com, when I click 'Start copying in Metatrader' nothing happens ‌ P‌lease can someone help? Thanks
‌Hi, ‌‌I am trying to get the values of a custom indicator to use in an EA.‌ My problem is that I cannot get the same values inside my EA as the values in the Data Window of the Indicator. I‌n the attached picture you can see the values in the Data Window are different from the values that the EA is...
I am new to mql4, and I would like to see the algorithm of how the seconds are modeled in MQL4 back testing, Thanks.
Hi everyone, ‌I'm getting a zero divide error if I leave an indicator running, close the terminal, then start it back up. The end result is that the indicator doesn't load up properly when I open the terminal.‌ Upon checking the 'Experts' tab, it told me which line in the code is causing the problem...
  VPS Issue  (4)
Hi, I am using a Renko EA. It works fine when my computer is on and MT4 is open. But when I put the EA on VPS it doesn't work and I keep loosing money. Can anybody advise what to do please? Any help will be appreciated.
Hi please help.‌ I have 3 strategies and I want my EA to open positions in a loop as follows. The buy strategies are X , Y and Z. If  condition X is satisfied, place buy order, then wait until that order is closed. Once order X is closed( in profit or loss) look for condition Y and again wait until...
Hi All,   had to put in a time restriction function to this EA im building and ive done it but looks and feels quite crudely done. Ive added some Start Hour and Start Minute/ End Hour/Min etc input variables then used 4 crude logics. if ( ( _CurrentHour >= EndHour )) then return false and end code....
Hi everyone, Can someone help me to write a condition for an indicator to send alerts only if the candle's open time is less than 59 seconds for M5? Thank you in advance!
I have a binary options ea I want to use to trade MT4 binary options on Grand Capital MT4, but with that broker the expiration time needs to go in the Comment field in the Order Window (such as 1 for a 1 minute expiration). The broker allows 1 minute expirations and higher. But if you leave the...
  Strategy Tester  (3)
Why some times even if I have download full hystorical data 1 min, followed any suggested indication from the author , the test of a well known EA free version give me no result? I know that  I am a newbie but.....tests from EA works fine....test from other don't work..... Any tip? ‌