Questions from Beginners MQL5 MT5 MetaTrader 5 - page 1430
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 everyone! I have a question about the zigzag. I have marked 2 low ones with circles. Do youthink thesebuffers have such values?
The lowest lowBarBuffer[0], the upper lowBarBuffer[1] ?
The lowest lowBarBuffer[0], the upper lowBarBuffer[1] ?
Don't clog up the whole forum with one question. If you have created a separate topic, you should not make this question in all other topics.
Or vice versa... If you asked a question in the general topic of questions from beginners, you should not create a separate topic....there is a trading history for example five pairs were traded how to count currency pairs that there were five ?
You need logic, I'll write it myself.
Hi everyone!
Help on the issue of working with a file in MT5.
I am trying to create/open a file in a common folder for all terminals. I get error 5002.
I get the folder name from here: TerminalInfoString(TERMINAL_COMMONDATA_PATH).
The folder looks like : TerminalInfoString(TERMINAL_COMMONDATA_PATH) = C:\Users\Vlad\AppData\Roaming\MetaQuotes\Terminal\Common
But in Windows Explorer this folder is under a different name: C:\.Users\VladAppData/Roaming/MetaQuotes/Terminal/Common.
Substituting this path when calling the file open function also causes a 5002 error.
Here is the file opening line
datHandle=FileOpen("C:C:\\\Policy\Vlad\AppData\\Roaming\\MetaQuotes\\\Terminal\\Common\\\fractals.txt",FILE_WRITE|FILE_COMMON|FILE_CSV);
Can you suggest a solution ???
Thank you,
Vladimir.
The folder looks like : TerminalInfoString(TERMINAL_COMMONDATA_PATH) = C:\Users\Vlad\AppData\Roaming\MetaQuotes\Terminal\Common
But in Windows Explorer this folder is under a different name: C:\.Users\VladAppData/Roaming/MetaQuotes/Terminal/Common.
Substituting this path when calling the file open function also causes a 5002 error.
Here is the file opening line
datHandle=FileOpen("C:C:\\\Policy\Vlad\AppData\\Roaming\\MetaQuotes\\\Terminal\\Common\\\fractals.txt",FILE_WRITE|FILE_COMMON|FILE_CSV);
Can you suggest a solution ???
Thank you,
Vladimir.
You should not specify the full path
You don't have to specify the full path
Thank you !
Yes, it creates a Files folder and in it the required file !
Thanks again!
Draw a ZZ using the Donchian channel. If the upper boundary is touched, draw a segment upwards, and the lower one downwards. There the coincidence with the standard indicator is very high and more accurate due to the absence of redrawing.
Good afternoon!
How to perform forced redrawing of charts (analogue of the function - right-click on the chart - "Refresh").
The code below does not work, the update does not occur.