[Deleted]
is that possible for broker to see whatever yoo use to trade on the chart such as : indicators, lines ....? thanks
Trying to rent Metatrader VPS. The EA I use only works on MT4. I enter broker's server - button says launch MT5 and rent VPS from the platform. I'm not using MT5. I get an error "This file does not have an app associated with it for performing this action. Please install an app or, if one is already
Dear all, My strategy tester all reports "test generator: no history data "EURUSD15". The directory "C:\Program Files\Alpari UK MT4-1\history\AlpariUK-Demo-Pro" , contains a file "EURUSD15.hst". I downloaded the history data recently from a website which claimed to provide ALL THE HISTORY DATA...
AS I am trying tio compile the following code, I am getting error saying "[" array required. I dont know much about mql4. Pls help me figure out why it's showing this error and how to fix it.Thank you in advance. void OnTick() { if(Close[0]>Close[1] & Ask[0]>Close[1]);
Hi, There is a problem in strategy tester which is occurred from yesterday and before that it was ok. When I run strategy tester it shows two errors. Failed to create the button ! Error code = 4200 unmatched data error (volume limit 447 at 2022.08.30 14:10 exceeded) And also as you can see on the
Hey guys I'm new here and have a big prob with dmi_adx_histogram_oscillator, please help me; it dos not update by tester, What should i do? <ex4 file deleted>
Hi all, I was implementing in a code an external/custom indicator, with related external inputs, but the icustom gives me error saying they are wrong ICustom - wrong parameters count double test= iCustom ( NULL , 0
Does anyone know why we can't set default alerts profile in MT4? Each time I set an alert I have to change the settings notification, timeout, iterations, selecting the audio file and then add a 2nd alert just to get a mobile notification . I monitor over 30 instruments and this is just painful
Hi Friends, Metatrader is absolutely the best trading platform in the world this is now known, I wonder how it is possible that a community so full of programmers has not yet extended this prestigious platform to LINUX and in particular to the world of ARM microprocessors such as RASPBERRY. Does it
Hi I would like to see the spreads from different several brokers on the same chart or same list. It can be a really simple interface like a excel sheet. Is it possible to pull the ask and bid prices from mt4 to a basic software live. https://www.myfxbook.com/forex-broker-spreads I want something...
Hello, I'm trying to get the opening time of a bar in timestamp/epoch. Time[0] The only solution I'm finding on MQL4 site is not using the property #strict, which I'm not liking as a solution as it'll convert all datetime to timestamps. Is there a way to print the time of a bar in timestamp? Cheers
Hi all. I have an indicator where I'd like to be able to turn one set of lines on and off. I don't seem to be able to use variables to do this. Is there something I'm missing, or some other way to do this? input string dispRF1 = "DRAW_LINE" ; // DRAW_NONE or DRAW_LINE ... SetIndexBuffer ( 1
Hi I tried to modify all open orders using this code, double initialPrice ; //open price of the first open order double stepInPoint ; //distance pips from initial price (value in price). let's say the distance is 20 points double StopLossPrice; double TakeProfitPrice; double trailStopStep = 40 *
Hello everyone, I've built an EA and have been running it on a VPS for a week. In the meantime I made several tests with the tester of MT4 to see how my EA behaves with different pairs and also with the different time frames. However, I have noticed that the tests are very different. My EA made
Hello, Please can some tell the code for using a martingale system and the martingale should follow only one open trade at a time. The martingale will only trigger when the last closed trade is a loss so the next open trade is like multiplied by 2 lot, so instead of checking for open positions it
I have an EA that is supposed to add a stop loss to breakeven (without previously having a stop-loss at all) once price gets to a certain distance between the take-profit and the entry. It comments where its supposed to change the stop-loss, but just changes it for one pair everyday. Here's my code
OrderSend ( _Symbol , OP_BUY, 0.01 ,Ask,0,Ask- _Point *MarketInfo( _Symbol ,MODE_STOPLEVEL), 0 ); I have checked the min stop lvl is 0.0003. It works fine if I use a value >= 0.0005. What's wrong? Edit: It works if first I change sl to 0.0007 then compile. It works fine if it be decremented till and
#property version "1.00" #property strict #property indicator_chart_window #property indicator_buffers 3 #property indicator_color1 Magenta #property indicator_style1 STYLE_DOT #define INDICATOR_VERSION "v2.0" #define VTS_OBJECT_PREFIX "vtsbh2483-" //---- input parameters extern bool UseATRMode =
Hi. Is it possible to customize or replace crosshair tool in MT4? I would like to create my own with custom data and replace existing tool
hello all, Please Help me to solve this issue , I have attched screenshot for what I received from terimnal my code GetSymbolInRange[rw], GetSymbolOpenPrice[rw] - these array store symbol name and current Price GetSymbolOpenPrice[rw] = iClose(GetSymbolInRange[rw],PERIOD_M1,0); Print("Set Open
Why does mt4 put up the occasional Saturday Candle? Its not every Saturday either. How can this be eliminated? I have downloaded the latest historical data as well. Having that extra candle in there is got to be messing with indicators. Thoughts
I purchased an indicator and run MT4 on a VPS. I got the system message that the indicator has updated, but I am not being offered the updated version in my VPS instance of MT4. I have swicthed off and back on again, I have refreshed, but to no avail. I can access the updated indicator on my local
Hello,experts Lets say I have too many integer in array. int a[]; and ArraySize of A has more than 50+; If I want to put these numbers to .csv and sort by column. So how to input parameter in FileWrite() easily? FileWrite(filehandle,a[0],a[1],a[2],a[3],a[4],............,a[50]); by using any
I am trying to use a custom indicator to an EA as a resource, i have already tried the documentation way I add at the beggining #resource "\\Indicators\\SqLinReg.ex4" and Oninit {//--- get custom indicator value double value=iCustom(_Symbol,_Period,"::Indicators\\SqLinReg.ex4",0,0);
german email providers have strengthened the safety regulations this is email of the provider: You can only use a TLS protocol if your e-mail program has the current TLS versions 1.2 or 1.3. TLS versions 1.0 and 1.1 are no longer supported by us for security reasons does anyone know what tls version
Hi sirs, Updating my Old EA, that return me this message (4066 requested history data in update state ...... F07A.TRAFFICTime F04-FBug->Error# : 4066 ), the fonction was : //<F07A.TIMERCHECK() void F07A_TimerCheck() { if (Fbug== 1 ) { ResetLastError ();} RefreshRates(); for (
I have written an indicator that copies trend and horizontal lines from one chart to another. It works ok. But, when I compile the code I get 8 warnings. I can't figure out how to eliminate the warnings. Any suggestions would be appreciated. Regards ----Tom
Quick question... The MQL4 reference says that Bars outputs the " Number of bars in the current chart." Does this mean all the bars that are currently visible on my chart window right now? Or all the bars in the history of the chart, visible or not? It seems like the former, but I wanted to see who
Good afternnon everybody. I need your kind help . Sometimes I get this error running the EA : sometimes but not always , that's strange. It runs normally and open/close the trading but sometimes it seems it is getting confused and close only a part of the order at target and the others keep on
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.