Interestingly, it fixed itself. Thank you...
Posts made by Gauss
-
RE: Metaquotes ID has been deleted!!!posted in Questions & Answers
-
RE: Metaquotes ID has been deleted!!!posted in Questions & Answers
@sktsec I tried many times. I deleted and reinstalled again and again, I logged in, but the same problem still persists as in the picture.
-
Metaquotes ID has been deleted!!!posted in Questions & Answers
Hello. I have been using Android MT5 for years. Today I saw that metaquotes ID was deleted. It says null in the ID section. How does this happen? For this reason, I cannot use the phone notification feature. Has anyone experienced anything like this before?

-
RE: How do I calculate the time between 2 trades?posted in Questions & Answers
@bk7 Thank you very much for your interest. If you don't mind, can you send the fxdreema code page for this?
-
RE: How do I calculate the time between 2 trades?posted in Questions & Answers
@jstap Thank you, but I still haven't figured out how to use this in the way I want. Because, as I said, if there are 2 trades open and the time between these trades is less than 10 seconds, for example, one of the trades should be closed immediately, but if the time between these 2 trades is more than 10 seconds, no intervention should be made... This is what I want.
-
RE: How do I calculate the time between 2 trades?posted in Questions & Answers
Can you show me how to do this on the fxdreema page?
-
RE: How do I calculate the time between 2 trades?posted in Questions & Answers
@jstap How can I do this? Can you explain a little more?
-
RE: How do I calculate the time between 2 trades?posted in Questions & Answers
please help me, thank you
-
How do I calculate the time between 2 trades?posted in Questions & Answers
Hello. How can I do this; If the time between 2 trades in the same direction is less than 10 seconds, the second opened trade should be closed immediately. So how do I calculate the time between 2 trades?
-
RE: About pending orders countsposted in Questions & Answers
I did not mean it. Let me briefly summarize what I want; I put ea on m5 and m15 charts separately. There are a few patterns I'm looking for. If this pattern comes across on m15, I open a trade manually or enter a limit order. If this transaction or order is on m15, I want it to place, for example, 5 pending orders in the direction of my transaction (this number 5 is variable). If this order or transaction is on m5, I want it to place, for example, 7 pending orders in the direction of my transaction (this number 7 is also variable). ...for example, when I open 1 order for m5 from mobile, how will the system understand that it is opened for m5 and will choose 7 orders and open that number of orders? Since he cannot understand this, he enters the total number of orders in m5 + m15. So 12. I'm looking for a way to solve this. I hope it's clear this time.
-
RE: About pending orders countsposted in Questions & Answers
I think it happens because you gave 5 transactions to both m5 and m15. For example, give 3 operations to m15 and 7 operations to m5 as variables. For example, if you open a buy transaction on m5, instead of placing 7 pending orders, it will place 3+7=10. Because Metatrader cannot know which time period chart we are using as a basis because we place the first order or pending order manually, this is the problem. I don't think this can be solved.
-
RE: About pending orders countsposted in Questions & Answers
I tried but nothing changed. behaves as if the bool part does not exist
-
About pending orders countsposted in Questions & Answers
Hello. I wrote a simple EA, let me explain with an example; For example, if I manually open a 0.02 lot buy transaction, it will place 5 buy limit orders of 0.02 lot on each decline at 10 pips intervals. But I run this EA side by side on both the m15 and m5 time frames of eurchf, for example. Although their magic numbers are different, when I place a buy limit order on a parity in the m15 time frame, it opens 10 pending orders, although it should open a total of 5. In other words, it detects the manual trade I opened in both m15 and m5 time frames and opens a trade equal to the total number of orders in both. Where am I making a mistake? I share the ea below. thanks