MQL4 and MetaTrader 4 - page 948

[Deleted]
  Windows Phone 8  (6)
Are there any plans in releasing a WP8 mobile app? Could really need one.   T 
Hi all, Say that I want to get information regarding profit that has been take with  an ea to another place or mail address. Is this possible ? Thanks in advance for any help on this matter.   Luis 
so, if I have a max 2 order. I open 1 order, and like 5 pending limit order. How can I make sure that there is only 2 open order at a time?   What is the code of EA look like to stop those extra pending order to be executed? 
do you have a good history file I can use in my back testing? For some reason what I have keeps getting corrupted. I try to download new history but it always says it up to date, but then I get screwed up results. I just need a history file I can dump when needed. My email
I'm looking for a programmer that can make me a Expert using the Heiken Ashi, Rainbow and Renko  indicators. If so contact me for more info. Thanks!!!
Hello all, I need some help here - I am a beginner on MT4, but i have trading ideas. I need to create a new indicator that picks up tick by tick data and buffer them for a short period of time so they can be used at a later stage as part of a strategy that I am developing. To be more clear, like a
[Deleted]
HI ... How Can I Find Daily Open Cabdel? I want use this for an Expert that set Orders some Pips above OR Below this candle. Please help Me. thanks.
Hi all I'm trying to find out how I can import information from indicators to my EA. I can see in the examples that comes with the MT4 environment that I've downloaded how I can access data from the standard MACD indicator, but I'm currently looking at two other indicators that I'd like to use. One
I am a "Newby" and would like to use sample code in Kovalyov's book, but all comments in the code in the appendix seem to be in, I presume, Russian. Is there a solution to this? MeraAlpha 
[Deleted]
  iCustom problem  (3)
Hello, sorry if I make mistakes, English is not my language. Could you help me put this indicator in EA? Buy when the price above the fence higher and sell when the price closing at its lowest? If someone would help me it would be nice...
[Deleted]
Hey everyone:  I'm wrote a function that evaluates Pearson Coefficient.  I tested the formula and it's 100% correct with results.  I'm trying to calculate the coefficient on Close and the % changes from one candle to the other.  I'm trying to show coefficient in a separate window with red and white...
Hello MQL4 community, All statements below are regarding EAs only. Special functions including- init(),deinit() /*and*/ start() are integer data-type. Each special function has a concluding function, return(0). Why does return() function return zero by default (obviously it must return an integer...
I have time over weekend, so I would like to do some coding. But the market is offline. and there is no tick, so the start() is not running.   How can I write code and test it on the current available data when it is not getting any new tick? I just want to draw something on the current chart....
I have two broker accounts in one MT4 installation. Can I use prices from Broker B when I am logged in at Broker A to create a custom indicator? I have previously explained how I have been able to modify custom indicator(s) to utilize prices of any user selected security instead of default (current...
I have 4 MetaTraders on my VPS Server, every MetaTrader i have save in a folder and the folder is on my Destop. Sometime i see that a chart does not reload itself or that a EA does not run and i want to ask people here if they have find simular little problems when they use some MetaTraders on a VPS...
Hi all, my first message here... in strategy tester trades appear before the signal and bars be in the chart.  Regards. 
I have been using strategy tester for a long time with no problems. Just yesterday I had to do a system restore (windows 7) and now I get this message when I try to run strategy tester with a 5M time frame. " 2013.02.08 12:46:37 TestGenerator: internal error because the file not opened ". I have...
so, for every tick data, the start() function will activate again.   What if the start() function have not finished running and the new tick coming? Will the start() function keep running until the return() reach  and run the new tick after it? Or the start() function stop and run the new tick? 
[Deleted]
My account in mql5.com got banned and i suspect its due to some links i put on my profile. Phi.nuts assured me it was totally fine to place links on your profile link and nowhere else. So come explain this because i have made no violation of TOS. :-( . Below is the proof where phi.nuts said its ok...
Hello Forum, I have the following question which has shown up a BIG gap in my base understanding of how and when indicators update. Why is comparing indicator values for bars 0 to 1, different to comparing indicator values bars i to (i+1), in the context below? Context: I put together an indicator...
[Deleted]
Andrews W Salim from India Purchased a robot and now guide me to add it into my GCI Account on a VPS
Hi specialists, I have a question for display some account informations in MT4. IK found a standard script in my MT5 installation which show me actually account informations in my chart.  The information field for the "margin call in%" and the "margin stop out in %" is very important for me. So I...
New article Fast Testing of Trading Ideas on the Chart is published at mql5.com: The article describes the method of fast visual testing of trading ideas. The method is based on the combination of a price chart, a signal indicator and a balance calculation indicator. I would like to share my method...
hi all, my platform connection has been so unstable in these days. I always got disconnection and wasn't able to get reconnected until a long while later. And even if I am connected, sometime i couldn't even trade or close an existing position. After I checked the Journal of the platform, I see the
[Deleted]
Why is it that hiding take profit and stop loss using OrderClose() gives different results, when compared to using OrderModify() ?
Hi all, So, I'm looking to modify an object position like stoploss line in a TrailingStop code. The object is created in the right place but it do not follow the price. Also it not delete from the chart ( at this moment the Tester chart)  Following is the code that I have to create the object inside...
[Deleted]
2013.02.07 21:00:03 '2088220729': order sell limit 0.20 EURUSD opening at 1.35603 sl: 1.35777 tp: 1.30429 failed [Invalid S/L or T/P]
In January, we reported on the geographical expansion of our offices and opening a representative office in India. Now, we are happy to announce that MetaQuotes Software will have one more agent in the Indian subcontinent. We have a new partner, ISMAR Financial, in Pakistan and we...
hello,, can anybody help me? sa is why no open positions that open acc demo / live,,,? I wish it could work ea MT4 (4digit) thanks  
Hell MQL4 community, I need a condition to check if a new tick has just been created. I'm guessing to use the market info function with mode time or something along these lines? Any suggestions? Thank you