General - page 64

Hello guys, i purchased a MT5 EA by testing it on strategy tester and when used it on Real it was not working ( not taking automatic trades ) do not understand what to do , has the Author scammed me. If anyone has solution please help me
Good morning everyone, I am a newbie to the MT5 platform and would like to buy an EA to start trading. I have one doubt though! How can I be sure that an EA for sale in the marketplace is actually serious and coded in good faith and not is a scam? Regardless of whether it is profitable or not I am
hello Recently, when I take a backtest, I see the following error in the journal section: tester process creation error [C:\Program Files\MetaTrader 5\metatester64.exe][1455]; please check if it is blocked by antivirus software No special antivirus is installed and I am doing backtesting on vps I
  Martingale EAs  (1)
One of the most difficult and controversial topics to address regarding Forex EAs has always been the validity and actual risk of the numerous Martingale EAs that have long been present in the market. I believe I have reviewed several dozen, but to this day, I have deliberately never used one on my
Is there a desktop version of the MT5 app? I couldn't find any information about this app in the market database. I intend to use it to trade futures, and I would appreciate any information anyone has to help me out
Hi, I as wondering if it's possible to use a mql5 vps on a mt4 demo account , because on my side it doesn't allowed it
I am trying to run EA on 2 trading accounts, will it require to sign up the VPS on both accounts (same broker)? or one VPS can use for both accounts
Hi, Sorry if there a similar post like this. I have an EA but it doesnt have a way to manage the daily drawdown. Is there a free EA to add this feature? I meant while running my EA additional EA can look after the dradown. Thanks
Hi, In the doc copy_rates_from - Python Integration - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5 , it says all data received from metatrader is UTC: When creating the 'datetime' object, Python uses the local time zone, while MetaTrader 5 stores tick and bar
On my trading account, I tried to use the otp security key that can be set on the mobile app. But it doesn't work, anyone with my data can access my account and the account To which I have associated OTP, it is not requested either when I log in with the credentials to the account or when I open or
I bought EA trade assistant after my money was deducted from my account it shows error. the EA still not yet bought what do I do now
I want to downgrade my metatrader 5 terminal because i have an expert advisor that only works on earlier build. The thing is when i replace the terminal64.exe and try to start it nothing happens. It works fine on my laptop and the terminal starts as i should but on my station and my vps its not
I can't get into my MQL5 is there anyone who can help
I have three computers, A, B, and C. I am running backtests on B and C from A through Local Network Farm, but the memory consumption on B and C is strange. B and C have spare physical memory, but the HDD or virtual memory is being used. The folder used by B and C is the "Tester" folder in the
hello everyone I want to get the time to open a closed trade. I took help from artificial intelligence and it suggested this program line. datetime openTime = HistoryDealGetInteger(lastDealTicket, DEAL_ENTRY_TIME); But DEAL_ENTRY_TIME does not exist in mql5. You may help. thank you
Hello, I’m not sure if I’m posting in the correct category, but I need some help. I’m new to copying trading signals and I have a few questions about the process. I found a trader who uses an EA for scalping on XAUUSD. We have the same broker, but on different servers (I’m on ICMarketsSC-MT5-4 / and
Hi I tested many of the robots that offers free MT4 forum and other types of blogs and doing backtesting and in a demo account all work great , but when I put the EA to a funding account tells me all the time that "trading is disabled" ( having the robot with the smiley face ) . I can't find a way
looking for a way to include fundamental data like interest rates in MQL5. Please advise if there is a good practice to do this
Hello I moved my subscription of an active MT4 signal to another MT4 account but its not transferred. Please advise
I established a new MQL5 profile, and had multiple issue trying to log into the community from my desktop. I tried adding the webpage as 3rd party cookies and issue still was not resolved. I was only allowed to access community profile from my iphone. Now I have purchased an indicator. I tried to
Hi , I sent a paypal cash to the wrong email . ( Dormant) Am i able to reverse this if so How
  Gap indicator  (14   1 2)
Hello everybody I am searching for GAP indicator which show gaps in prices..it will be best if i can get it multi time frame which i can use it in all the times frams from 5m to day time frame..i wish if i can see gaps that are happening in all the time frams while i am stick with one time fram..for...
For example, if I have two prop firm accounts or two brokerage accounts and I want to trade with them at the same time. It seems quite complicated now or I haven't figured out how to do it efficiently
it was meant to spend on an EA that isn't available anymore and now I got the money returned to my account here. However, I want those $10 to return to my debit card. I am not about to withdraw them through that portal method. What can I do here? I just got $10 sitting in the mql5 account
if (isBuySignal && macdBuySignal && !LastTradeWasBuy) { double sl = ask - SLPoints * _Point ; double tp = ask + TPPoints * _Point ; Print ("Attempting Buy Order: ", " Lots: ", Lots, " Symbol : ", Symbol (), " Ask: ", ask, " SL: ", sl, " TP: ", tp); if (trade.Buy(Lots, Symbol ()
Hey guys, Can someone tell me why it's not possible to check if + or - is pressed in CHARTEVENT_KEYDOWN? It doesn't work with if (lparam=='+') and it doesn't work with if (lparam==char(189)) either. But why? How can I check if these keys are pressed
So i have earned around 27.18, but my balance is only showing 20$ which is 7 short of what i actually earned according to agents history. I have no idea how to get ahold of support about this issue because their automated bot isnt the greatest or have the correct category. Does anyone know how to
Hello I would like to know how I could change the location of the "Data Folder" in MT5 to another one I want. With "Data Folder" I mean the folder opened when you do: "File / Open Data Folder" Thanks in advance, Cyberglassed.
I’m working on a function to detect untested swing highs and lows in my EA. So far, I’ve written two functions that find recent swing points by identifying highs and lows over a set number of bars : double FindHighs() { double highestHigh = 0 ; for ( int i = 0 ; i < xBars ; i++) { double
Hello amazing developers and expert traders. Please i need your expert opinions especially with my current situation of strategy testing and optimization. When an Expert Advisor (EA) performs well during backtesting and optimization but fails to deliver similar results on a live or demo trading