[ARCHIVE]Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Can't go anywhere without you - 5. - page 63
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
Good day!
"... but they forgot to think it back."
Of course, it's all the developers' fault BEFORE anything else!
Who did they make this for?
You're the one who pointed me to the conversion from string to double and back.
You don't need to convert from int to string
You just assign an int to the string
You were the one who pointed me to the conversion from string to double and vice versa.
You don't need to convert from int to string
you just assign the string to the int
Could you please tell me how to find out the number of bars from the beginning of the day to the current timeframe? How to know the number of bars from the beginning of the day to the current moment. on the current timeframe.
iBarShift(NULL,0,iTime(NULL,1440,0))
Thank you!
Can you give me a hint!!!I haven't used arrays before. I would like to set an array in its zero element- remember ticket one, price one. In the first element of the array- remember ticket two, price two. Etc.
How to write it? In two words... No, I generally remember the topic, I've read about arrays. Just write in one line how to set it.
And here is a part of my code, though it is unnecessary. extern int Raz=5;
Good day!!! Happy holidays to all!!! Happy new year and christmas!
A hint!!!I haven't used arrays before. I would like to set an array in its zero element- remember ticket one, price one. In the first element of the array- remember ticket two, price two. Etc.
How to write it? In two words... No, I generally remember the topic, I've read about arrays. Just write in one line how to set it.
And here is a part of my code, though it is unnecessary. extern int Raz=5;
Double Mass[Raz,2];
...
Mass[0,0] =ticket1;
Mass[0,1] =ticket1;
...
#property copyright "Copyright 2012, MetaQuotes Software Corp.
#property link "http://www.metaquotes.net"
double Mass[Raz,2];
'Raz' - integer number expected D:\TeleTRADE\experts\ VERSION_DIEMY_PREMIUM_Alex_Wearwolf.mq4 (30, 99)
'2' - variable expected D:\TeleTRADE\experts\Version_dynamic_perception_Alex_Wearwolf.mq4 (30, 103)
']' - ''''D:\TeleTRADE\experts\Version_dynamic_perception_Alex_Wearwolf.mq4 (30, 104)
']' - ']' ''D:\TeleTRADE\experts'' ''Variant_dynamic_perception_Alex_Wearwolf.mq4 (67, 12)
............. 20 errors, 0 warnings