General - page 313

  ObjectsDeleteAll  (5)
Is there a way to delete all the objects of a single/specific chart, without deleting all the objects, of all the charts, that you have open
I HAVE BEEN USING THE STANARD WAY OF UPGRADING MY EAS ON MQL5 MARKERT I USSUALLY JUST CHANGE FROM THE SOURCE FILE SAVE ON MY DOWLOADS AND ADD THE VERSION,then upload and it works anyone care to show me ANY other method as i am failing SOME HOW TODAY thank you in advance , error code say i should
I've only heard about IMACD since I joined here. The histogram looks like the same thing though thanks
Does anyone have a code which trails stoploss by moving to lows on an uptrend and highs on a downtrend
Hi guys, I wanna know if anyone cand help me to fix this problem. I try to put my EA on the market but every time I try to validate it I recieve a message about the invalid volumes error when trading EURUSD for 1H. I read the article about fixing EA's problems but I can't find the error in my code
Greetings all, Not sure if this a MT5 thing, or broker, but when I buy a 2nd lot of same cross, its combines and averages the price of the two. Is there a setting that will allow each trade to remain separate
Dear Admin and Users, I have been able to withdraw money with no issues, then i received the message below in April 2022, and can not withdraw any amount since, while my balance is growing which i can not access for withdrawal. I saw many topics and comments about the same issue, most of them solved
Hi there guys. Is there any way to delete fibonacci levels right on the chart? My way of using it is having all the ratios I usually use on the tool, then delete the ones that are not useful at that time, to remove the clutter. Thing is that it is a pain to keep going in and out of indicator
Hello! I sincerely appreciate the environment and the ability to develop a trading Bot based on predefined strategy, it makes trading easier. Today, I really want to request that your team should look into the idea of adding features to the MetaEditor to allow developers collapse and expand a block
What is the point in leaving feedback when new clients can't view it until it is too late Reading a developers feedback SHOULD be part of the selection process as should knowing their time zone Its like applying for a job and saying the CV will be available once you have secured the job Loosing
[Deleted]
int orders = 0 ; for ( int i= OrdersTotal ()- 1 ; i>= 0 ; i--) { ulong orderTicket = OrderGetTicket (i); if ( OrderSelect (orderTicket)) { if ( OrderGetString ( ORDER_SYMBOL )== _Symbol && OrderGetInteger ( ORDER_MAGIC ) == eaMagic) { if (
Hello all! I can't make sense of why the CopyTicks() returns what it returns. I use this code: MqlTick ticks_array[]; int n = CopyTicks ( Symbol (), ticks_array, COPY_TICKS_ALL , 0 , N); if (n != N) { Print ("Waiting for ticks..."); return prev_calculated; }
  Graph addition  (10)
I have come across many graph types and find the Japanese candlestick graph to be the most suitable for me. On this website there are many possibilities of creating new types of signals that are successful based on user experience. My question is... how can a new type of graph be created and
Hi, I'm a UK citizen who last yr moved back to the UK from NJ/USA. I have a green card but assumed it would either expire or I'd send it back to abandon it (but havent done so yet). I opened a demo account with a trading firm and was in the process of opening a live account, but had it declined
Dear friends/comrades, I have the following line of code to show my equity balance at the present moment (live). But I would like to have the equity balance from point of time in the past (example: yesterday's close). How can I get the equity balance with a parameter such as a date and time
  SMS Confirmation  (4)
Hello i try to confirm my phone number but i cant recieve the SMS i try my attempts and it just doesnt send anything to my number what should i do
Using the strategy tester, and have a simple but maybe stupid question. Is the strategy tester based on the leverage i use at that the broker? Ed
Hi! I have subscribed to signal A in one account and signal B in another account. Can I interchange? Thanks
Hello There appear to be repetitive blogs posted with certain keywords that flood the search results with spam , effectively "hogging" the search section. Their passion is admirable and maybe the user is looking for that but the user should not be demoralized from searching further in the results
I want to know how to end the EA which is running in a never ending loop. can anybody help. Cheers Is there a exit function i could use. what is the syntax
Hello, not sure if this is the right place but I have a signal indicator that gives me arrow signals for when it's time to buy and sell as you all probably do but what I want to know is how do I program an EA to auto trade for me whenever I get a signal? Can someone point me in the right direction?...
Hello everyone... can you help me, it's my first time to subscribe to a signal. But it hasn't worked. Every time I want to enter the payment option, I can't seem to connect. Even though I have topped up for the balance in MQL5. What do you think the problem is? I attached the picture... Thank you
In application of PC, I cannot choose open a real account for live trading of binance in mt5. In demo account, it will say failed to open a demo account. Please check internet connection or contact Binance Capital Management Co., Ltd. support service. I already email Binance, it said they didn't
Hello everyone, I am trying to figure out how to add indicator signals to the bottom of a chart, like it's done here: Indicators in this example are MTF and only output red and green boxes. Can this be done manually in the MQL5 UI or via code
How do I find my community account so I can rent out my current resources
Hello, In Tradingview, we can superimpose two Ichimoku of different timeframes on the same shart, see below a 1H Ichimoku cloud (blue) and a 4h Ichimoku cloud (green): In Metatrader 5 I could not find a way to do this, is it possible ? Thank you
Hello all Is there mt4 module for integration with python like this for mt5 ? If the answer is NO, is there any other solutions to open the terminal and manage it automatically? (without connecting the python with EA via socket or any something else). Thanks
I installed the MT5 to try it. I have a CPU with 8 cores, Why the agent manager strategy tester only detects me 4 cores ?i s normal
Hello, community, I'm trying to create an algo that, at every new tick, it will add some data in a .txt file. To achieve that, I'm using the FileSeek function following the instructions available in the "Writing to the end of a text file" Section in https://www.mql5.com/en/articles/2720#z3
I get various Windows crashes (BSODs) when running the backtester in MT5, either in tick or real tick mode. The RAM is new and is not the cause. This is very annoying as it precludes backtesting algos. The machine has a 3700X processor with 6 cores, no problem with that. I get crashes with MT5 only