MQL4 and MetaTrader 4 - page 19

I have 10 years above experience at forex market specilly trend line breakout strategy . Trend Break out is nicely work as below Feauture: 1.Trend Identify first clearly though Slow MA (period 50 method linear) A.if price stay up from slow MA is defined as Up trend B. if price stay down from slow
Hello, I installed MT4 on a VPS, but when I click on the 'Market' tab at the bottom to download a free EA, I get an error like in the picture. Please advise on how to fix this Best Regards
I downloaded another MT4 with the same broker and i lost my EA forex robot? The trades the EA open are still running but the EA disappeared under Expert Advisor list and from the chart? I tried to paste it under Expert it did not appear? Can anyone please help? the chart
Hi I'd like to open trade on the open candle, to do that I use this code to detect new bar formed from earnforex: datetime NewCandleTime = TimeCurrent (); bool IsNewCandle() { if (NewCandleTime == iTime ( Symbol (), 0 , 0 )) return false ; else { NewCandleTime = iTime ( Symbol
Hello! having downloaded and compiled accurate history data, MT4 turns them into a gigantic file when importing it via the history centre. So large in fact that it easily eats up the free 80 GB on my system HDD. So I tried reinstalling a copy of MT4 on an external HDD with 2 TB of free space. That
[Deleted]
Hi guys, Is there any way to just keep the bands and remove or hide the 20 MA in MT4? Thanks
I read the indicator parameters of the 1-hour period on the 15 minute period, I read the parameter was correct. However, when I run the EA open order, I found that the parameters of the indicators read were not accurate,Causing incorrect Openorder location
When I download historical data from the MetaTrader 4 platform, I feel that there are errors and I do not know whether the problem is with the company whose platform I downloaded or the problem with the platform itself
Hi, can anyone tell me what I am doing wrong here? I get no errors. Thank you. // Create a unique label name string labelName = "AsciiCharacter30" ; // Delete the label if it already exists ObjectDelete (labelName); // Create a text label on the chart if ( ObjectCreate ( 0
I can't find mt4 trading platform on google play store Is mt4 going to be closed
when i start installing setup is demanding server login & password i attached the picture see attached file i was download the setup from https://www.metatrader4.com/en after install the setup is it is meta 5. i have some indicators i want to plug with the meta 4 but i am unable to install the meta
i have one I have a basic and much needed updated offer. All trade close function must needed in MT4. i know this function is already exist in MT5. but this function also needed in MT4. I hope I will get to see this in new update
I want to set take profit in currency for several orders (in same direction) in the settings. Please help me to correctly calculate the price of take profit. I think something like this (but most likely it is not correct): struct STRUCT_SERIE { STRUCT_MARKET_ORDER orders[]; double breakeven;
  Is there MT4 technical support?  (42   1 2 3 4 5)
Is technical support for the MT4 trading platform available if I have a problem with it? If so, where? If not, what is the alternative
Searching for this information on Google confused me. Someone wrote that no, the commission is not taken into account and you need to calculate its value at the end of the test, taking into account the number of traded lots. Others write that the latest versions of Metatrader 4 calculate the
Hi, I have been trading for a few years, and finally decided to take the plunge and learn more about building Expert Advisors. Playing around in - Bots Builder - has helped a lot. I used it to construct a very basic EA. The next step is adding a License Check Function - where the EA expires after 30
Hi, I already have a indicator, but by default there is no alert option, how can i add alert on it? Easy method bcz i am not familiar with coding. Thx
2019 Braintrading EA - from mq4 to mq5 or C# ?! Old Brain EA MQL4: https://www.mql5.com/en/forum/176133 Who has a good EA Braintraiding MQL4 or MQL5? With Fractal dimesion Ehlers. EA is missing. How do I add alerts when the H1 H4 indicator signal appears ?! Important
Been trying to Optimize, some EA's and not getting or seeing anything show up at all. I, would like to know if anyone has this same fault on that version? Thank you
I read the RSI indicator parameters of the 1-hour period on the 15 minute period, I read the parameter was correct. However, when I run the EA open order, I found that the parameters of the indicators read were not accurate,Causing incorrect Openorder locatio
Dear everybody, I have an EA that I run simultaneously on several charts at once, on just one symbol pair, but with different time frames. Of course I did this as a strategy to reduce the risk as small as possible. But the problem is, if a trade is opened by the EA, on more than one chart
Hi everyone In the expert that I want to write, I need to measure the strength of each currency based on a series of parameters and then determine the strongest and weakest currency. For example, I will create the variable dollar, euro, franc, etc., and then declare the largest one based on the
Greetings. I can't understand why in backtest environment it executes tens of deals a day and doesn't execute any when I conduct forward test on demo? Any help is appreciated. Thank you in advance. // Function to place a sell order bool PlaceSellOrder() { double previousLow = iLow ( NULL , 0 , 1
[Deleted]
1) I'd like to be able to automatically Publish the Detailed Report.2) I'd like to see the high and low BETWEEN the entry and exit points for each trade.How would I go about these?Thanks,
I can't seem to find anything in the docs and searches on the internet don't answer my Q. I'd hate to leave it up to the user to go into the EA Properties dialog and configure whether their broker has FIFO requirements, but that's looking like my only option right now
I'm struggling with something, very basic actually. At the moment im following an online course and with the function OrderSend, nothing happens for me. I do the exact same formula as the online course, where it works, but for me no order sends, just in the expert tab i get the notification "
Hope all is well. I've been working on this for a few days(total newbie to MT4). Whenever it runs it closes seconds right after. Any help is greatly appreciated! // Define input variables input int EMA_Period = 8 ; // EMA period input int RSI_Period = 14 ; // RSI period input double Lots = 0.1 ;
Hi, My EA has the potential of having a large number of classes and I don’t want to use their functionality if they have not been selected from the user inputs. So to reduce used resources I thought of instantiating a class only if needed. So, my question is, do you think that the following coding
Someone can fix this code please?. I cant find run it.. show error 'close' - constant variable cannot be passed as reference Thanks //+------------------------------------------------------------------+ //| patornes.mq4 | //|
I am using Global Variables for storing of state of one dashboard to give these values to another dashboard. I use 4 variables for this. I am getting this message all the time: Warning! Global Variables Count Exceeded, Cleaning Started... Cleaning Completed. Is there a max number of global varibles
This website uses cookies. Learn more about our Cookies Policy.