General - page 1917

  StringSetChar()  (1)
Hi Slawa, anomaly with this function as the character is not returned in the specified position: string strChanged=StringSetChar("0123456", 3, 65); // 012A456 Also parameter 3 in the sample is the wrong type. Take care.
Does someone know if there were a way, to select multiple or all objects in the object list (ctrl-b) of MT4 ? For some reason the new build unselected all my objects (like 3000 of them) and thus made them invisible on the chart. It would take a long time and probably my nervous system if I had to...
I've done a very simple expert to test time flow. Here it is: int start() { if(TimeHour(CurTime())==0 && TimeMinute(CurTime())<5) Print("@@@ HELLO @@@"); return(0); } I've checked this on 4 years of 1-min data and got this output in the Journal window (only last lines): ...... 2006.05.05
Just go to : http://www.tradesys.co.uk/downloads.htm Bye DV
  Hosting for MT4  (11   1 2)
Question: Is it possible to have your MT4 trading station hosted and maintained by a commercial server? Reasons why I ask: 1) Comcast.net my Broadband provider crashes all the time. 2) I would like 5 ninths reliability on my system up time. In other words I would like 99.999% system uptime. (I know...
Looking for some feedback on the Elite Subscription. Anyone testify it really winning 3000 pips per month? Is it a complete MQL 4 file I can attach to interbank FX charts and have it auto trade? Is it the same system winning consistantly or different systems winning on different months. I am looking
  Super S/R! Breakout system?  (17   1 2)
I was wondering if any gurus came up with any breakout system based on Support and Resistance indicator? I believe it should be very possible with a decent S/R indicator. Let's make a holy grail out of this new indicator guys! I've been playing with Barry's Support and Resistance, but only to find
Hi guys, is it possible to activate EA or EAs on a specific time ..........like 18:35pm..... Thanks Babar
Hello, This is igorads Dinapoli Detrend Oscillator I belive, i've changed it to give a histogram instead. And I was wondering if someone can work on it so that a bar on the histogram would change colour should there be divergence with the closing price. Anyone help?
Hello all- I'm new to programming and this forum, and yesterday I wrote a simple EA based on the Parabolic SAR (Buy when it's below current price, sell when it's above). I have already written trailing stops into the program, but currently it initiates a new order in the same direction that I just
Hi Whenever i open MetaEditor my firewall tells me that MetaEditor is trying to access the internet. I wonder why it does that, can anybody please tell me? I would also like to know what the policy of Metaquotes is regarding the collecting of data from users. I don't suspect Metaquotes i just want...
HI ALL, PLZ CAN ANY ONE HELP ME IN THIS STRGTGES plz TO code it..... ------------------------------------------- Five-Minute Bollinger Band System ------------------------------------------- on a chart of 5-minute bars for a forex, plot out the 10-bar moving average and the Bollinger bands for 2...
Hi Guys Can someone please tell me where can I get the OSCILLATOR indicator from ???? Thanks Babar
Is it posible to watch two or many fores pairs (eur/usd and usd/cad for ex.) at the same time, and to send an order if both pairs have a certain value ? Ex.: Buy EURO if EUR/USD=x and USD/CAD=y. Thank you !
XProfuter 2006 indicator for Forex. Is not a subject to doubt, that the future to predict it is impossible, especially in the market. However, attempt of a combination of huge quantity of laws has been undertaken then indicator Xprofuter which it is evident with reliability in 92 % further movement
Hi, just wondering if any changes were made to the strategy tester. After the update my scripts get requote errors on all my BUY trades, easily fixed by slightly increasing the Slippage of the trades however... All my EA's test completely different now. Was the accuracy increased at all? Or was...
Hi everybody, I heard that on newest pocket pc with windows pocket pc 5, MT4 works (the client version)! is it true? I would like to use EA on pocket pc phone edition for trading with an all-in-one system! Thanks Bolla
[Deleted]
Im kind a new in MT4, but not in C/C++ so I want to join my knowledgement. I wrote simple EA, but I can not lounch it in strategy tester. Dont know why. I set EA, Symbol, Model, date and period but when I push Start nothing happens. Maybe I miss something? Maybe I must download .FXT files (: Thanks.
  Strategy testors  (1)
Hi, Does the built in strategy testor figure in pip spreads? Thanks Huhenyo
Hi everyone, I am new here. I got an indicator called Arrowhead. I found this indicator works well on AUD/USA Day chart. So I want to get an expert advisor using the arrowhead only for the AUD/USA day chart. Is this possible? What I plan to do is: When positive arrow appears, buy 10K. (I am using a
You're a few mouse clicks away from creating your own expert advisors for MetaTrader 3 platform. No need to be a software programmer to do just that. Download ZeroCode Beta 1 Now! (Membership required) Please spend 2 minutes watching the Video Walkthrough: Create a simple MACD Cross expert...
  Donchian Channel  (50   1 2 3 4 5)
I'm looking for the Donchian Channel Indicator, if someone could post it please Thanks CMC
  Trigger Line EA  (1)
Hi all I need your help in 2 things : 1- I am looking for an EA that set trading orders according to Trigger Line indicator color changes .. just buy when color is changed to blue and close and reverse ( Sell ) when color changed to Red.. so i appreciate very much if some one can post that EA. 2- I...
Is there a broker which accepts MetaTrader and also accepts to trade a variable amount, not only lots or mini(micro)lots (ex. for USD/CAD -> BUY 12350 USD ) ? Someone as MARKETIVA, but they don't accept MetaTrader yet, only accept any amount to trade. Thanks.
  FXAnt.mq4 EA  (2)
Hi, I need one of you great, generous programmers to either tell me how to change this EA so that it will only open one order at a time and not multiple orders. As it stands, it opens orders until your margin is up. I don't like that. If you can just change it yourself that would be great, if not...
Hello, I wanted to ask what are the dangers and risks in using an infinite loop within the start() function? For example, memory leakage, degradation, other problems? Thank you kindly in advance. Regards, RJF
[Deleted]
Hello, How can I calculate moving average of an indicator in an Expert Advisor? For example: How can i calculate the 4-bar simple moving average of "rsi1": double rsi1 = iRSI(NULL,0,14,PRICE_CLOSE,0); Best regards
Slawa, FYI the Build 192 fixed the old problem I had with copy and paste from MetaEditor, See: "Copy from MetaEditor and Paste to other application" FYI the Build 192 fixed the old problem I had with Terminal Experts Log file readable, See: "Terminal Experts Log file readable." and "Live...
  Emailing orders  (1)
Does anyone know of a way to Email all orders that are placed. Email, Buy, Sell, and any modifications to orders? There must be a way to have MetaTrader do this, an indicator or a tool. Thanks for your help. Darren
Hi, Does someone know if there is a way to retreive the time at which a pending has been triggered ? I have many pending orders, and my problem is to know which opened order is the last trigered one, (to determine if it's a long or a short) since the OrderOpenTime() is the time the pending is...