Some good thread about how to trade Heiken Ashi https://www.mql5.com/en/forum/174884
Hi, After my EA loads, it stops working (it used to work before). Also when I hit F7 in metatrader, it doesnt bring up the EA property. At first I thought I was running out of memory for the EA thread so I increased it to "property stacksize 81915" but that still doesnt have any effect. Have I hit a...
Is there a way to filter the transactions in Terminal - Account History to NOT show the canceled orders?
Barry
I want to code an ea to activiate during 3 different time periods. How would I set this up?? I am not sure how to code a nested if conditional statement in MQ4. Where is all the examples to follow to code this language?? The rough times would be between the following GMT times. 6 to 9 11 to 16...
Hello, please who have data 2001 from today?. i need it. thanks.
[Deleted]
Hi, I am approaching the group with the request that the attached Expert Advisor has two problems, which if any one can solve - will be great. 1. Trailing Stop is not executing 2. Stop Loss is not working and trade is closed before that - what may be the reason? I look forward from the group soon....
HI , I write a program with "Alpari metatrader". After I confirm it work with "Alpari metatrader". I put into "FXDD Metatrader", but the program can not function as it was in "Alpari Metatrader". The code which do not function properly is : int spread; spread=MarketInfo("GBPUSD",MODE_SPREAD); It...
[Deleted]
Hi, Is anyone here using the FXengines website to place their trades? I am a little wary about their research. A few years ago they published a paper on how pairs moved that they have since retracted. They are now sending these emails categorizing US news events with a "Star" based rating. I have...
Hi,
I just downloaded some MT4 history data, M15, from 1999 to 2005. That's very useful for me.
I wonder if I can transform this M15 data into H1 or H4 ....
Thanks.
I have maxed out my lots allowed and I need a variable that I can set the number of trades (pending trades) that the EA enters simotaniously or within a few seconds. Can this be coded into the EA??
Hallo Everybody, I've problem with my Meta4 programming. I need to get price at 00GMT for today and last day ( Open, High, Low, Close ). Here's the program, it's draw vertikal line at 00 GMT. extern int GMT=00; #property indicator_chart_window int objCount;...
Hi sir I would like to know how to set the time alert? I live in the pacific standard time, but the broker I am using is in GMT time, now How do I get the GBPUSD alert time to work in the correct time. I have try the PST, it didn't work and the GMT time and it still doesn't work, and last I try the
What do you think about STRADDLE method? I am getting very good results using this method, i dont know why some people create negative points about it.
[Deleted]
Ok im almost gave it up but how can i execute an order instant ? always when im firing the ea up it takes some times before the orders executes. is there a way to execute the orders instantly ? here is the code code begin RefreshRates(); OrderSend(Sym_1,OP_BUY,Lots,MarketInfo(Sym_1,MODE_ASK)...
I'd like to cut the trading time for the gbp/usd form 06:00 to 22:00. No Nightsession!
Is this possible?
thank you
c18
I am totally confused with timezones and GMT for some of these trading systems, can someone clarify for me the following scenario: TimeZone is stated as "Difference between server time and local time" and TimeTrade is stated as "Local time of opening orders." News from UK comes out at 4:30 AM EST
Does anyone know the source and setup for this ea? http://www.lightpatch.com/forex/Results_2006_08_04_AUG04/multi%20lot%20scalper%20p%20day.mql%20%20m5.htm
Is there any way of placing either the indicator Comments or Data read outs from the indicator into a separate window, I notice some indicators on this forum have Data in a separate window but I cannot see how they do it as they are only ex4 files, if this were possible then you could have one...
What statement can I use to place a indicator as a seperate window, but also place it at the top of the screen versus the bottom??? Dave<<< Appreciate your input!
Hi I have just recently started up a Blog dedicated to providing tutorials, forex ebooks and information on the Forex. I apologize if this post is not appropriate or in the wrong forum. If so could an Admin please fix this. Thanks Please check out my Blog at: http://forexprofiteer.blogspot.com Thank...
I want to place a small movable "window" on the chart when required (after a click of icon perhaps) that displays the values of all selected indicators and also any formulas that can be coded in the program. Not sure if this would be an indicator or EA. The display values would reflect the Bar that...
Hi my firends, I want to build USDx chart in MT4. i wrote a script for that but this wasnt fix. help me to fix it please. Best Regards Ravi
Good day all,
Does someone know of a way to disable certain buffers' values from showing in the indicator title. It happens a lot that only one buffer draws the actual line, but I use say 5 other buffers, and then all their values also show up and clutter the screen.
Kind regards,
Murphy
Can anyone help me to convert this code in VT langauge to an EA and custom indicator in MQL4 langauge UpCandle:= Close > Open;DownCandle:= Open > Close; PrevBarUp:= Ref(C,-1)>Ref(O,-1); PrevBarDown:= Ref(O,-1)>Ref(C,-1); PrevBarUp2:= Ref(C,-2)>Ref(O,-2); PrevBarDown2:= Ref(O,-2)>Ref(C,-2); PrevBody...
I need an indicator that lets me set the hours I'm looking for possible trades. I've seen one or two before, can't find them. If you have one, please post it or link it. Thanks@!
Greetings I found a neat indicator for VT somewhere (cant remember where) -- simply coding really Can anyone translate to Mq4 ? Thanks P.S. -- I cant attach it -- would not work -- so if you can do this please pm and I will give you link to it -- thanks
HI, I try to program Metatrader EA which will able close all the order when the profit is hit. This is for hedging correlation pair trade. But my code do not cloase all the order, it only close 1 order. Below is my code: Can anyone help to improve the code? int start() { double profit; int i; //----...
Are there any EAs that are used to trade the news? Something that puts a buy and sell limit close to the current price. When the NFP or something like that comes out either the sell or buy limit is hit and you close very soon after. I know there has to be something like this out there. Thanks guys.
[Deleted]
Hi ,New Digital, Do you get the indicators listed below for MT4 or MT3 based on John Ehlers' cycle theory? sinewave indicator phase indicator hilbert oscillator cycle period thanks stl
I have found this indicator on the other forum and it says to be a holy grail .. can someone help me to create it into EA for MT4.. (Scorpion please help me) There is a buying and selling condition on the file.. and please do create it specific for H1 timeframe with TP of 10 pips.. if should give us

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.