General - page 1912

  Zigzag system development  (16   1 2)
On this thread I will post all the indicators which were programmed within the Zigzag Trading System Development. Zigzag Real: - blue line is standard zigzag line; - white line is the zigzag real indicator's line moving in the real time (time berween blue and real white line is the delay, it means
  Beta Testing  (14   1 2)
im checking out beta1 for the 1st day very cool. 1. I added some closing logic and then decided i want to let stoploss and Take profit handle it but i didnt see a way to delete the closing logic or any type of logic after it has been added. 2. levels would be extremely nice like the signal has to...
Hi, I'm using wccipatterns indicator (posted on the yahoo group) but i need someone to program independent alerts to each of the patterns For example I would like to be alerted when bearish patterns 2,3,5,6 formed Or I would like to be alerted when bullish patterns 2,3,5,6 formed The author of...
How can I find out, from an EA, whether the EA is configured to allow trading longs, shorts or both? isTradeAllowed() tells me if any trading is allowed, but I need a little more detail... (My apologies for the semi-duplicate post.)
Hi to all Forex people Gordago Stock Optimizer is a program providing the opportunity to create and optimize your trade strategy without studying programming (MQL in particular). Then the program creates the expert advisor for MetaTrader4 through pushing a button only or connects it to any broker,...
  Dinapoli for mt4  (7)
Does anyone know where I can get the DiNapoli indicators for mt4? or can someone convert the mt3 indicators to mt4 thanks
  Working Hours  (2)
I found some piece of code which I am using sometimes. If I need to do some back/forward test in particular hours, or if I am not trading 24 hours per day I use the following code to be inserted in EA: In the top of EA (where information about the lots, Take Profit etc are located) insert the...
  Hans123 EA  (54   1 2 3 4 5 6)
  Trade Times  (7)
Ok I am somewhat new to forex metatrading. Are there any times during the day that should be avoided where the market basically stays quiet but can send my autotrader to make a bad trade?
  Alerts  (21   1 2 3)
I would appreciate all kind of alerts to be indicators and not EAs. I attach fractal breakdown EA, and asking if it is possible to become just an alert on indication basis. TKS vm Sir in advance
Hi, I have a very odd problem: sometimes after starting my EA again (in Backtesting mode) i see that i have already open trades ! OrdersTotal() return 1 open trade and it looks like the EA in skipping some code lines ... what can be my problem ? Thanks, Avi
Disclaimer: Forex is high risk gambling. Any advices that JDun or other poster on this board should be taken with a grain a salt. These advices are extremely risky and the chance of losing money is high. Use the information that is posted on this board at your own risk. Jdun is not liable for any...
Hi, What is the meaning of iStochastic "price_field" ? it Can be one of the values: 0 - Low/High or 1 - Close/Close ... Thanks
I trade EUR/USD but find the market follows the Bund future some of the time. Also the Dax is out performing the us stockmarket these days. It would be of great advatage if these contracts could be added. Cheers
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?