Hi Slawa,
I have while(true) loop in my EXPERT with RefreshRates( ) funcition within the loop.
The expert communicate with my indicator by Set/Get GlobalVariables() only.. no iCustom()
I would expect that the expert would loop until the loop ends by break.
However, while looping it will...
Hello MetaQuotes, I often run into this problem as stated in the title. More specificaly, the terminal is connected but IsConnected() function returns false. As far as I remember it only happens when I am connected through FXDD. By the color of the 'Connection status' symbol I guess I'm...
Not sure if this should be the right place in the forum, but I am looking to see if anyone has traded the HEDGESTREET Exchange. You place a bid on whether or not the Euro/ USD will be at a certain level at the close of the trading day. The price flow up and down durring the day, so I was wondering...
I have made notes as I have learned the hows on coding. I am sharing them with the forum. Please add additional examples to programming different things in a indicator or EA to this thread. To view the different modules, you will have to have Microsoft Word after you unzip the file. I hope these...
Hi All, New to MT4 programming. I have most of my EA programmed but I wasn't sure how to determine the following: 1. How do I know when a pending order becomes an open order (i.e. filled)? I checked the documentation but I couldn't find how to distinguish between these two. 2. Is the only way to...
Hello. Is it possible to run more than one EA on the same account but downloading MT4 to different folders,thus having more than one MT4 Open but on the same account with different EA'S running. I only want to run one EA on each platform as even with magic numbers they seem to conflict with each...
Hallo everybody! i am looking for simple scirpt in MT4 platform. everybody uses for monitoring their open positions terminal window, but is it possible to get opened positions or pending order situation on the chart, in right or left upper corner! so if somebody knows, please help me! thanks , and...
[Deleted]
Hi all, Is it possible to make a deal through other brokers? I am currently using EFX Navigator from MB Trading and have an Expert Advisor running on MetaTrader Any pointers would be much appreciated Thanks in advance. Phil
I think many users would apreciate this in metaeditor: 1. Line numbers 2. Code stretch/hide to functions and conditions, (the +/-{...}) 3. The vertical scrollbar to work properly when it have more than 312 lines of code Thanks
Notes for the Kalman filter with Auto Gain. How I use this: I am currently mostly using this tool in a manner similar to Bollinger bands, using the trendline to determine the strength and direction of the trend, and the exterior lines as guides for buing and selling. Samples: The number of bars you...
Hi, Is there any "indicator" which would give me a sound warning when there is a quick change of the price in one minute (or 2). For example, when the price exceeds change of 15 pips in last 60 seconds, it would give me a sound warning. Is this possible to make? Anyway, it has to check from each
im new to forex and im notice tha some pairs are moving in opposite direction,i'm right that happen some times?or some pairs are moving all time opposite?wich is the predictable pairs that moving all time opposite?and finaly,is that a good way for a hedging strategy? p.s sorry for my english
hi guys, I want to demo and experience the GRID TRADING , does someone have a good EA I can use and I will appreciate if you can direct me to links to get more info on it
i dont know where i get this indicator from. is it ok if i request for doing some change inside the code?(improvement) if not ok than do not add more code and i am sorry what i have ask. if it ok please help me for my request. i have requests, could you add 2 more period for week and month? for the...
Hello everybody. Can you explain to me how exactly SHI Silver Trend indicator works and what they tell? Is it act like ZigZag indicator ? After changing trend, will their DOTS (blue or red) suddenly vanished and reappear on maybe the 2-3 last candle bars
If Anyone is looking to invest in a great currency check out the Israeli sheqel. At Dec 2005 the USD/ILS was around 4.7000 and today it's under 4.0000 . That's about 15% in 18 months!!! The Israeli stock market is at an all time record because of extensive foreign investments (Warren Buffet invested
Hello Im looking for an MT4 indicator or EA, which draws resistance or support based on candle formation/price action, on the chart Also, looking for: 1. a userdefined timezone convertor indicator for mt4. This would save everyone having to convert in their head, the difference between their local...
does anyone has a regular candle heiken ashi ma mtf that works???
Hello, I just tried to build a Fractalindicator that just draws an arrwow if the two bars right from them are formed, that because the usual fractalindiktor from the metatrader wich is shipped in gives often incorrect signals for drwaing a arrow or also to a usual buy or sell signal by a EA Script....
I have an EA, and I run it 3 times, each with a different value for StopLoss, say 5, then 10, then 15. I get different results, as expected: amounts of $700, $800, and $1700 for example. When I run it with the optimizer, however, and put in a Start value of 5, a Step of 5, and a Stop of 15 for the...
Greetings, Firstly, I want to thank you to anyone that willing to help me. I have a good strategy that I want to make an EA based on it. Unfortunately, I dont have skill to program EA. So, I decide to share this strategy and ask help to make an EA. Lets begin... This strategy is based on 3 great...
A few months ago I saw a system/indicator that calculated it's values based on other timeframes, than the one present for visualization. Ex. I'm looking on H4-charts, but I want to know the value for H1 avg true range. (yes, I can do this manually, but its for an ea) I don't remember how they solved...
Hello Experts ..
Been trying to find easier or better way to draw equidistant & parallel lines to the Pitchfork Median lines ..
tried using Equidistant channels but they come out messy & not very convenient ..
Can not use the 'crtl' key either since the median line is not a trendline ..
Am...
Hello any body help me to get moving avrage alert crosses Thanks
I like to have channels on my 30M chart from W1, D1 and H4 so I adapted the SHI_Channel_true indicator to allow me to do just that. Now it takes me 30 seconds at the beginning of my trading day to draw the channels. I've attached it to this post just in case anybody else finds it as useful as I do....
Hello .. I want to discuss here a concept called : Volatility Analysis. I want all of you to read this page : http://www.dailyfx.com/story/strategy_pieces/weekly_range/British_Pound_Set_To_Breakout__1179349996142.html It is about Volatility Analysis , by comparing the price action beteween long and...
I just want an EA that opens a trade in the direction of of a 3 ema. maybe we can set it to different types like you can in MT4. IE. Simply place a 3 ema on a 1h or 1d chart, and if the price is far enough from the ema on the open of a new candle you'd place a trade in that direction.
Is it possible to create a custom line study in mt4? I wish to create "dynamic gann levels " line study
so far so good this EA i am testing on demo and will start live with Mini's of course has made 10 trades total with only one loss. seems to good to be true. unfortunately it has only been backtested to january 01 with a 85% success rate. definately a true scalper as it snatches 20pips at a time....
Using MtSetPumpingMode and spy++, I receive only one registered message (UPDATE_TRADES) and nothing else even if I retrieve TradeRecords and TradeHistory. To get other message, it is required to send something to the server? or closing connection and open a new socket?

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.