Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 802
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
Hello! In the settings of the terminal Service-Settings-Advisors you can add a link to the trusted area in WebRequest..... can you remove it from there? It's just that even after editing it still works and it is not deleted from the terminal in any way...
Have you tried to press the "Delete" key on the keyboard?
Have you tried pressing the "Delete" key on the keyboard?
Tried.... doesn't work...tried all the different ways
And even before you hit "Delete" was the line highlighted? And is "Allow WebRequest for the following URLs" checked?
It deletes without any problems for me.
And even before hitting "Delete" was the line highlighted? And is "Allow WebRequest for the following URLs" checked?
I get deleted without any problems.
Haven't tried it today, but tried it about half a year ago, but never deleted it, ended up with 2 URLs hanging around.
Haven't tried it today, but tried it about half a year ago, but never deleted it and ended up with 2 URLs hanging around.
Weird. Here's the whole sequence of adding and removing in pictures.
Greetings.
Why do you use Bid analysis for both buying and selling to trade or analyse indicators etc. and not Ask analysis for selling and Bid analysis for buying? Because the charts, although similar, but the differences can be critical for the profitability of the strategy. Even more, I would suggest that this is why there is a significant difference in the profitability of some strategies when testing and trading.
Hello. I'm reading a textbook. There are some examples of how to write indicators. I have a question concerning the separatewindow.mq4 indicator. You can set the number of calculated bars there. What if you need to specify the calculation from the opening price of the day (or from zero) to the closing price of the day? How should I do it? I tried to search for a solution, but did not find it.
Hello. I'm reading a textbook. There are some examples of how to write indicators. I have a question concerning the separatewindow.mq4 indicator. You can set the number of calculated bars there. What if you need to specify the calculation from the opening price of the day (or from zero) to the closing price of the day? How should I do it? I tried to search for the solution, but did not find it.
I would calculate the candlesticks with the correct time. (I am a relative beginner myself)
I would count the candles with the right timing. (I'm a relative beginner myself)
Maybe there are examples. Visually it would be easier to understand. Thank you.