General - page 59

(Thanks for your time and attentions in advance.) When using optimization function of strategy tester in Meta Trader 5(build 4288) it would prompt Initialization error 5 without any further details.(see Pic 1.) (Pic. 1) When using the task manager of Windows 11 I was not able to allocate the cpu to
Hi traders, I have a question about setting up the cloud agent account. I'm registered as seller so I would like to know what to use in the account field of the desktop client: my name or my username ? Also, it's normal for me not to see any earnings even for the core with 68 passes ? Thanks for
I just wanted to subscribe to signal, after i Click the visa or anything in the mode of payment, The prompt shows "Subscription Failed Operation is unavailable". What to do with this? I tried several times. Can this be reset
- Journal and Experts log files should be flushed on each new message (so as they can be viewed in real-time with a tail program). - In the ToolBox, in Trade tab -> adding an optional column for magic number. Also adding ability to change column position via dragging similar to all windows programs...
since latest MT5 update, left click on mouse is not working, to ZOOM OUT. Can someone help please
  order_send failed, retcode=10027  (66   1 2 3 4 5 6 7)
Hello i am trying to open trade from Spyder IDE to metatrader5. When i run python script at MetaEditor to Metatrader5 terminal i resulted this error "order_send failed, retcode=10027". How to solve it? Python script simply open trade then colse it. "
MetaQuote ID has been input into the Terminal options settings Logged in on both phone + terminal into the MQL5 community Push notifications enabled on MT5 app on my Android. Journal notifications appear to be sending correctly. Tried setting up Alerts in the Alert tab on the terminal Yet nothing
  Plz help  (3)
I am taking ATR values ​​from TF D1 and using them for SL-TP data but when running it again I get error quote!!!! // ATR double ATR() { double ATR_min = 0.1 ; double ATR_maxx = 4.1 ; double HeSo_ATR = 100000 ; ATR14 = NormalizeDouble ( iATR ( Symbol (), PERIOD_D1 ,ATR14_Period, 1 ), 4 );
  Market  (5)
Is it permitted to sell an EA on the Market that is designed to only trade a list of pre determined currencies
  Copy trading  (1)
If I have 100 USD for example: And I only want trades at 0.01 lot size, if the master I choose to copy trades on 0.1 lot size, will it be the same or it'll be the parameters on my own meta trader chart settings
If you provide a MT5 testnet server for our own site it will allow us to test and experiment with the MT5 platform without affecting our live trading accounts. This test server will give us the opportunity to practice trading strategies analyze market data and familiarize ourselves with the
Just a heads-up buyer beware Meta trader vps doesn't allow Dll 's which is a lot of Ea's use. So, you could be paying for a nothing service Make sure you read the fine print
I would just like to mention that there is a problem with Metatrader 5 at the moment. If I left click onto the time at the bottom of the graph and slide left to make the time periods thinner, the candles go to the maximum width and stay there
Does anyone else have a problem with the scale slider. When i click and drag down the scale the chart shrinks which is normal BUT when I drag up it shrinks even further. I have uninstalled and re installed. I have tried download from different sources eg ftmo and direct from meta. Its not good
In the introductory video " How to Create a Trading Robot in the MQL5 Wizard of MetaTrader Platforms ", time code 2:54, the MQL5 Wizard allows using customs modules. I would like to add a custom module and I was wondering if I can get additional details on how to add it, once I order it from the
In the contact information column of the website >If you have any problems with financial operations on MQL5.com, please contact technical support or the website administrator. However, neither the contact information for technical support nor the contact information for the website administrator
hello people , Do we need a VPS when running a trading bot written in pyhton on binance , or does the exchange 'binance' uses another way ,ex cloud system etc? otherwise i will code in .mql and will use it on MT5. i appreciate if one replies this ,thanks
Hello , im looking for how i can Float my Charts to other monitors. Anyone knows How to displays Mt4 charts in multiple screen? (such as M15 chart in screen monitor 1, m30 chart on another Screen Monitor...). Thnk
hey i connected my pc with metatester agent and it runs but there is an option where i can moke some money with it. It says i should just connect my acc. BUT should i just write my account name or copy the html link im confused. i added a picture. thx for help
Hi, How can i make sure that I have configured correctly the cloud for providing the agents for testing. I can see the tasks running properly but no earnings
[Deleted]
I use candlestick chart, with red for bearish candle and Green for bullish candle. i know how to detect pin bar and other patterns programatically. How to change programatically the color for pin bar candle , hammer etc... to specific colors.
Hey fellow traders, I've been actively using MetaTrader 5 to develop a few trading strategies. While I've made progress, I'm facing challenges in optimizing them for consistent performance across different market conditions. I know backtesting is crucial, but I'm seeking guidance on specific areas
Bit of a problem, I have a chart template "burned" into the strategy tester so that no matter what I do every time I open the strategy tester the chart has indicators that I don't want to use. Is there any fix for this? I feel like something is corrupted
Code: MqlCalendarEvent events[]; Print ( CalendarEventByCountry ( "" , events)); ArrayPrint (events); Print ( GetLastError ()); Log: RI 0 11 : 39 : 03.378 sand (EURUSD.sml,H1) Executed RE 0 11 : 39 : 53.725 sand (EURUSD.sml,H1) - 1 JQ 0 11 : 39
Hallo, I want to choose VPS for MT5 and I considering between Windows Server Datacenter 2016 (lower HW requirements, finished updates but end-of-life at 2027) and Windows Server Datacenter 2022 (advanced, more secured but maybe slower at minimal VPS/VM). Do you have any experinces? Paul
[Deleted]
  SuperTrend  (254   1 2 3 4 5 ... 25 26)
I've developed a new SuperTrend indicator. It works the same as the ProRealTime version where you can set the 'Nbr Periods' and 'Multiplier' values. Bear in mind that because of differences between brokers that in places it may change direction earlier or later than the ProRealTime version if you...
I hope this message finds you well. I am currently working on an MQL5 script and I'm encountering errors in the following lines of code: handleStochK = iStochastic(_Symbol, _Period, lengthStoch, smoothK, smoothD, MODE_SMA, MODE_SMA, PRICE_CLOSE, 0); handleBBUpper = iBands(_Symbol, _Period
Hello there, I would like to incorporate a martingale esque lot multiplier system within my expert advisors. I'm a complete mql coding newbie and have some 'm5' files with source code which I would like to play around with. How simple is it adding new code to pre existing advisors? There is one
Is there a way to load a data file once in the optimizer and not on every pass ? For math calcs mode . I'm loading a 1.6 gb file and it appears it's loading per pass. I'm using tester file property In other words i want to pull it up once (or however many agents there are locally) and optimize on
i am trying to backtest through mql5, but it is not deducting commission from the backtest