Questions from Beginners MQL5 MT5 MetaTrader 5 - page 1570

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
Write a separate programme of 15-20 lines of code
Write a separate programme of 15-20 lines of code
Already now - only with a delay. Further it will be worse
it is impossible to find out by software means quickly, directly in real time, that a deal has been opened on a signal and its options.
This is a protection against over-copying of signals.
PS. seems to apply only to trades on signals. If a deal is opened by hands or a robot, you can open it in real time as well.
Already now, it's only delayed. It's going to get worse
it is impossible to find out by software means quickly and quickly, directly in real time, that a deal was opened on a signal and its options.
This is a protection against over-copying of signals.
PS. seems to apply only to trades on signals. If a deal is opened by hands or a robot, you can open it in real time as well.
Write a separate programme of 15-20 lines of code
Already now, it's only delayed. It's going to get worse
it is impossible to find out by software means quickly and quickly, directly in real time, that a deal was opened on a signal and its options.
This is a protection against over-copying of signals.
PS. seems to apply only to trades on signals. If a deal is opened by hands or a robot, you can open it in real time as well.
We need to normalise the price. Make it a multiple of the tick size. See the function in ctrade.
alas, to no avail.
I did that, but it got worse for some reason.
alas, to no avail
I did that, but it got worse for some reason.
I don't understand what the problem is, I can't find any information about it at all.
Help to correctly write the code in MQL5.
In mql4 it looks like this:
MaxH = High[iHighest(NULL,0,MODE_CLOSE,period,i)];
MinL = Low[iLowest(NULL,0,MODE_CLOSE,period,i)];
Used in the indicator.
Are all the scripts with robots turned off, or what, you can't?
There were a lot of scammers a while back. With "100500 trading signals", farms, clouds and so on.
Now, in addition to organisational measures, developers take purely technical ones that make it difficult to copy signals (quick detection of a deal from a signal, among other things).
It is not yet known where exactly the "golden mean" will be found, so that copying is impossible and ordinary users will not suffer much.