Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 575
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
Dear programmers, help please!!!
the problem is that this script doesn't work after the last mt update. the bars are still missing.
can it be tweaked for the new platform? or maybe there's a similar and workable solution.
Thanks in advance.
Answers here
Thank you Vinin. But unfortunately the article was not of any help. I tried adding FILE_SHARE_WRITE and FILE_SHARE_READ flags, nothing works.
Please help me to fix the script.
Thank you Vinin. But unfortunately the article didn't help. Added FILE_SHARE_WRITE and FILE_SHARE_READ flags, nothing helps.
Please help me to fix the script.
This is not enough. The structure of the history files has changed
Hi all!!!
Can you tell me why variables declared in a block (in curly brackets) are not visible outside the block
This is all in the updated MetaEditor5 build 914. How can I use variables declared in a block, if they are only visible inside the block?
if (Hour()==12)
{
double open = Open[0];
double close = Close[0];
}
double sum = open + close;
Didn't you try announcing off the block? Or is your guess not good enough? Sorry...
Hey, you primate! How did you get in here? Or did you get internet in the jungle?
Go eat peanuts and don't scare evolution, or it'll get away with it.
Hey, you primate! How did you get in here? Or did you get internet in the jungle?
Go eat peanuts and don't scare evolution, or it will get away with it.
Incorrect behaviour on the correct answer. Warning
Help me to understand if the indicator redraws bars on history
For example:
get:
2014.04.11 15:05:50.031 2001.01.03 07:25 : Time_Start = 2001.01.03 07:25:00
How to convert the time format obtained from TimeLocal() to "2014.04.11 15:05:50"?