General - page 1916

We have added three options to navigation bar to improve usability of site. Also we have changed some issues to make the site easy to surf. Enjoy them. Best regards
  TrueScalper  (16   1 2)
This EA was posted to the Yahoo Group with the following statement from the author: All, TrueScalper 49c is attached, as well as the weeks forward test. They may also be found at: http://www.lightpatch.com/forex/TrueScalper49+/ The EA ONLY WORKS ON GBPUSD 5Minute chart right now. If you read the...
Gann Trend System.
  Fibonacci discussion  (21   1 2 3)
Hey I am starting this thread because i have big interest to learn about fibonnaci and i might think other people out there is thinking the same. i have ordered some of the homestuddy package. i start up with lesson 6,7 and 10 i will tell if its a good course or not when i have studyed some more i...
  Backtesting/Optimization  (943   1 2 3 4 5 ... 94 95)
It was a problem which renoex arised https://www.mql5.com/en/forum/general Not asked even. It was just 'rhetorical' questions (question with answer inside the question). Of course no we can not. But we are working with this tester and do not have any choice. 1. Some people say: do not believe in mt4
MetaTrader 4 Build 186 1. Fixed saving of settings of undocked windows; 2. Fixed trading from experts. MetaTrader 4 download link: "MetaTrader 4 trading terminal"
I have an expert which is running on four pairs. It does trading on new bars only by checking if (Volume[0]>1) return; Occasionally (not consistently) it misses the first a tick for one pair and starts with Volume=2 (it may miss other ticks as well but with Volume=1 is were we notice). See USDCHF...
  Functionality request...  (13   1 2)
Hi Metaquotes, Well, I must say that your latest version (Build 184) is the most reliable and stable version I've seen yet and no more error messages! I haven't had one single problem with it since starting to use it and I'm currently testing some pretty complicated experts which make use of a good...
  Working with text  (18   1 2)
DjVu Decoder (attached). To convert djvu files to any grafic format (tif, gif, bmp etc). Working from command line. DJVU http://www.djvuzone.org/
Hi I want to record my stratergy tester to a file. I want to record all its bids and asks and how it sees my indicators. Then I want to read that into an C# (from sharp development http://www.icsharpcode.net/OpenSource/SD/) program and really debug my EA. I am suffering with the first step -...
I used to be able to run http://www.lightpatch.com/forex/TrueScalper49+/TrueScalper_v49L_Ron_MT4.mq4 in the backtester, but lately I have not been able to. But I have a friend that can. We have the same settings, and the same fxt file. The best I can think of on my own is it has to do something...
  recalculate  (1)
When should one use the recalculate feature on the mt4 backtester?
  Please help !!!  (5)
Hi, I'm writing the simplest code I can but I always get error "Invalid price" when tring opening a position !!! ex: if (OrdersTotal() == 1) return; res=OrderSend(Symbol(),OP_SELL,Lots, Bid,3,Bid+StopLoss*Point,Bid-TakeProfit*Point,"",100,0,Red); if(res<0) { Print("OrderSend SELL failed with error:...
  MoStAsHar15  (7)
This EA looks pretty profitable if tested with strategy tester in MT4. Anyone knows it ? I have no idea how it goes on live account.. Who wants to try it ? What do you think about it?
Hi guys, i just want to exit on close (of the current bar) for my open position. the position have been opened at the open of this bar and i just want to close at the close. how can i code that?
  Stochastic  (1)
Stochastic EA
Good day, Most Windows PocketPC today are changing to become Phone Pocket PC or Phone PDA (like i-mate http://www.imate.com/DETAILS_KJAM.htm) .. can MT4 works with Windows Mobile 5.0 (latest version) which is build on Windows CE. regards mazen
  Buy GBP Now  (2)
And enjoy Trend up ... or no .
I have read in another forum that downloading Alpari data is the most accurate data for backtesting. But in contacting Interbank FX today, they stated that thier is no way to get accurate results in MT4. InterbankFX stated that using thier data was the most accurate up to about 60%. Can someone...
Hi Dynastore for QuoteSpeed Tradestation 4, 2000i, Metastock Pro Existing customers have good-forever keys. Free public registration is available: Name: Free license Key: 0797-8FE7-AD50-C199 Build 20050406 N/A Documentation in PDF format http://64.39.175.162:8080/Files/ds-qs-ver5-20050406.exe...
MetaTrader 4 Build 185 The new build includes the following changes: 1. Extended the field for account password. Password maximum length is 15 characters; 2. Fixed error of setting up alerts for symbols longer than 6 characters; 3. Improved operation of the terminal through Data Center; 4....
My demo feed for MT-4 is through Interbank FX. Is there any way to change this, so that my feed is directly through the MetaQuotes demo sever. I believe I had an older version of MT-4 that had a feed directly from MetaQuotes. I have since re-installed one of the newer builds that has the Interbank...
My Expert Advisor can run perfectly in Ver 4.0, Build 184, but can not run in Ver 4.0 Build 185. Does anyone else has the same problem? What's new update in Build 185? Can I change back to Build 184?
Guys I've got a problem with opening MQL and MQ4 files. What kind of program do I have to use? REGARDS
How can I run the Expert Advisor as Service?
Hi, I have problem that not making sense: sometimes after starting my EA (Backtesting mode) i see that i have open trades ! OrdersTotal() return 1 open trade what can be my problem ? thanks
hi, I am wesley. the MT is nice! welcome to http://www.mt4.cn , It's Communicate in MT for China.
Is there any way to tell from an expert advisor whether the "Short", "Long" or "Both" inputs are set, or is isTradeAllowed() the only available function to find out what trading is allowed? I'd think that either: bool isShortAllowed();bool isLongAllowed() or #define TRADE_SHORT 1#define TRADE_LONG...
My MA Cross expert is not working properly. I am using MT3 and there should be 2 arrows appearing on the chart with every cross: 1 for closing the previous trade and 1 for opening a new trade. Sometimes it will just open short trades, other times just long trades. The odd time it will open a trade...