Questions from Beginners MQL4 MT4 MetaTrader 4 - page 155

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
I am going to the country house now and will be there on Monday. If you're interested, add me as a friend and we'll chat without clogging up the forum.
I am learning to work with arrays through this code. After all, the task is not complicated in principle.
The "Open" quotes are already stored in the array above. Therefore, I should just pull out the quote of the date I need from the array.
iTime(symbolMT,periodMT,numberBar);
Try to get the dates like this
Or write an indicator and it will be easier to take
both date and price and they are all already in the arrays time[],open[],high[],low[],close[],
Who told you that? The simplest test with#property indicator_chart_window is\MQL5\Indicators\Examples\Custom Moving Average.mq5 indicator
Write an example based on this indicator and show what does not work.
Here is the indicator
I am unable to bind the indicator (i-DRP...) to my Expert Advisor (DR Test) through iCustom:
what i am doing wrong tell me please
thanks
Here is the floor. indicator
I am not able to connect the indicator (i-DRP...) with my Expert Advisor (DR Test) through iCustom:
what i am doing wrong tell me please
thanks
Please advise why it does not work
Hello
please help me tie the floor. indicator (i-DRPojection) with the EA properly.
I can not
floor. indicator :
advisor (my attempt to fail):
Hi all. I have tested so many EAs in the tester, but I haven't encountered anything like this. I am testing an EA (in the tester) and the code does not contain no loss or trailing stop. However, when an order is opened and price moves in the required direction, it triggers a trailing stop (about 20 points) and starts trailing stop (with error 1). What is this nonsense, why and how to get rid of it?
Contact the Expert Advisor or go to the club of telepaths. They will definitely help you.
Expert's code, or the telepath club. They'll definitely help.
Thank you. Oddly enough, your answer helped. It (answer) encouraged me to revise the code again and find the error (I probably would have missed it otherwise). Sometimes the desire to do as well as possible leads to the opposite result.
P.S. Yes, you're right, you can't answer my question without code. But since you have exhausted the question, I don't think it (the code) has any sense. Thanks again.
Hi all, could you tell me how to write the code correctly (types of variables)? Basically it works as it is, but in case of errors.
The task is to calculate the number of the WORKING day of the year.
Greetings all !
Decided to run the old EA for the sake of experimentation, but at the time of compilation gives a bunch of errors (compile). I've been in a different build for a while now. Any suggestion on what the issue is and how to fix it.https://www.mql5.com/ru/code/9386
p.s. Maybe someone has a terminal of the old build... it would be more vague...