General - page 355

  About the MT5 code profiler  (70   1 2 3 4 5 6 7)
I have started to use a new profiler. In this section we could centralise information on how to use it properly. To start with I have some questions about strange things about the data returned by the profiler . The profiling report that is used in an EA running on historical data: 2021.07.08
The topic of trailing stops comes up on occasion in my Virtual Trading Room. They can often cause some confusion, so let’s take a bit of time to clarify what constitutes a trailing stop and how you can use it in futures trading. Trailing stops are actually stop loss orders that you move according...
Hi guys, Really basic question... How do I activate the algorithm to run. I have it now in MQL 4, but I dont see it under expert advisors in my MT4 pane... What to do
Why can't I set the minimum trailing stop to less than 50 points? I'm using a demo account with $1000.
Hello everyone , I have a small question I would like to know if we can put several EAs on a virtual server. Example: I have my signal which is on a virtual server and can I add a subscription to a signal with the same subscription ?? or you need one share per subscription thank you
considering the rapid move of gold. what indicator could be the best in trading it? give your opinion
I am using a zigzag indicator, but I want to know how it construct zigzag or can you explain me the setting which i share in file. I don't know how it work in indicator. Please help me
  ZigZag Seperate  (3)
Good Day Can anyone please give me advise on using the ZigZig Separate Indicator
Hello, is there any more information on how to use the CArrayDouble for example or is the exampe given in the CArrayObj https://www.mql5.com/en/docs/standardlibrary/datastructures/carrayobj the only explaination on the topic? I am not getting it. If I declare an object of CArrayDouble CArrayDouble
I have this function that checks the closest open sales order. My current need is to search for the closest sell order that the order has already been opened and closed ( same day). double novaVendaValor = 0 ; for ( int i = PositionsTotal ()- 1 ; i>= 0 ; i--) { if (
Hello. I have two trading accounts. I use one of them as a signal provider in MQL5. Is it possible for me to be a subscriber to myself? So, I could link my other account to the signal provider account. Or, if there is a better solution, please do not hesitate to share with me
Hi everybody. Each time that I have an array out of bounds error in some MQL5 program while debugging with variable observation, Debugger won't react. Then I can only close it and usually the EA/Indi that I was testing has to be reopened. Asides from that the variables that I picked for observation
Someone help me if you have available the mentioned EA. Thanks, ---
Hyy guys...i need help please. The "Newpositionprofit" in the code there doesnt seem to update itself. The programm just stops at ... if (Newpositionprofit>= 0 ) it doesnt do nothing anymore, it doesnt even call the ontick function anymore. please how do i solve this?? if (tradecount== 1 &&
  Issue with withdrawing funds  (19   1 2)
1.How long time perform additional verification of My account? 2.How long do I have to wait? Why do I get this message when I already sent documentations and verified my identity months ago? And how long will this process take? And in the past, I was able to withdraw money. Do you help me please
Hi, I just wanted to change my phone number with which I am registered at MQL5. Unfortunately I need the old phone number to confirm a new one and I don't have access anymore to the old number. I am even not sure if it does still exist. How can I proceed to change my profile phone number? It would
Hi, Ive been searching for days for someone on the MT4/5 platform who offers leveraged ETFs like SQQQ/ TQQQ etc. For some reason they seem really rare on MT4/5. I understand MT4/5 is more of a FX platform but stocks are more common these days than 5 years ago but leveraged ETFS dont seem to have
I have issue with MQL5 account on MT5 platform, it doesn't log in. But on MT4 no problem. Can anyone help me here
Hi, in OBJ_FIBO 0 and 1 is already selected points which we use to draw from swing high to low? I was wondering if we can change these selection points values other from 0 and 1 based on our choice? If so, please let me know if its possible Thanks
Does anyone know how to expand the Market Watch and Navigator windows. I double click and it expands and snaps right back. I also click and drag with the edge but it also snaps back. Thanks in advance
Can you day trade via Metatrader5 if you're an independent day trader? And if so, why would you day trade with Metatrader 5 via a different broker, because I saw a lot of posts of people getting scammed by brokers using Metatrader 5
Hi all, Just after placing a trade and before placing stops and take profits I was booted from my trade account with a follow up message saying "Invalid Account" I'm aware this message is typically displayed due to incorrect login credentials but I've been trading on this account for weeks with 0
  indicators  (4)
I can't download any indicator from mql5
  EA New Version  (2)
There is a new version of my EA. Instructions for update are go to Market \ Purchased on the terminal. There's no such place that I can find
Could someone please explain and list what type of script appears in what color in the MQL5 editor. For example: variable names-> red
PRECISANDO DE AJUDA, PARA INSERIR STOPLOSS EM UM ROBO DE CRUZAMENTO DE IMA ALGUEM TEM ALGUMA DICA
My local farm agents fail once in a while. They work well for days and then suddenly my strategy tester cannot use the local farm agents anymore. I have tried a lot, updated all agents software, disabled firewall and so forth. But nothing really helps. Does anyone have similar issues with strategy
I have written a custom indicator, I wish to use this EA as input to RSI instead of price close. Any idea how this can be done
Hi, I am looking to retrieve 10 years of data from the DE30/DE40 1M for backtesting... However, this doesn't seem possible.... I go to tools -> Historical prices -> choose -> DE40 -> 1M and then it only brings out 2048 elements, which is only a couple of months back.... Can anyone help me with this
Hi, I need some help understanding how to get the max and min value on a custom indicator? The vaues are indicated by the arrows, how are those figures determined and how do I get those values? Thanks