Seems most EAs have to wait for a tick or two to occur before placing pending orders. Is there a way to code around that so pending orders are executed instantly...regardlessof whether the market brings in a new tick or not?
Hello, I am new to EA and I would like to write the following system, Buy Conditions: 1. PDI 14 cross MDI 14. 2. Rising ADX 14. 3. Rising MA15. 4. Enter next bar and Price must be close above the highest price of perfuse barwhere PDI Cross MDI. Sell Conditions: 1. Using Trilling Stop or MDI...
[Deleted]
Can someone please tell me how i can add indicators to my meta tradeder.Someonesent it to my and i do not know how i can get it it sent to my meta trader.plzhelp.
[Deleted]
I am testing a 3 brokers, how does one work out the server time shift from GMT ?? USA : UGM SWISS : FINEX CYPRUS : NORTH FINANCE The last tick time on the each of the charts at current GMT 18:37:01, my local time is 6:37 ( In New Zealand) USA : UGM >>>> 14:37 SWISS : FINEX >>>>>> 20:37 CYPRUS
[Deleted]
Server time , how much off gmt or is it gmt time ?? how does one work this out
[Deleted]
Hello, my name is Daniel; I'm a new member here. In the expert advisor, Is there any way to share data between different graphs? For example, can I get the 20 periods daily moving average in 5 minutes graph ? Thank You
[Deleted]
Hello, 1. What is the strategy (the idea) behind this EA ? It just open a buy order ifthere is no opened order. if(total < 1){ ... ticket=OrderSend(Symbol(),OP_BUY,Lots,Ask,3,SL,TP,TradeComment,MagicNumber,0,White); ... It doesn't use any indicator. Strange !! Then, it use a TrailingStop...
Hi, could you make audio alerts so sound when price touches the parabolic channels? I like this indicator and would like to watch it live how it behaves after touching the parabolica channels
Am trying to use the LSMA from FX Sniper in an EA. Using the online EAB for coding with no success. I have asked for help in another post with no responses. It's a simple problem, if anyone can help please respond. Thanks.
[Deleted]
Hi All I wrote an Expert Advisor which gives nice results. I tested it on EUR/USD pair , daily graph, beginning from 04/2003 till today, every tick. The only problem is that I get 40% modeling quality. How can I improve it ? Thank You
[Deleted]
Dear staff of MQL Thanks alot for your attempts to develop such powerful product. I wish you considerthe following items and apply it to your product if you find it feasible. 1- MQL is a good structured language. What it is lacking now, I think, is abilityto define complicated data...
I have been forward testing the EMA Cross EA and after seeing how the trades were playing out I had a different thought of how to possible make this a better system. I am not a programmer so I hope someone could help be with this. My settings: Testing on 1 Hour Time Frame TakeProfit = 50...
[Deleted]
Hello, Everytime I hit the "Compile" button I get "Could not launch thecompiler". How to solve the problem? Thank you.
[Deleted]
Hi, all. example buy total to increase.. 3 4 5 6 << hold array this big nombor. when totals decrease to 0 and reset thisnombor 5 drop 1 profit become 5 totals and i can use this nombor for i use example below if( big total > totals) true? sorry for my english. wish you know what i mean. ^^...
I would like to know if I can use files in backtesting, and if I can, what limitationsit has. When I recently tested writing to a files while backtesting it didn't seem to work,but that could've been me?
It seems that sometimes when timeframe changes by clicking on toolbar, timeframe name doesn't change in the tab below. Just something to check for metaquotes
[Deleted]
Hi, an EA is only invoked whenever a new tick comes in. I would like to know if thereis a way to invoke the EA from an external application. Whenever this externalapplication receives a signal it should somehow forward this buy or sell signalto the EA. The only way I can think of doing that is by...
Hi I use this EA all the time live since Febuary of this year and it works great. Have yet to lose very much except on the GBP so I do not run it on this currency. It runs fine on M15 charts and makes more pips than it loses overall. It is a simple EA that catches gaps here and there and makes a...
[Deleted]
We have developed a trading program that analyzes the FOREX market using algorithmicformula. It clearly indicates entry, take profit and stop points to the user. trhougha custom indicator used in combination with MetaTrader4. www.pipprofit.com
If the platform is restarted (because of e.g. server restart) after an EA has beenattached and started, the EA remains attached and started upon loading, so automaticplatform restarts are easy. Now, I have a script with an endless loop ( while(!IsStopped()) ): can automatic start upon platform...
Below is the indicator of CCI MA : #property indicator_separate_window#property indicator_buffers 2#property indicator_color1 Red#property indicator_color2 Lime#property indicator_level1 -150000#property indicator_level2 150000 //---- input parametersextern int cci_p = 89;extern int ma = 10;extern...
[Deleted]
HI, If I run an EA on a DEMO MT4 account 1 min EURUSD vs the same EA on a Live MT4 Account 1 min EURUSD data , is it possible that you would get different results ( maybe tick feed is different ), that being live is better data feed ??? Broker : InterbankFX This forward testing an EA, not back
Hi all, I have problem with this error: error#: 4102 ERR_TOO_MANY_OPENED_FILES Any one know what cause it? What I must do for skipping this? thnx
[Deleted]
I am trying to let EA inserts arrow if certain circumstance occurs. The code I useis if(.......) { ObjectCreate("Down ",OBJ_ARROW,0,0,0); ObjectSet("Down ",OBJPROP_ARROWCODE,234); } But nothing is inserted on the screen...? any help?
The development of the MetaTrader 4 Mobile for Smartphone approaches its completion. System requirements of the new client terminal are as follows: operating system MS Windows Mobile 2003 Second Edition for Smartphones or higher;screen size 176х220 or higher;the distributive makes 400 Kb, unpacked...
[Deleted]
Hi, I heard that recently in here there's a code that can read arrow price (these arrowsare drawn manually on chart) and write them to a file. I would like to use it inhistory mode. Really? I browsed through code base, didn't find it. Please point it out for me. Thanks.
[Deleted]
My broker tells me that I can run multiple MT4 applications by partitioning my harddrive, but I can only run 1 expert advisor no matter how many partitions I use.Does anyone know if this is correct?
[Deleted]
I'd like to make my timeframe value show up as a list so I don't need to recompileevery time I change time intervals. Is this possible? I believe it is but I cannot track down the necessary documentation.
What's mq4 code for expiration date in Expert Advisor, ie. EA only work for a weekfrom April 16, 2007 (Open market) till April 21, 2005 (Close Market) ? Thanks.

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.