MQL4 and MetaTrader 4 - page 1084

Does anyone know how I can code an EA to draw lines on a chart? Thank you!
[Deleted]
Here you will be presented with a trading system with reliable and constant profit. Although the system is 100% reliable, we do not use it personally and we only give you the proof, As proof that it is possible to have a constant profit on the Forex market. Naturally, you can use it. In fact, the
[Deleted]
I have been given FTP details to download an xml feed (Trading Central feed) onto MT4. How is the procedure to add this information onto the MT4 platform?
[Deleted]
Hi everyone, I have an issue with ibarshift. I have the following code int init() { int time = Time[0]; } int start() { price = High[iHighest(Symbol(), 0, MODE_HIGH, fPeriod(), 0)]; } fPeriod(){ if(Time[0] == time) return(0); if(Time[0] != time) return(iBarShift(Symbol(), 0, time, true)); }...
hi i have had some indicators after subscribing to a monthly abonnement to the most known trader in my country ad all arabic world, and also beterthan many in the us, i made a comparaison, i live in new york, brooklyn . as yo see it works for all of them . it is easy to make a sonor ALert for MACD...
Hi, I want to understand how a simple indicator like a 2 MA cross works and draws arrows in the main chart because I want to make a simple indicator myself. The indicator I want to make must do some very simple calculations with the values of every bar and it's previous one and based on the outcome...
Hi Guys, I was mind blowing after finding a simple yet genius indicator posted on Forex Factory forum. This indicator opens an independent floating dialogue window within the chart window, using dll, for fast Orders management. I storngly reccomnad you try using i for your trading, but the main...
[Deleted]
Since I am new to MQL4. and I've tried the below translation but failed. AA:=MA(C,10); BB:=MA(C,50); CC:=MA(AA-BB,10); ABC:(2*REF(CC,1)+3*REF(AA,1)+4*REF(BB,1))/7,COLORRED; PARTLINE(ABC>CLOSE,ABC),COLORBLUE; I am most appreciated someone can help me to translate this to MQL4. Thanks in advance.
I compiled and tested an expert (EURUSD). The problem is that, even after attaching it to the chart, enabling live trading (smiley face is on the chart), the expert does not make any trades. MT4 options are consistent with expert settings, too. I am working with an ALPARI demo account. Any...
[Deleted]
Hi, Please tell me what time zone I'm looking at on the Meta Trader charts? Can it be changed to my time zone? and Please tell me who runs this page, is it users of meta trader? meta trader company/developers? or both? Thanks, Larry............
Hi, I have calculated my lotposition and if the result is f.e. 0.047 Lot, I want to round it of to 0.04. This systematic should work on a micro- and a minilot account.
double NormalizeLots(double lots, string pair=""){ if (pair == "") pair = Symbol(); double lotStep = MarketInfo(pair, MODE_LOTSTEP), minLot = MarketInfo(pair, MODE_MINLOT); lots = MathRound(lots/lotStep) * lotStep; if (lots < minLot) lots = 0; // or minLot...
[Deleted]
Hi, Please tell me what time zone I'm looking at on the Meta Trader charts? Can it be changed to my time zone? and Please tell me who runs this page, is it users of meta trader? meta trader company/developers? or both? Thanks, Larry............
I have an expert that I am running in tester that takes data and saves it to a text file. The EA simply takes various variables and saves them as string variables in a text file. It does this through the use of the FileAppend function. Attached is the code. What I have noted is that when the...
Hi When I try and remove a profile it just keeps coming back this is annoying because I have too many there and only want 3 so I can scroll thru them quickly. The same is true for saved templates I remove them but they just keep coming back. Thanks
[Deleted]
Hi, I am using an idicator that draws line of dots on main window of the chart. What changes need to be done to indicator so that there is only the current line of dots and remove the previous lines of dots ? Please see attached file of the indicator.
[Deleted]
  robot problem  (3)
Hi good people. i have an ea that works on meta trader. now my problem is that when i installed it i refused to work and i say that the spread is to wide for meta robot to trade. i do know of the the added figures that have been added on to the currency. now can any one tell me as to how i eliminate...
Hi MT4 Community, do you guys know an exception that the AccountNumber is not part of Title please? I am trying to determine the accountnumber without using mql from external and wonder if i can trust the title. Does someone know any broker which does have different title then account number...
Is there any way I can copy the account history in MT4 to Excel or a file system? At the moment all I see is a "Save Report" function that produces an HTML file that I cannot manipulate. I need to do some analysis on the account history. Can anybody give some advice?
Hey Fellow Traders, I developed a semi automated trading system, based on a weekly chart, 10 points of entry for shorts, and longs(identified by the user on the chart).5 points for short orders, 5 points for long orders System rules: The system trades on a weekly chart(static chart).First: the...
[Deleted]
Set up my first meta trader account last week.I have been sent a zip file of some templates to use in accordance with a trix strategy.Please could someone advise me of the process of getting these onto my platform. Many thanks in advance for any help that people can give.
[Deleted]
Hi everyone ! Please forgive my bad english...I am french...nobody is perfect... ^^ Well, I would like to know if you could help me because i'm completely a noob in MQL4. I am trying to make an easy EA wich will place pending BUYSTOP and SELLSTOP orders on the highest and lowest price of the last 3...
  Get all symbols  (1)
Is there a command in MQL4 that will display all available symbols offered by the broker?
[Deleted]
As you read in subject, I need to proportioning 2 buffers with different homogenous size,i n the same subwindow. ex. BufferOne[0] = 1.10 ;BufferOne[1] = 1.15 ;BufferOne[2] = 1.22 ;BufferOne[3] = 1.50 ;BufferOne[4] = 1.30 ;BufferTwo[0] = 100 ;BufferTwo[1] = 150 ; BufferTwo[2] = 350 ;BufferTwo[3] =...
void function(){       int i;          for(i = OrdersTotal()-1; i >= 0 ; i--)             {          OrderSelect(i,SELECT_BY_POS);                    bool tp1_allowed= true;                     if(OrderSymbol()==Symbol())                  {           if(OrderType()==OP_SELL)...
  Noob here  (2)
hi guys, I have a request about a very simple EA I wish someone could code for me. It involves only 2 types of candlesticks, dojis and hammers. Once the EA has found either pattern it would then place a buy at the high and a sell at the low(waiting for the break out). trailing stop of 15 pips and a...
[Deleted]
Hi Guys, is it possible to convert/translate and/or import a trading strategy written on Tradestation EL to Meta Trader 4. Alternatively can I use TS to generate the orders and Meta Trader as my front end to execute ? thanks
[Deleted]
All of a sudden my script terminates with the following error: 4005: ERR_NOT_ENOUGH_STACK_FOR_PARAM: Not enough stack for parameter . What could be the reason for this error, and how could I get rid of it
[Deleted]
  ea thread  (9)
if buy is true while sell is false,it will be 20 orders. if sell is true while buy is false,it will be 10 orders the question is when buy and sell all true,ea will only do as sell is true ? any advice? start: if (!ExistOrder(OP_BUY) && buy){ OpenOrder(OP_BUY); } if (...
[Deleted]
Hi, could anyone be so kind to give me an indicator which will show pivot points for ONE day, and also showing the hi and lo from yesterday? I had a copy of a really good indicator which showed this, until my laptop collapsed and I lost all my favourite indicators. I also had a package of different...