General - page 1775

  What is 200SMA?  (3)
Hi all Does anyone know what is 200SMA and 3SMA? Thanks.
Hi, How i must understand this sentence that selects an order when it makes reference to the Magicnumber. This is the script (what it does?) // Order Management // for(cnt=OrdersTotal();cnt>=0;cnt--) { OrderSelect(cnt, SELECT_BY_POS, MODE_TRADES); if( OrderSymbol()==Symbol() &&
Is there any restriction of max number of strategies which Meta Trader4 can monitor? It may be related to PC spec. Anyone who monitor and automated trade several strategies using Meta Trader4? Please help me!
  Trading basics  (21   1 2 3)
Hi I would like to enter the forex market in small way and I need some assistance. Can some one help? Thanks in advance Phil
Hi, How could I identify if an order comes from a signal (example1: if (Close 1 && XX) BUY) or of another one (example2: if (Close 1 && YY) BUY) to assign different SL and TP to them. both are buy signals If i use differents OrderSend, can i identify each one? Thanks.
Ok, lets start over Here is my simple EA that opens a Buy or Sell when both indicators agree in the same direction. As you can see by the chart backtest, first trade opened wrong direction and not on the exact time the indicators agreed. Please help. I'm trying to learn what is going on so to not...
Hi all! This is my first post! I opened a EUR/JPY position on Friday, Feb. 1, and the trading was supposed to close on 10 pm GMT but my platform (avatrader) closed it on 9:58 or 9:59 exactly some seconds before I was going to close my position. Now I am worried that after reopening on monday I...
  Need Help. Help!  (11   1 2)
Hi, everyone! I looking for someones help! Is there any people who could borrow me +- 50k$ for 3-6month? I give the amount back with %%% Lets say we sign the document I give my detail (bank statement where address is included, copy of my passport etc.) I am from Ireland, I am a student and I really...
  Scammers selling commercial ?  (30   1 2 3)
Hi I got scammed - Touch The Sky - The_Market_Wizard OILFXPRO
Hi Guys, I've got an idea for an indicator that I'm going to have coded for me and I'd like a bit of advice as I'm not sure what would be best. Basically I would like a database of all regular scheduled news events. The database would contain the name of the news event, the date and the time. I'm
  The First Book on MQL4  (19   1 2)
With support from MetaQuotes Software Corp., the first textbook on programming in MQL4 is now ready. You can read the book from the website free of charge. The book is intended for high readership interested in developing of automated trading programs for MetaTrader 4 Clent Terminal. At the same...
  iRSIonArray()  (2)
I can't get this function to work - it returns results quite different from iRSI(). Does anyone have any code examples of how to use iRSIonArray()? And yes, I am using ArraySetAsSeries() on the array before passing to iRSIonArray() ;). Here is an example: Thanks, Alan double...
Should i buy a pda or a smartphone? What sepperates the two softwares? Do i get the same functions?
I am looking for a free source to feed my Forex Meta Trader 4 platform with DOW, CAC and other indexes Thanks Nick
  DiNapoli EA  (27   1 2 3)
I found the attached indicator by doing a Google search. Though the name is called DiNapoli however I cannot be 100% certain that it bases its sell/buy decision on Fibonacci principle. It is working quite successfully for me in manual trading in the last seven months. I trade mainly USDJPY, AUDUSD,...
Hello, Where can I find documentation on MetaTrader 4 language. For example, order functions. Thanks, Miguel
I Have Given A Vivid Explanation Of How To Programme The Ea In The Word Document
Hi. I've a MetaTrader profile with 9 charts (I've a 22" monitor so I've plenty of space). Whenever I move from other profile to this one, MetaTrader goes 100% CPU and stays there for a few minutes. I've a Core 2 Quad PC with 4GB of RAM so it doesn't seem to be a resources problem. Is there any...
Where i can find more examples ? thanks
[Deleted]
  My New -Al Maram v.2- indicator  (315   1 2 3 4 5 ... 31 32)
hello everybody -------- WHAT!!-------- this is my indicator , it's very simple and easy always use the signals everyday after the close of the 5th candle = 4:59:59 AM GMT** , the signals will appear once the open of the 6th candle (5:00 AM GMT) ... just put it once it appear simply -**edited -...
Hi. it is possible to close an order on the basis of close [1]? if((Close [1] < supbb) && (CurrentProfit/Point > 20)) { ticket=OrderSend(Symbol(),OP_BUY,lotsi,Ask,Slippage,SL,TP,TradeComment,MagicNumber,White); gle=GetLastError();} I enter an operation...
are there any MT brokers with nikkei 225 mini?
  bar alert  (4)
Hi the code below suppose to sound the alarm once an inside bar is formed and suppose to sound it 5 times, but it only sounds it once, can someone please look at it and suggest a fix. thanks a lot //+------------------------------------------------------------------+ //|...
  Please check my first EA :)  (19   1 2)
I did up this EA based on the VQ indicator and called it from the EA with iCustom when VQ signals a Buy and Sell, did I do something wrong?
  Grid trading  (11   1 2)
i was testing grid trading , the results aren't bad so i decided to share... I have 2 platforms trding 2 different grids..... both are posted with settings... just wanted to see haow far it goes ..... ideas welcome close trade setting @ 3.0 any TF
I have been running metatrader4 with an EA for about two weeks and everything was running fine for the most part. However, for the last two days "Market Watch" has been frozen. It is not updating live, and I am missing out on trades. How can I fix this? I tried uninstalling, and re-installing,...
Hello, I would like to make backup system for emergency. To do it, MT4 are installed on both PCs. (primary PC and backup PC) When primary PC has some problem, I will switch to another. I want to know how to transfer the environment of MT4 to another PC? Magic number of orders, Order status,...
Man made Indicators VS Natural Phenomenon?! Pls, share any ideas about 2 category of chart reading. 1) Human creation of indicators/systems based on the mathematical calculation of past price action. e.g. MA, RSI, Stochastic, MACD & etc OR the Complex mixed advanced system one using computer like...
Hi, I recently bough an expert advisor from itmt4.com. I read in a different thread on this forum that if the advisor shows up in the terminal as gray then it was not compiled correctly, is that true? Reason I am asking because this specific EA is seems to be working correctly and quite well. I...