General - page 439

#property version "1.00" #include <Trade\Trade.mqh> CTrade trade; #define Ask SymbolInfoDouble(Symbol(),SYMBOL_ASK) #define Bid SymbolInfoDouble(Symbol(),SYMBOL_BID) void OnTick() { //INDICATORS double EMA14 = iMA(NULL,PERIOD_M1,14,0,MODE_EMA,PRICE_CLOSE); // EXPOTNTIAL MOVING AVERAGE PERIOD 14
Hello every one, It seems like MQL5 has changed some rules in the platform, I want to know if is OK to give people some free products if they purchase a product and if we assert this item in our product description? Thank in advance for any response
How can I change the gray or red color? The only one I can change is the green color
Same strategy with same setting: ====== if I choose "visual mode": the result is : ====== But if I choose "no visual mode": the result is : ================= You can watch the gif
I have applied to become a signal provider. How long before I can see it in my Mt4 platform
Cannot update photos of products on the site's product field. It disappears automatically.old ones I had left were lost and I saw this problem when I went to update it again
Hi, everyone! I'am newbie in this forum and I'd like to ask whether it is safe to backtest a different EA with some accounts are running live in the same chart window with another EA in it? I'm just concern about losing or disrupting accounts with another EA still running in the chart window and
My account is restricted with a red label Financial operations are limited. What can I do? I want to purchase an EA but this limitation won't just allow me, please help
Hi! I have a doubt. I use MetaTrader 5 and it doesn't select the fastest connection. It has two faster ones ( lower latency ) and it only selects the third one. Below is the image to help understand the issue. Is there a reason for this to happen? Is it possible to force him to take this first one
my EA opens a short position and when reach to a certain profit level it tries to close it. but in this case the tp point is where there is a gap. in real life there shouldn't be a trade at that level. but more strangely asking to close a sell position lead to open a buy position. I wonder with
  mt4 Vs mt5 lets solve it!  (12   1 2)
Hi traders I am quite old in stock market but newbie in automated trading, that means that i have no idea what software to pick and how to begin. Also i dont know anything about mql4 or 5 language. So the one million dollar question for me is which one of mt4 or mt5 should i choose to my new career...
Hi is there any way to pay using cryptocurrencies
Hi everybody. If I create a simple EA with only a single Print getting the BID price in NAS100 in MT4 I can see that are many little moviments in charts but not in EA. Ok, I read in OnTick doc that while it not complete the circle it will igore few quotes...But If I change NAS100 to EURUSD for
Hi, I have a problem launching mt5 on 2 laptops with windows 10. It just won''t open the app at all Mt4 works.. I spoke with windows support and they said that I need an update version of mt5 Exe. file Offtopic, mt5 works on my old laptop with windows 7. Thank you
Good day. Well not so good for me to be honest, I'm hoping someone can help out with that though. So the scenario is simply this. While I was doing some work on my mt5 charts the regular update optioned showed up and selected the option for the update to commence, but at that moment I decided it
  32bit MT5  (3)
I feel that it's a bit unfair discontinuing 32bit support. Whil it may be the case that you can upgrade to a 64bit OS t,his is not always the case. I have a Samsung S Book that is ARM based running Windows 10 64bit, but the 64bit part seems to be related to ARM applications, native Windows
Hello pls what are this indicator buffers Thanks
Hello, When I loadup Expert Advisors the face appears however as soon as I click on any other button it will disappear. If I click on 'Auto Trading' the face will stillnot show up but I know Auto trading is on because the button has a green tick on it and it shows its on under 'Journals' tab. Does
hi guys i lost all my money on this idiot fake index wich call boom and crash the problem is that i dont know when the trend come if anyone helping me in this to give me best indicator for mt5 to catch the trend i use all the indicator but there is i lot of manipule in the price
Hi guy I want to modify the supertrend indicator with color filing to non-filling. Please enlighten me how to modify this. ***
Hello brothers! Can you please tell me if I change my email address, can I withdraw money to my paypal with new email?
class A { public : A(){}; }; class B { private : A a; public : B(): a(A()) {}; }; Hi community, I'm trying to have a class member which is a instance of the class I define. (In this code, trying to have a member "A a" in the class "B") When I compile it, result is
handle1= iEnvelopes (name,period,ma_period,ma_shift,ma_method,applied_price,deviation); I am createing an Envelope using iEnvelopes function but when i want to copy values of upper and lower channel, double BufferEnvelope[]; CopyBuffer (handle1, 0 , 0 , 1 ,BufferEnvelope); Print(BufferEnverlope[1]);
I have been trying to dance around window 10 automatic deletion for months. I've disabled the Anti virus and all security features and yet after a period of heavy activity from the tester, the application is silently removed, no notifications or anything Any ideas what else can be done to prevent
Hello there, have a good time. As you know, we have various tools in the market that adjust stoploss automatically. But the problem for me is that I do not want to set it as pips / points. Instead, it should calculate all the positions, and based on the total asset risk, for example, set a stop loss
Hi everyone. I have created EA which enters a long trade when RSI is above 70 and a short trade when RSI below 30. However, sometimes it enters either a short trade when RSI is above 30, and a long trade when RSI is below 70 which contradicts my if statement. In program, I have specified
Hello I have an object designed with trend by angle. I can only find the anchor point that I already know. I can't find or calculate the second price point. I always get zero. But Metatrader has this data. See image above. This is my code max_col= iHighest ( NULL , 0 , MODE_HIGH , 30
Hello, I need some help in finding my error in use inheritance from class CIndicatorMA. I have a Class CIndicator MA set up like this (it uses a Base class CIndicatorBase which deals with the buffers en index of indicators - not relevant for this question).. class CIndicatorMA : public
Hello there, I'm trying to learn how to create a MQL5 library for MT5 (I think it should be a library, but not so sure) to create new symbols and feed these symbols chart data from public exchanges APIs in real time. I tried searching for some tutorial or example of something in these lines, but the...
After the release of MT5 v 5.00 on September 1st, every attempt to connect to the MT5 terminal returns error code: (-2, 'Terminal: Invalid params'). I could double check on a second computer with and older version of MT5, and the connection was working until I updated to the last release (5.00). Did