General - page 282

please how do i use telegram to get the registration code as a seller
Hi, I am trying to figure this out and am a noob to this, but have done a little programming in my past in school projects. I have an indicator in MT5/MQL5 I am attempting to write. I don't know how to do the concatenation after symbolinfodouble to get the name of the pair from the array
hello i Check my Server After My EA work until See fast do my order ( ms ) i show  this happend , how that ? mql5 say my order do through 2 ms how happend above to 60 ms , 205 ms , 105 ms els show my pic and what i do ?
Hi, Can somebody tell me how I fix this? I get an error that expression is not boolean. Lines 427 and 433, attached
Hey! I was hoping someone could help. Just started with MT5. I simply want to be able to place a buystop, or sellstop, order. Along with that order is an attached bracket IE: Take Profit + Stop Loss. Secondly I would like a Stop Loss Breakeven function which can be offset. IE: 30 pips in profit, SL
Good morning everyone! This is my first post in this forum. As a new trader, I just want to make an experiment turning 10 USD into 1000 USD (if it is possible :). I will try to trade starting from 10 usd and will make it into 1000 usd (if it is possible). If later i fail or the money is gone or
I want to create a tradepanel where i use different picture files to style it a bit, how many files can i extra upload beside of the EA file when i want to put it in the market? i remeber just last time when i have try to upload something i did see just one formular where i can upload the ex5 file
Please find DayImpuls indicators for MT4: DisplayMode=0 full mode (DayImpuls and filter); DisplayMode=1 (DayImpuls line is visible only); DisplayMode=2 (only filter;s line). Everything about zigzag tading system development please find: - EAs for MT3; - History of the development; - indicators for...
  Index Download  (2)
Who can tell me why there is no response to clicking download
  Hidden VPS  (9)
Hi Few days ago, I rented a VPS for 6 months. But last Wednesday couldn't find it any more! Contacted the Servise Desk but no access for them except the robot who is programmed to reply a limited number of questions. I am searching my VPS Help me please
  activation  (1)
how i can activation my signal public
Good day everyone, I am experiencing issues logging in to MQL5 on my MT4 application. I have the correct username and password and i know it because i can log in via the web browser for MQL5, but not on MT4 app. Things i've done: 1) Username i used is "pokerpapa" and not my email address 2) Internet
What could be the reason. My id and selfie have had a green tick. Also i have a verified account on icmarkets. Any help id
mt5 installation problem
I tried to change stop loss of open position with one of the above two methods. In both print(results) show that it has changed, but nothing has happened in my account. Can anyone help
Hello, Im writing some simple EA based on bollinger bands , i would like to use IF function: double bid = SymbolInfoDouble ( _Symbol , SYMBOL_BID ); bid = NormalizeDouble (bid, _Digits ); double ask = SymbolInfoDouble ( _Symbol , SYMBOL_ASK ); ask = NormalizeDouble (ask, _Digits ); double
I optimize EA with zigzag , it cannot continue its optimization although I run for many hours. Only three tests pass. why
I couldn't enter because I got an error saying "position limit reached" when I didn't have a position, but I couldn't get it even after checking a few hours later. However, one hour after that, I suddenly entered the limit price and lost, and when I contacted the securities company because I could
  1C programming or C# (or what else?)?  (83   1 2 3 4 5 ... 8 9)
Hi all. The aim is to learn and settle for a minimum of 100 thousand roubles in six months (Moscow, St. Petersburg). Pros of 1C: Specialists are always and everywhere, though only in the RF (they say 1C is coming to Europe, but not very much so far), In any locality in the Russian Federation is not
Making my first EA by editting the example moving average EA that comes with MT5. Running this on historical data outputs "2022.05.07 14:45:33.566 2022.01.03 00:05:00 iHighest() call error. Error code=4807" I imagine this is very obvious to an expert. This is literally my first day using MT5 so
Hey guys, I'm trying to convert my MQL4 indicator that I wrote to MQL5 and having problems at the first step unfortunately. When outputting the two arrays, i get only zeros. Can ANYONE please help? int IndicatorHandle; double fu[]; double fl[]; if (H4 || Period ()== PERIOD_H4 ) {
Hi Can anyone help me with this import error? I did get numpy 1.19.1 installed and I still got this error. I am using conda enviroment. Please see below error message. Thank you so much for your help. import numpy as np print(np.__version__) 1.19.2
I am building an EA program but I am having an unexpected result. I want to make sure the market is going in the right direction. So I want to check the price every 1/2 second. The problem I have is that the code accepts the same price as true. for some reason the "greater than" operator (<)
I have 2 new products, both of which are have " Product rating lowered for bad description " I think I have followed all the guidelines - help would be much appreciated. Am I allowed to list the products here so you could see them
  Datetime as anchor points?  (13   1 2)
I am creating a rectangle with the highest and the lowest price session for the period. I can easily do it with ihigh and ilow for the Y axis (Vertical) But how can I set up the value datetime for the X axis (horizontal?) I have studied the script of the example on how to create the rectangle sadly
The MetaTrader 5 platform update will be released on Thursday, October 14, 2021. The new version features the following changes: Terminal: Improved navigation in MQL5.community services. Market , Signals and VPS sections have been moved from the main platform workspace to the Navigator. The new
Hello Guys, When I try retrieve History.PriceOpen(), this work nice on backtest, but when it's running on Demo or Real account, this PriceOpen come Zero(0). Does anyone have or had the same problem? Using mt5 Build:975 Code: #include <Trade/HistoryOrderInfo.mqh> CHistoryOrderInfo...
Hello, I have a situation I'm stuck on. The defined constants compile in the else block, but fail to compile in the for block, generating an "unexpected token" error. If I change the constants in the for block to literal 1 or 2, then the program compiles successfully. NOTE: the function is called
why are my stop losses automatically changing? I have no trailing etc set up either. Even sl in EA changes from 200 points to 10 points