General - page 5

i can not set border for OBJ_BITMAP_LABEL My Code Is : ObjectDelete(CurrentChartID,AreaName); ObjectCreate(CurrentChartID,AreaName,OBJ_BITMAP_LABEL,0,0,0); ObjectSetString(CurrentChartID,AreaName,OBJPROP_BMPFILE,0,"::"+rc_name);
I would appreciate if anyone with experience using SQLite in mql5 can show me how to check for existence of a primary id in a given table. For example is my table has long values as primary ids, does that mean I can use DatabaseColumnLong() to retrieve the value in a given column and store it in a
had the ide open for hours and when i returned to the code it had this alien inscriptions in it
Hello everyone, I would like to calculate a moving average, not from prices but from 2 histograms which accumulate values, in this way : (Hist1a) if current low < previous low --> = 1 if current low ≮ previous low --> = 0 (Hist2a) if current vol < previous vol --> = 1 if current
Hello forum, I was marking some prices with Arrow objects but they were not exactly drawn on the value that they should have had, rather consistently more like 30 points lower or so. When I hover over the arrow, the correct value is shown. What bothers me is that I have given the low price as input
(Rewriting this post to make it more clear) Hello, I am developing my first EA with the strategy of: for buy orders and sell orders are vice versa 1. EMA9 and price are both above EMA225; 2. a pullback happened and price went below EMA9, then price crosses again and close above EMA9 (the Close [1])
Hello, I cannot install and update EA on my MT4 / MT5. Showing 403. Could someone help me ? Thanks
Please help with MQL5 code for EA which opens a trade automatically once an existing trade is closed
The major update has brought two important changes significantly enhancing the MetaTrader 5 experience. The new section of advanced trading statistics can help improve results, while the built-in payment service can simplify account top-up. In addition, we have laid the foundation for additional
I reported this in 2021, and at the time, it seemed like someone did something, because it got resolved on the next update. BUG? Won't enter debug mode - Indices - General - MQL5 programming forum Whoever you are, gods of the MT5 heavens, please do it again. The time the problem is worse than it was
Hi, does any one of You knows some indicator|software|kind of terminal which can be use to observe portfolio performance for multiple accounts. In the past, we had free Multiterminal for MT4. Is there any similar software for MT5 ? Something which can work local on PC, connect with multiple accounts
  Panel Developing  (11   1 2)
I am developing a trading panel for my study in MQL5. Has anyone ever had a similar problem with this? The panel is created normally, but I have difficulties in being able to select the CEdit fields and also after clicking on a button the trading history overlays the panel
may here it is somebody could explain of CADILS is corelating to some paire? or how could correlating USDILS, EURILS correlating to CADILS? or explain me what id algotithm to find out correlating pairs? thank you
Hi guys, I just wanted to start an open discussion about the sense and legality of paid/rewarded reviews. One of the bestsellers used this leak in the mql market rules and started to offer free tools in exchange for 5-star reviews. Till date, there are more and more sellers following this...
  signals  (3)
When sharing signals, do users who buy a subscription see in the trade comments what EA I use to open and close trades
I used demo account, I want open a real mini account.Please inform me about the procedure to open a mini account?
Hi All, Is there any way to set a custom batch size of tasks to be send to the agents on local network farm? I am seeing many of my agents being idle for a long time while others are still having a big list of tasks to be processed. Would be good if I could steer this with either smaller task
I am subscribed to Just2Trade-MT5 on a MT5 Demo account. How do I get marketwatch to show tickers instead of forex? How do I get the strategy tester to use stock ticker symbols instead of forex pairs? Thank you
Hi everybody! I can not login to MQL5 community on MT5 version 5.00 build 4270 - 5 Apr 2024 (MacOS Monterey) Still login success on version 5.00 build 4260 - 22 Mar 2024 (Window server 2022) I need to login on MacOS. Anybody can help me
Hello, new to coding here. Can someone please tell me are the if conditions contradicting here? It's a strategy combining EMAs and Stochastics. It is not giving me any order when I backtest it. But if I separate the EMA and Stochastic conditons, it works. Attached is an example of the strategy
Code for switching between continuous time frames (indicator or script) Code to switch from the M1 time frame to the M5 time frame and then back to the M1 time frame again, and so on constantly. Meaning Every minute, the indicator or script switches the chart from the M1 time frame to the M5 time
  Please help  (12   1 2)
I got problem using vps. At beging i subscribe to a signal and after that to vps in my account Later i found the signal isn't profitable, so i unsubscribe to that signal. I kept the vps. Later on i subscribe to another signal to the same account. When i tried to migrate the setting to old vps, the
Hi all, A quick question! I want to reply to a message in Telegram channel using telegram.mqh. For example if the reply was something like "close order", the order of that signal in the message close automatically. is it possible? and if so any help would be appreciated
I've created a custom symbol XAUUSD_C, if i run the backtest by using fixed options like "last year", "last month", "entire history" it works fine but if I were to use a custom period it will mostly don't work: but if i try to use as end date something like april 2024 it works I don't know why. I've
Please help with MQL5 code for EA which opens a trade automatically once an existing trade is closed
It's my understanding that VPS supports a max of 32 Charts with associated EAs. What is the solution if my account has more than 32 charts? Can I have two VPSs pointing the same account
Tens of thousands of traders use MetaTrader 5 VPS as a secure, reliable and fast hosting solution for automated trading. Recognizing the growing popularity of the service, brokerage companies approached us for the possibility to utilize VPSs to reward loyal users. This is how the Sponsored VPS
#include <Tools/DateTime.mqh> input ENUM_DAY_OF_WEEK TradingWeekdays = MONDAY ; int OnInit () { if (TimeDayOfWeek() == TradingWeekdays && IsTradingHour()) { // Retrieve exchange rates for EURUSD, EURGBP, and GBPUSD // Calculate the mean value using the formula: MEAN = EURUSD -
  Indonesian Member  (5985   1 2 3 4 5 ... 598 599)
I want to know how many people from Indonesia is joining this forum. If you're from Indonesia, please comment this topic..Thank you..
I am writing an EA. The indicator provides the open price, stop price and stop amount. How to calculate order size? For example, XAUUSD, buy. The opening price is 2100, the stop loss price is 2000, and the stop loss amount is 1000. How much order should I place? This EA will work with currencies