Hello, when I asked for a emo account, it was for an Mt4 NOT Mt5, please may I have Mt4 demo
I have several watch lists I created in MT4 using the SET option. I wish to display these watch lists all at the same time. How can I do that? I tried opening more Market Watch windows and add a watchlist to each window but that doesn't work at all. I tried adding tabs to the existing Market Watch
Does someone know how to create an external windows from EA?? like these pictures: For now i use objectcreate to create object in the chart. I want to put my trading tools in an external windows. but i don't know what kind of thing i need to do this. Thank you in advance.
[Deleted]
I am trying to develop an app which can launch MT 4 iPhone app. Can anyone let me know the URL scheme for iPhone/iPad apps to enable this? Thanks
I try to have in MT4 the same function has we have in MT5, but for some future (SP500) it does not work. The challenge is to calculate correctly the pip value : just using MarketInfo(Symbol(), MODE_TICKVALUE) does not work. any idea? Regards, OrderCalcProfit The function calculates the profit for...
class CPivotManager : public CObject { CObjVector<CPivotCandidate>_highPivots; ...void CPivotManager::Tidy() { for(int i=0;i<_highPivots.Total();i++) { CPivotCandidate *candidate=_highPivots[i]; <-- Invalid pointer access? if(candidate.GetIgnore() && candidate...
I have a confusion and i want to solve it. Does the deviation Setting means ( let say, it is set at 3 pips ) if my orders both MARKET EXECUTION AND PENDIND ORDERS ( buy stop / sell stop ) will not get trigger if slippage has crossed deviation limit ( for example 3 pips ). Picture is attached for
Hello Everyone How to deal with or handle/avoid the array out of range error here : for ( int i= 0 ; i<= ObjectsTotal ()- 1 ; i++) { string objName = ObjectName ( 0 ,i); if ( StringFind (objName, "Last#" )>= 0 ) { string tempval= objName;
Good evening! i was trying to fix a open signal inside my EA. My Problem: I would like the MyMovingAverage to be a open signal so that when MyMovingAverage<Bid (which will be my Uptrend) gives a Uptrend Signal and my EA executes Buy Trades only each time the conditions are met. But it currently only
Hi, I would presume that the same EA that works on one symbol would work on all other. But mine doesn't work on indexes and stocks. Any idea what is wrong? Best Regards, Hendrik
Hello guys. I need to change the computer clock to the broker time automatically. I now i has to import kernel32.dll and use SetSystemTime function, but don't know about the parameters of this function. Does anyone know how to use it?
The problem is I practically don't know the language, I need to automate the opening of orders for a few vp, I put out this simple code (file attached), but it turned out to be clumsy, According to the plan should open 6 vp, but opens only 3 vp, but sometimes opens all 6, but then again no longer
I trade gaps made between the close and open of the market. Fiddling through all the bars when backtesting hurts my eyes though, is there a way to just remove/hide bars between those time? Or do you know of an indicator that does
Hi all I would like to delete a pending order after 10 pips, that's if the buy order is in profit after 10 pips. With the code below it will delete sell stop all the time. I know you can delete by time function after a few minutes, hours & days etc. I would like to know is it possible to delete
Hi Team, I am creating simple RSI strategy. But My iRSI function is stuck at certain price. when it cross 70 value it stop to calculating value Please look into below code and screen shot. Here is code double RSI= NormalizeDouble ( iRSI ( _Symbol , _Period , 14 , PRICE_CLOSE , 0 ), 4 ); if ( RSI< 30
MT4 GIVES AN ERROR MESSAGE AND THE TRADING ROBOT DOES NOT MAKE ANY TRADES : Virtual Hosting: obsolete version of "Market\Automated Trendline Trader.ex4" cannot be transferred to the hosting server, please recompile it first. WHAT SHOULD YOU DO TO MAKE IT WORK
hi to everyone, i have a problem with my mt4 , after i add indicator or EA with ex4 to my mt4 folders i cant see them in indicator list and i just can see it in expert list and when i klick on it ,says that is not an expert so uyou cant run it. even in meta editor i just see mq4 files and none of...
Hello. Can someone help me. please. My EA doesn't want to open a position. I use FBS Broker, my EA uses ADX and Martingale strategy double TP_in_Money = 0 ; int StartLock
I was wondering if there is a way to Refresh the chart programmatically? my use case: I have an indicator that do not update sometimes and when I right click on the chart and then click refresh then it updates the indicator so I was wondering if there is a way to refresh programmatically ? Refresh
I need help to put temporary stop on new order " during " the loop completing close order. Once loop closed all existing orders then new trade can start when possible. Please correct the code given below.. void neworder() { if (looking condition here until " bool closeall() " copmplete the
I am trading with an autobot on mt4. Everything is running quite well but I have these orange locks on the top right corner of my charts. When I click on them it brings me to the autobot web page. I think they mean that I cannot alter the trade in anyway. I tried to close the trade early and take
Hi , I wonder if anybody can help. I have been trying to download my MT4 platform onto my pc Every time I try to download the files and run it , it then open up the MQL5 account? I have been trying to figure out what to do to get my MT4 platform back on my PC , any ideas, help Thanks Alvin
Hi there, Hope you are having a nice day How can we detect future holidays by code? Should I do this by just hardcoding or is there any way to automate it for history data holidays? Your advice is greatly appreciated
Any one can help me to figure out how to send alert or log from strategy in mt4 to telegram? i dont looking for ea whats sends photos or where i put position to telegram just need something to transfer popup windows to telegram thanks :)
Hey guys i would aappreciate if you help. Can someone tell me why my orders are not expirng? if ((Buy_Sell_Signal()== "Buy" ) && ( OrdersTotal () == 0 )) Ticket = OrderSend ( NULL , ORDER_TYPE_BUY_LIMIT ,Lot_Size,( iBands ( NULL , 0 ,BB_Period,BB_Deviation2,BB_Shift,BB_Applied_Price, 2 , 0 )), 0 , 0
hello, for some reason my mt4 platforms will not open from desktop icons or through the terminal.exe in the metatrader folders for the specific brokers. only one of my several brokers will open. Running windows 10. tried to re download platforms but still have same issus. Also tried a full system...
Hi, I have purchased some indicators and some indicators are free, i downloaded it via the market and try to open, it is loaded and removed immediately. It never show on chart. Anyone can help
Hey Guys! I need your help. Does anyone have a code for a timestop`? I want my system to close positions at the open of the second new bar since the openeing. Thank you very much
BullishHammer=((Open[i]+Close[i])>(High[i]+Low[i]/3.0)); I am attempting to construct a hammer pattern signal in this case bullish where the body is a third the size of the candle high/low range. Can some one point me to where I am going wrong on this? and also how would I quantify this as the body...
[Deleted]
Hello to all professors, with this code I want to come and calculate the whole Lot first (for example, purchase) Then we calculate that if 10% of the imported Lot goes to profit, it will close all the orders. But it has a little problem and it does not do that. #property version "1.00" #property

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.