MQL4 and MetaTrader 4 - page 61

hi..im new to MT4...im looking tools or indicator to display Higher TF as a line chart on lower TF..fo r example 4H as line chart on 15m as candlestick..is it possible to do that on MT4
  iMA (mql4)  (14   1 2)
In the shown pic above, Please let us know what is the difference between the (int ma_shift) in the center of function inputs & (int shift) in the last of function inputs ... iMA (Symbol(), PERIOD_D1, 14, 0, MODE_SMA, PRICE_CLOSE, 0);
Okay, so I downloaded MT4 (Android) and connected it to my ***** brokerage account, There are No issues there. I downloaded the MT4 desktop version and it does not allow me to open a real account for live trading because it requires additional proof of identity. Where can I go to upload my proof of
// Define the size of the array #define ARRAY_SIZE 10 int main() { int myArray[ARRAY_SIZE]; // Declare an integer array with 10 elements // Initialize the array elements for ( int i = 0 ; i < ARRAY_SIZE; i++) { myArray[i] = i * 2 ; } // Attempt to access an element
Hello. I'm sorry for my English. Can someone help me? I'm new to this, and I'm trying to get the number of bullish and bearish bars forming up to a distance of N bars. I'm doing it like this, but it counts the bars that are before the trade itself, the ones that have already formed. I'm trying to
in the MT4 logs i read the error "send request failed [1753]" Does anybody know what it means
  Virtual hosting  (8)
Hello dears I have an issue with vps when i rent it it was mentioned that will be in London with 0.56ms But mt4 connected to Amsterdam with 16.8ms So please how can i connect to the vps that I rented in London with 0.56ms ! Thanks
[Deleted]
Hi I've been trying for weeks to install MT4 on my Windows 8 laptop but cannot get it to work. I've downloaded the mt4setup.exe file from Axitrader and 1 or 2 other brokers but when trying to install it hangs when trying to download the files. I've tried running as Administrator, changed...
  Implement StochasticRSI  (12   1 2)
Hello MQL4 Community, I hope everyone is doing well. I am currently working on an automated trading strategy and need some assistance in modifying my existing MQL4 code. Specifically, I would like to create a Stochastic RSI indicator similar to the one available on TradingView. Here's a brief
Is there any good Samaritan with a big heart who can help me with how to do this? The image speaks for a thousand words, but what I need is that when I open a position, in this case, Sell, if the price moves in favor, it should count the bearish bars. However, if a bullish bar appears, it should
When Im config my MT4, setting up with VisionScalper, (Broker is Vantage) I get this: "Invalid subscription, Please check again" and an another line says: Your MT4 account is not registered, Please contact support
Hi. I have a simple question. Can I include a bat file like this? #resource "\\Files\\httprequest.bat" I compiled a source file with the code above, but I got this message. unknown resource type '\MQL4\Files\httprequest.bat' HTTP.mq4 Actually, I can do HTTP request in other ways. I just would like
Hey, I would like to know how to write code that can count the signals generated by an existing indicator and assess its performance in the market. I'm considering the option of creating either an Expert Advisor (EA) or a custom indicator for this purpose. Regards, Shivakumar
how to a make a hours and days trading for an expert ?? please write full code for me in mql4
  VPS Question*  (9)
Hi All, I have successfully migrated my MT4 and EA to the MQL VPS....It has placed a couple of trades. But now and then in my MT4 I get the error message "Trade operations not allowed by settings".... I understand that when you migrate to the VPS the 'Auto Trading' button gets turned off in my MT4
When I open a trade with the OrderSend() command, there is the basic command to perform the stop loss. In general I insert either a classic stop loss like: "Ask+100*_Point", or through a variable that I would have previously defined via the "extern int" command. Now i would like to go further and
I want to be able to use the dollar index in my ea and want to see the best way to do so. I use Oanda and with Oanda there is no dollar index to trade. Other brokers or trading view have the dollar index. Let’s say my strategy on eur usd was to not take longs unless we were above the 200 day moving
hello Hello, I encountered a problem last night on a Hetzner VPS server. It seems that MT4 can't connect to the MQL5 community and can't open markets. I tried to reinstall MT4, but the installation failed, as shown in the picture, even though the internet is working normally If the problem is the
Whilst I wholly appreciate the fact that this is not specifically MQL4- related, I'm sure there will be others on here who will have come across a similar - if not an identical - issue to the one I'm having with Visual Studio Code. So I'm using VSC an an alternative to using MetaEditor to code my
I am trying to copy this demo account to my other demo account (DIFFERENT BROKER) But it keeps downloading MT5 although it is MT4 when trying to subscribe
Hi, I am currently running 3 EAs on 3 different terminals. All 3 EAs are the same with 8 pairs each. Question is that will the high download data/low upload data affect the order execution as my EAs are all running on M1. Latency is low though. E.g 22123/18kb Thanks in advance
Anyone can help me fix this indicator plz ? I want to find highest n lowest of buffer up and buffer down ! draw the line connect it like as
Hello, i'm new in MT4 editor and on this forum. I need some help to correct a code. I'm trying to code a simple crossover script that send a single buy order when the SMA20 cross over the SMA100, and that close the trade when the SMA100 crossover the SMA20. when I Backtest the code on a chart, the
Hi all, Please let me know how it works if I copy from an account that has a contract size of 1 for NAS100 and my contract size with my broker is 10 for NAS100. Does the copy software calculate this automatically or do I need to reduce my risk % setting when copying
Good morning friends. I made a custom indicator. But it causes the chart to stop for minutes especially on lower timeframes. Please help me review the code. Thanks. //+------------------------------------------------------------------+ //| StochRSI
Why Money Management? Best system will fail in long-term if it is without proper money management. On the contrary, bad system can turn profitable if used with a good money management. Currency trading always go through the cyclical ups and downs, where winning and losing are just part of the game....
//+------------------------------------------------------------------+ //| CandleTimeStationary.mq4| //| | //| |
Hi friends, I created a Trade Panel using graphical library located in Inlcude/Controls. need to know is it possible to convert all of these objects to only 1 object. As you can see there are many objects in my Object List. need to have all of them in one object. Is it possible
Should MetaTrader 4 work OK in Windows Server 2003 R2?? I just can't get it connecting to the server after many many tries. I have added MetaTrader to the windows' firewall's exception list. I also manually added port 443 to be open. And at last, I completely disabled the Windows firewall, but...
I am attempting to use several indicators such as macd, oscillator, etc against other indicators that have hard ranges, such as rsi and have automated trading based on their crossing points (currently only seen visually)  When I start a standard RSI(14) indicator window, and drag a standard MACD...