Questions from Beginners MQL5 MT5 MetaTrader 5 - page 1341
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
see what the retcode says after the order is sent
Thank you.
10018
TRADE_RETCODE_MARKET_CLOSED
Market is closed.
It means there is a problem with the broker.
Greetings, please don't kick me too much)
I have an EA. I want to implement in it the function of opening a position, if on several currency pairs, a bar with index 1, has the same direction (bullish or bearish).
I am trying to do it with iclose and iopen.
So whatis the right way tolook for combinations of bearish and bullish bars at the same time? Once again, please don't hit it too hard.)
Greetings, please don't kick me too much)
I have an EA. I want to implement in it the function of opening a position, if on several currency pairs, a bar with index 1, has the same direction (bullish or bearish).
I am trying to do it with iclose and iopen.
So whatis the right way tolook for combinations of bearish and bullish bars at the same time? Once again, please do not hit me with a thump.)
UseCopyRates, and make sure you control how much you have ordered and how much you have received. Here is an example:
Hello all!
Situation.
The Expert Advisor is written, let's say, on muwings. When you finish testing it in the tester, the used muvings (with used parameters) appear in the window. This is OK.
Question.
But when this EA is also uploaded to the Market and a user downloads the demo, will it also pop up after the end of the test? Or does mql have a privacy policy in this regard?
Конечно, можно самому заморочиться и проверить. Но те кто, заливал продукты, поймут, что лучше просто спросить)
Hello all!
Situation.
The Expert Advisor is written, let's say, on muwings. When you finish testing it in the tester, the used muvings (with used parameters) appear in the window. This is OK.
Question.
But when this EA is also uploaded to the Market and a user downloads the demo, will it also pop up after the end of the test? Or does mql have a privacy policy in this regard?
Of course, it's easier to ask, but not everyone who has downloaded an EA to the market has checked it afterwards.
In fact, what difference does it make where the EA's file was obtained from? It will work the same whether it was downloaded from a developer or encrypted from the market...
Hello all!
Situation.
The Expert Advisor is written, let's say, on muwings. When you finish testing it in the tester, the used muvings (with used parameters) appear in the window. This is OK.
Question.
But when this EA is also uploaded to the Market and a user downloads the demo, will it also pop up after the end of the test? Or does mql have a privacy policy in this regard?
TesterHideIndicators
Help me fix the indicator. It draws a price step/grid from a specified value. The problem is that when I remove it, the lines remain on the chart. Also, I cannot add a second indicator like it to the chart. In general, how to make it remove completely from the chart so that I can throw the same indicator on the chart with other values.
Help me fix the indicator. It draws a price step/grid from a specified value. The problem is that when I remove it, the lines remain on the chart. Also, I cannot add a second indicator like it to the chart. In general, how to make it delete completely from the chart, so that it is possible to add the same indicator on the chart with different values.
In OnDeinit you need to doObjectsDeleteAll- delete by prefix (in your case the prefix is "HLine")