[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 86
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 forgot to put the system inluder in the archive. I have added the necessary constants and functions to it.
I have attached the archive with inluder.
I will add new version of the library to the piggy bank soon. There will be more functions.
Thank you.
I forgot to put the system inluder in the archive. I have added the necessary constants and functions to it.
I have attached the archive with inluder.
I will add new version of the library to the piggy bank soon. There will be more functions.
When running Check_ServicesMT4.dll.mq4 the terminal hangs
I'm sorry, but no one can share (or poke a nose), in the copier trades which has the ability to reverse orders. I.E. If the master opens a sell, then I (the slave) buy and vice versa. If I want to open Sell or Buy, then I have to open Buy and vice versa, but deals should be closed by both of them at the same time.
Hello dear programmers!
Can someone tell me how to present information about price candlesticks in a program in the form of an array -
Four-dimensional array consisting of the main characteristics of each candlestick (open, closed, max, min.)? There must be some standard function ..... or something similar)
Thanks in advance for the answer)Hello dear programmers!
Can anyone advise how to present information about price candlesticks in a program in the form of an array?
A four-dimensional array consisting of the main characteristics of each candle (open, closed, max, min)? There must be some standard function..... or something similar)
Thank you in advance for the answer)There is no standard function. Refer to the tutorial - starting from here - there is an array organized by order characteristics - sl, tr, etc - alternatively, you can do something similar in your own way... It's easy there - just put your characteristics in the cells instead of order characteristics...
When running Check_ServicesMT4.dll.mq4 the terminal hangs
XP? If so, just wait a while. I'll post a new one soon.
It works on Vista and 7. Not all XP doesn't work. On some it's fine.
================
Posted. Tomorrow or the day after tomorrow it will appear in the piggy bank.
Hello dear programmers!
Can anyone advise how to present information about price candlesticks in a program in the form of an array?
A four-dimensional array consisting of the main characteristics of each candle (open, closed, max, min)? There must be some standard function..... or something similar)
Thanks in advance for the answer)Roman thank you)
Zhunko thank you!
Hello !
Can you please tell me what's wrong ? I am using the tester on GBPUSD - it opens trades as it should be. I am using it on the dollar index DXH1 - it does not open many deals, the error "130" - Incorrect stops. Moreover, it is not clear what is wrong - it opens and does not open in similar situations, but more than that. Spread and stop level for Dollar Index -100 and 200. Spread and stop level for GBPUSD -3 and 4. Prices in the dollar index, e.g. 78.150, in the pair - 4 decimal places. But it is accounted for.
Here is part of the code :