hi im a beginner and im trying to build a very simple EA just to understand how it works first. Can anybody help me by giving some simple example of a code for 1. Alert when it hits take profit 2.Alert when it hits stop loss my scenario is this:- after i execute lets say Order buy function, it sets...
Good Day... I am currently testing an EA to which it monitors simultaneously on 3 chosen symbols (EURUSD, GBPUSD, USDJPY ). The EA at some point open trades, modify trades (Trailing stoploss), close trades on certain condition to which it allows to open 3 trades per symbol with a time interval. I
Dear all, what can I do? //+------------------------------------------------------------------+//| testing.mq4...
Dear all I have downloaded a Free Signal service from this site to my account. Signals say me that "Subscriber's account is not ready for synchronization". (see the attach file please) I must close the pending trade but I don't want. Mainwhile I have changed my mind and I don't want the signal...
Dear all, During the EA backtesting, the system outputs several types of information which might be of great value to debug the EA. : 1. the dash line in red or blue, as shown in figure below. 2. The ovals with red or blue arrows inside, also show in the figure below. 3. The information...
I incidentally found that the MT4 platforms from different brokers cannot be uninstalled on windows 8. The message says U have no right to uninstall. I log in my windows 8 as Administrator and check all the box from the security including the log in, access, delete, edit. Can anyone tell me how to
сожрал 2гб под восьмёркой при прогоне тестером более 2х месяцев. и так постоянно где можно скачать версию постарее?
When I boot the MT4 in Windows 8 it boots properly. But when I start any EA it crashes immediately. Any suggestions on how to over come this?
at the below program.case zero does not work and Alert("ITERATION................0") does not realize.but case 1 occurs continuously. why does not case zero does not work ?//VELOCITY//////////////////////////////////////////////////////--- VELOCITY_ASAGI>VELOCITY_YUKARI (EN AZ UC...
hi, i was wondering if there is a difference in code/signal broadcasting between demo account and real account.. as if maybe there is a lag in real account or something like that.. im experiencing somewhat glitch during running my EA in demo account, is that going to happen in real account too?...
Anybody here with the latest experiences with the new version of mt4gui? I wonder why the tool is free, if the scope of the application is so great. The menus can be integrated into the MT4 menu. I.e. it must be used to access the code of MT4. Fx1.net is paid by Metaquotes? What information does the...
[Deleted]
Hello, I need an EA developer for help with a simple coding. I'll pay you fairly! Most of the code was developed...what I need you to do is to develop one line of code: profit target will be updated daily for open orders from the day/s before. Any help, Please feel free to contact me at 714-873-1031...
Hello, I have recently switched to trading with a new broker and I have an issue with their MT4 which is that I am not able to set the Stop Loss and Take Profit upon market execution (i.e. I have to first enter the market and then go to set the sl and the tp). I have used MT4 via many other brokers...
[Deleted]
I've got an indicator that signals an action by sound and alert: PlaySound("news.wav");Alert(Symbol()," make an action"); I wanted to add there the OrderSend function to auto buy-sell and it looks this way: int ticket; PlaySound("news.wav");Alert(Symbol()," make an action");...
how do they that, ea's codes r invisible ? how can i do that ? i want write an ea n sell it . than the codes must be invisible. please help
Good day. I just would like to ask if the formula that I've written below can close a trade with a given example loss of -15.00. for(ctr=0;ctr<OrdersTotal();ctr++) { if(OrderSelect(ctr,SELECT_BY_POS)==true) { if(OrderProfit()-(-15.00)>Point/2.00)...
-
Function Keys F1 �open "Userguide" (i.e. Help) F2 �open the "History Center" window F3 �open the "Global Variables" window F4 �open MetaEditor F6 �call the "Tester" window for testing the expert attached to the chartwindow F7 �call the "Properties" window of the expert attached to their chartwindow...
Being a newbie, I am struggling with understanding concept of TickValue. A query with MarketInfo(GBPUSD, MODE_TICKVALUE) gives me 0.6515 for BID/ASK of 1.53513/1.53531, my deposit currency being GBP. Going by definition of tickValue -> ("Tick value in the deposit currency") and tick size being 0...
-
Forex Trading Holiday Hours For July, 2013 The times listed below show the change to CFD trading instruments in New YorkTime. (CFD trading is not available to residents of the United States) THIS SCHEDULE IS REPRESENTATIVE OF OUR INTENDED HOURS. SHOULD MARKETCONDITIONS DICTATE, WE WILL DEVIATE FROM...
New article Money Management Revisited has been published: The article deals with some issues arising when traders apply various money management systems to Forex trading. Experimental data obtained from performing trading deals using different money management (MM) methods is also described....
[Deleted]
Hello to the /gurus, i have traded live for many years and helped a great many newbies to get strated in the FX, some more successful than others. I have a template made up of various proprietary indicators which I am considering as a potential EA - it is great as long as I do this manually, however...
Hello, I have coded EA to run on specified hours. EA setting as 10.00 - 13.00, so it works for 10.00-13.00. but when i edit the settings as 10.30 - 13.30. which EA starts from 11 and ended with 13.30. what could be the problom? { double datetime = TimeLocal(); double hour0 =...
Hello all, Currently I am trying to make an EA which suppose to make my life a bit easier. In the end it should be able to automatically import an Economic Calendar. At the EA initalisation I specifie the Buy and Sell thresholds. So Manual analysis has been made, and if Indicator XXX comes out <=2...
for a new order, sometimes i want EA ask me to confirm, sometimes i want EA auto do it. can i control this in code by this ways? 1. when a new order need i confirm, then open new order window(message box) like i press F9(new order) or 2. when a new order need i confirm, use code set "Ask manual...
I haven't been able to find the answer in the documentation. in situations such as changing timeframes etc, the expert is deinitialised. What I need to know is whether the the code execution in start() will always continue until it hits return(0) before it is deinitialised. Thank You
[Deleted]
Hi I use an indicator in the MT4 platform under 'Custom Indicators', subtitled 'Signal Bars-v5'. This indicator places icons for Moving Average Conversion/Diversion, Standard True Range and Exponential Moving Average data by time bars ranging from 1 minute to 4 hours intervals. In addition, below...
Hi everyboday. I have written an EA using Forex EA Generator. I want the EA to buy/sell 8 orders, each for 2% of the free margin, so I wrote it like that. A second EA should buy/sell one order for 4% of free margin. Result is: the first EA buys 8 orders of between 0.08 and 0.09 lots on a free margin...
I want to place the order on specified candle. is there any mt4 functions available to know thecount of candle. eg: I want to place the order on 4th candle open price!.for that i need to validate the current candle count. Please support me, is there any function available?
Hi, some one help me to create custom indicator with line connecting SH/SL through higher highers and lowers as mentioned with simple condition in the picture image itself. My intention is it has to draw the SL to SH and SH to SL line as per my condition. I am very thankful to you please.......

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.