Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 158

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
1 - Write and run the script
2 - https://book.mql4.com/ru/variables/arrays
https://docs.mql4.com/ru/arrayThanks. Can you please tell me.... A function that will display on a graph... The time from and to... During which, the price moves (trading session).
Thanks. Can you please tell me.... A function that will display on a graph... The time from and to... During which, the price moves (trading session).
Take Kim's session indicator
http://www.kimiv.ru/index.php?option=com_remository&Itemid=13&func=fileinfo&id=40
Good afternoon. I came across an interesting trading strategy on the internet. But it is paid. Maybe this is really the author's work, but may be they just found it on the Internet and not very educated traders are buying it). I want to know your opinion, esteemed traders. I want to know your opinion, dear traders, if it is realistic to find all those indices that are shown in the screenshot on the Internet and make such a system by myself?
Get the session indicator from Kim
http://www.kimiv.ru/index.php?option=com_remository&Itemid=13&func=fileinfo&id=40
Thanks. But that's not what I had in mind. Say I switch between instruments, say I switched to copper. And I would like to see at what time, so to speak, the instrument works. So there is no function that indicates at what time interval a particular instrument works?
Thanks. But that's not what I meant. Say I switch between instruments, say I switched to copper. And I would like to see at what time, so to speak, the instrument works. So there isn't a function that says at what period of time this or that instrument works?
It works at any time interval. For metals there is a break of 30 minutes. http://kitco.com
Please clarify the situation:
Balance = -1000, funds = 3000, pledge = 500, free funds = 2500, level 500%, profit = +4000
Is it possible to do this, withdrawing 2000 and not touching open positions?
Balance = -3000, funds = 1000, pledge = 500, free funds = 500, level 100%, profit = +4000, if you are sure of the growth potential of the open positions.
Please clarify the situation:
Balance = -1000, funds = 3000, pledge = 500, free funds = 2500, level 500%, profit = +4000
Is it possible to do this, withdrawing 2000 and not touching open positions?
Balance = -3000, funds = 1000, pledge = 500, free funds = 500, level 100%, profit = +4000, if sure of the upside potential of open positions.
If I'm not mistaken, you cannot withdraw profit that is not fixed.
What a cat bred here :)
repeat myself... :-)))
"...
In any case, they will not withdraw more than the balance minus the stop out, and if the free margin is less than the balance, then no more than that..."
There is a function. Here are its beginnings:
Here's the gist of it. The second formal parameter of the function has a default value of 0. So, according to the documentation, I can call this function without the second parameter, because it will default to 0.
I am calling it like this:
The compiler complains:
Why?There is a function. Here are its beginnings:
Here's the gist of it. The second formal parameter of the function has a default value of 0. So, according to the documentation, I can call this function without the second parameter, because it will default to 0.
I am calling it like this:
The compiler frowns:
Why?Move it from the library to the what-do-you-do code. If the error goes away, it means there's a problem with the correct library connection in the wha-tam-do code. First of all.
If it doesn't go away - look what parameters are passed to the function. In idea, there should be a parameter of type string with the name of currency pair. Just pass Symbol()