Errors, bugs, questions - page 2840
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
You can explicitly call a function from a base class:
If and when corrected
it can of course also be called explicitly in the general case
And how do you propose to write the 3rd version of g_cast to MQL?
You can do it like this:
A(this).f();
Build 2584
Error not fixed.
When firstrunning the service,WebRequest returns 200.
When restarting the service PCM, WebRequest returns error 1001.
Removing the service and running it again, it repeats.
Hello. What's the problem with the validator? I keep getting "no trading operations" error, always on EURUSD, sometimes on other pairs. I started with my EA, which was not validated, keeps giving me this error, so I have to look for the problem and remove different conditions. I have decided to write a simple EA, which opens orders on every tick. The error did not disappear. Here is the code of this simple EA. What to do?
Hello. What's the problem with the validator? I keep getting "no trading operations" error, always on EURUSD, sometimes on other pairs. I started with my EA, which was not validated, kept giving me this error, so I have to look for the problem and remove different conditions. I have decided to write a simple EA, which opens orders on every tick, and what do you think? The error did not disappear. Here is the code of this simple EA. What to do?
In the real world, the minimum lot is not always equal to 1.0, and the money in the trading account may be only $2.5 ...
It's not about the lot, I was putting any lot, and doing lot normalisation, and there would be errors, but here it doesn't swear at anything, except there is not a single trade.
Hello. What's the problem with the validator? I keep getting "no trading operations" error, always on EURUSD, sometimes on other pairs. I started with my EA, which was not validated, kept giving me this error, so I have to look for the problem and remove different conditions. I have decided to write a simple EA, which opens orders on every tick, and what do you think? The error did not disappear. Here is the code of this simple EA. What to do?
There is no price normalization, not everywhere you can open an order with a take and a stop loss at once.
Hello. What's the problem with the validator? I keep getting "no trading operations" error, always on EURUSD, sometimes on other pairs. I started with my EA, which was not validated, keeps giving me this error, so I have to look for the problem and remove different conditions. I have decided to write a simple EA, which opens orders on every tick. The error did not disappear. Here is the code of this simple EA. What to do?
It means you're a little early in the market............
There is no price normalisation, not everywhere you can open an order with a take and a stop loss at once.
Have you read my post carefully? I didn't intentionally complicate the code with different normalizations and checks. I always do that in Expert Advisors. You see that in the code there are attempts to open an order without SL and TP? I specifically registered such attempts, but they didn't work. The purpose of this EA is not to open orders as it should be but to make attempts to at least make some errors and it seems to be 0 attempts here.