General - page 571

With the latest introduction of filters in backtest results ( MT5 build 2530 - many thanks for that, btw!), I would ask for a deviation filter for forward tests as well. As even the official documentation states that "The better the results coincide, the more likely it is that the Expert Advisor
Hello everyone.. can u help me, how script to make Target Daily Profit for MQL5 Thank U.. Regard..
When i type "P" for example the suggested words are -PERIOD_X -PLOT_X -POINTER_C -PRICE_X -PROGRAM but i need the PositionGetTicket() function, but the editor does not recognize this function and send me the "function not defined" error, so y need to include someting or what i do wrong
dear sir; please add logarithmic scale option to charts. thanks
Reposting as the previous thread got deleted. Hi all, Pre build 2530, I had no issues with retrieving large chunks of tick data. Post build 2530, I was not always able to connect to the terminal when requesting large chunks of tick data. However, I am still able to connect to the terminal when
to force MT5 user to recompile EAs/indicators/libraries on every and each new release of MT5. How are you suppose to put compiled product on MT5 market ? NOTE: s/GENIUS/IDIOT/g
Dear, I start a optimize backtesting using MQL5 Cloud Network, but after sometime like (1 hour) status show "Not Ready" i check MQL5 Cloud is Un-checked so i try several time checked but it going to un-check and status goting again "Not ready" I don't know what is the problem
Hello, I would like to create a Ruby on Rails server and have a custom EA connect to that server through WebSockets to coordinate its exchanges. I see there are some libraries for WebSockets, but the ones I find in the marketplace will all probably use an external DLL, which cannot be used on the
If MQL5, accepts payments via PayPal, why does in not have a USA account so that we are not charged an extra 3% on foreign exchange through our US banks
  commmon error  (2)
I can not open or close a trades or even open a new account, the internet connection is good
HI, I can´t figure how to properly edit this file so apps like quantdatamanger and tick data manager will accept it. As of now MT5 exports all tick data into a single column in .csv Please help
dear, can OnChartEvent() work in indicator? ( according to manual yes) but this code as indicator doesn't work. Do you know why, please? //+------------------------------------------------------------------+ //| ChartEvent function |
I am testing an EA and all I see is a flat line of dots at 0.00 in the main graph, column of only zero values under profit/result and 0 trades, even after 10,000 passes. I am testing it using fast genetic based algo over two weeks of real ticks and with wide parameter range! With zero trades, it
Hi guys, I am trading since 4 years now, and just decided to offer copy trading. When I try to research it, I cannot find it. I did register as a seller and can see it in my public signals. Are you guys able to see it or not ? Thanks Julien
import numpy as np import pandas as pd import matplotlib.pyplot as plt from sklearn.preprocessing import MinMaxScaler from keras.models import Sequential, load_model from keras.layers import LSTM, Dense, Dropout import os "" "### Loading in Dataset" "" df = pd.read_csv( '/content/Data.csv' )
Every time i make a purchase for ea or VPS, the open mql4 url protocol buy wont open. It used to switched to the platform but now it stopped. I cant purchase a VPS . Anyone have a fix for this
  Repeat Purchase  (1)
Hello, Having bought an indicator for 5 activations, I would like to buy this same indicator again. For that I would like to know if it is possible to have a reduction
Hi, I subscribed for a signal but PayPal was rejected, my credit card have been charged though. What can I do? Thanks. Regards, GD
So who knows how you can have multiple signal services coming into your MT terminal? I have seen a few good ones on here but already have one
Hi guys really need help for this please. When i call SymnolInfoDouble(Symbol, SYMBOL_TRADE_TICK_VALUE ) i returns 100 for JPY apirs and 1.0 for other major pairs. My deposit is in USD. This code was running perfectly fine initially but after a few rounds of back testing from EA, it gives 1.0 and
  Mt4 Build !  (2)
Hello everyone When any update mt4 platforms build version ,and one of my purchases EAs it crashes with taht version , what if the author does not updating his product to work with new mt4 build
Hi I am trying to upload a screenshot to my expert adviser page but it seems that its loosing quality any advise how to fix it
Hi, does anyone know of a developer who can convert mt4 custom indicators to pine script for Trading view.? I have about 3 I would like to convert.. Thanks
Help, I bought "..." before the end of the offer, but I haven’t been able to install it. Afterwards, I found "Financial operations are limited. Please contact our technical support team", I have sent a message to mql5 and waited for 3 days, but I only saw that $45 as a deposit, to my mql5 account
Hi guys. I had a freelance order that went into arbitration after the developer stopped replying for about 2 weeks. After it went into arbitration they replied saying they were ill and asked for me to give them until the end of last Friday to deliver it, which they weren't able to. I then gave it
Quite schocking ..... to experience change in withdrawal procedure. No more sms/telegram confirmation code was requested. Balance deducted without further notice. Nevertheless, the amount is well received. Simply want to share this new experience, hopefully it is not a defect/bug in the withdrawal
I use acurrelation indicator that show me every tick the difference price from two currency pair. so according this info that are constantly changing I need to store from a indicator the max value. I alread search here but no one info about how to handle it.... I alread use MathMax but not work
Hello everyone , I use Linux all my life and don't know my way around windows, so I have been using meter trader on Android . Is it possible to set up an alert on Android ?. I am a programmer , so installing Windows is not an option for me and I can't get another laptop too
I'm just looking at an example Indicator code and saw this block: enum Creation { Call_iIchimoku, // use iIchimoku Call_IndicatorCreate // use IndicatorCreate }; Can someone tell me how this enum is working? Thank you