General - page 1723

[Deleted]
Hello, as i figured out all my problems in the beginning i got stuck with that here. This ea should enter on the break of an inner bar (doesn't matter if long or short) with exiting on the open of the nex bar. Sl is 25% of the range of the ib. If i cut the last part of the code (Close condition 2 -...
On the website of the Automated Trading Championship 2007, an Interview with Al Parsai has been published (http://championship.mql4.com/2007/news/200/). Al Parsai develops solutions for users of MetaTrader 4 and teaches how to develop Expert Advisors and other MQL4 programs. He is going to...
Hi guys and girls, This forum has been very good to me in the past and it's taught me a lot in my fairly short time here. So I want to give something back, not just to this community of traders, but to all traders. I'm soon going to be starting up a website that will have several databases that...
  MT 4 EAs don't work says broker  (53   1 2 3 4 5 6)
We are now concentrating on MQLII for MT3. An EA on an MT4 live Acct w/ FXDD kept trading and losing after it was deleted from our desktop. FXDD couldn't stop it. 2 insiders at InterbankFX sat down with us in person and told us they never say an EA on MT4 that worked. WE ARE WORKING ON AN EA ON...
Hi, just wondering what the difference is if you use; extern int or extern double Thanks
  LoveSub69  (11   1 2)
Hi, First of all thanks for great work You are doing and loads of usefull things and information. I wanted to ask Your help in testing new EA. I'm working full time so I wouldn't be doing big tooks. The code isn't mine and I get it ytesterday and in one day it made +140 on GBP/USD on forvard test...
Hi, I want to detect if for an up trend, the slope of the lows is higher than the slope of a moving average (slope of the highs for a down trend). Or any system that will tell me if the slope of a MA is bigger than the slope of an other MA or which will give me the angle between the two MA. Has
[Deleted]
Does anyone know if an indicator can have a timer applied ? I am working on an email alert that I will use for the London session but I only want it to activate at times around the session open (plus and minus ~1hr from the session open, say 1am to 3:30am). I dont want to wake up unless the trade...
Does anyone know if an indicator can have a timer applied ? I am working on an email alert that I will use for the London session but I only want it to activate at times around the session open (plus and minus ~1hr from the session open, say 1am to 3:30am). I dont want to wake up unless the trade...
does somebody know how the Equidistant Channels in MT4 are calculated? I want to make an EA based on this Equidistant Channel. but I can't find its formular or a custom indicator of it. thanks in advance!
Hi everybody when I open trade I'd like to see to highest point of my trade, but my program doesn't work . For exemple, if my trade is LONG : double open = iOpen(NULL, 0, Current + 0); double close = iClose (NULL, 0, Current + 0); double openp1 = iOpen(NULL, 0, Current + 1); double closep1 =
  N4 TF Has Bar Coding ?  (14   1 2)
First off, I would like to thank all the coders on this form for all their great work! Your teachings are invaluable! Got a question for a coder. Im new to codeing and dont understand iCustom that much yet but her it goes. I get lost when the indicator is not returning a number value and returns an...
Forecasts from 08.08.07 EURUSD https://www.mql5.com/go?link=http://img211.imageshack.us/img211/3162/eurd1bq6.gif - daily https://www.mql5.com/go?link=http://img237.imageshack.us/img237/9714/eurw1mz0.gif - weekly https://www.mql5.com/go?link=http://img235.imageshack...
Forecasts from 08.08.07 EURUSD http://img211.imageshack.us/img211/3162/eurd1bq6.gif - daily http://img237.imageshack.us/img237/9714/eurw1mz0.gif - weekly http://img235.imageshack.us/img235/9689/eurmnfs1.gif - monthly GBPUSD http://img235.imageshack.us/img235/8765/gbpd1zc5.gif - daily http://img235...
Is there any way to increase the number of generations or passes that the genetic algorithm performs in the MT4 tester? Many EA's today have so many parameters that genetic optimization in "strategy tester" ends before it has dug deep enough to obtain optimal results. It would be great...
Hi is there any way to sort the profile alphabatically in metatrader version 4 build 208? thanks
Comment as coded: sComment = sComment + "STOCHASTIC VALUE " + DoubleToStr(sto1,4) + NL;[/PHP][PHP]double sto1=iStochastic(NULL,0,K,D,SL,MODE_SMA,0,MODE_MAIN,0); The program reads the sto1 value and plots it on the graph and uses the value to buy or sell, but the sComment does not read sto1 and...
It's very disappointing that nowadays you only upgrade the tester. While important features lacks from the program, for example the logarithmic and semi-log Y axis. This feature is inevitable in trading stocks. So please implement if it's possible. Thanks
Hello there, hope this will be the right place for my little question, but first... here's the abbreviated version of my story. I started to develop mechanical trading systems 1.5 years ago. First i completed Coders Guru's famous MQL-Training-Course, the i played a little with my trading ideas. At...
Hi all I have a problem that when i attach the same EA to different time frame i found that , for example , the EA open a trade in the M30 and the same EA at M15 close it ! I wonder how can i solve this problem. i have only the ex4 file. Thank you for advance
Hi folks, Some of the indicators I use repaint history if I reload by opening the indicator properties box and then closing the box (without necessarily changing parameters). I would like to reload the indicator from within the code at the start of each bar. It's not an issue of the way the...
Commentary It was very good but has stopped, does anyone know of an alternative?
Hi, Someone said that if modelling quality is below 50%, so the accuracy of strategy tester result is doubtful. Means that when we run the EA on real or demo account (forward testing), there will be a big different in result. Is it correct? I've read about modelling quality, it seems just about...
  Ex4  (1)
hi, I have download some EA with extension .ex4, may I know how do I run these EAs? Thanks. I am a newbie in this
Hi, Anyone knows of stochastic based EA here in forex-TSD? I'm learning to develop my own EA so I need the mq4 example of how to reference stochastic indicator in an EA. Regards
Hi guys and newditigal, Can you help me where can I find this indicators with alert if possible? See the chart. Thanks for your help! NY168
  Period Converter  (4)
Period converter. Can anyone tell me how to alter the period converter. If I have a 1 min chart it will open a 2 min bar at say 12.00 I want it to open the bar at 12.01 instead. I hope you can understand what I am looking for, but it is a worth while mod to be able to do this. Thanks Mart
Hi, Does anyone here know how to write a time range indicator where it will draw 2 lines (for high and low)? Basically, I want to draw a high-low for a 3 hour range from 0700GMT till 1000GMT on USDJPY for each new day. Any assistance is appreciated!
Hi I need a skilled programmer able to integrate MT4 with Interactivebrokers