[Archive!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Couldn't go anywhere without you - 2. - page 172
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
It asks for an integer value, but an array can also be declared as a variable?!
Do you know what a variable is? It is a cell in memory that can be changed. int is a type of variable.
https://book.mql4.com/ru/basics/vars
https://book.mql4.com/ru/basics/types
The question: How can I correctly download all quotes without time gaps to MT4?
Can you tell me what the meaning of this crap in the logs is? How can I avoid it? The Expert Advisor trades with this indicator, after an error the trade freezes until you restart the terminal because restarting the Expert Advisor may crash again.
22:39:53 Zigzag CLJ1,M5: removed
Maybe it's because I'm using the terminal on a remote server and on my own computer at the same time?
Question: how to correctly download all the quotes without any time gaps in MT4?
+ before uploading (if you have such holes), it is advisable to delete the existing history
+ set the history depth in the settings at least 10 000 000 bars
+ After loading the history you need to click again on the "Load" button and confirm the recalculation of all the TFs.
Expert trades using this indicator, after an error the trade stops
Can you tell me what the meaning of this crap in the logs is? How can I avoid it? The Expert Advisor trades with this indicator, after an error the trade freezes until you restart the terminal because restarting the Expert Advisor may crash again.
22:39:53 Zigzag CLJ1,M5: removed
Maybe it's because I use terminal on remote server and on my PC at the same time?
I don't think the code is looped. What does uninit reason 1 or 3 mean anyway ? Do you have a decoding ?
EA has been trading normally for 2 days.
Once again I would like to repeat the question about terminals.
If I have a terminal with EA on a remote server and run the same terminal on my PC, I do my business on it. I optimize them and so on. I would like to remind that the EA is not in the window of a trading tool in the home terminal because it is running locally on my (remote) computer and not on the broker's server.
So may the EA fail if it is running in one terminal, which is running 2 times at the same time?
I don't think the code is looped. What does uninit reason 1 or 3 even mean ? Is there a decoding ?
I don't think the code is looped. What does uninit reason 1 or 3 even mean ? Any decoding ?
https://docs.mql4.com/ru/constants/uninit check the reasons for deinitialisation, it looks like you are changing the period/symbol graph with the EA running, hence the crashes.
Hello.
Taking apart and modifying the Laguerre indicator, just not working out very well. Please help with the code.
At the end Laguerre started its code.
As I understand it, the indicator line itself is called LRSI.
So I can't assign a counter value to it. For example, when the line crosses 0.45 up, LastLag is added by one.
So far, the only problem is assigning a counter value. I can write the whole idea later. Thank you.