When is the new version of MT5 and where do you find out what's expected in it? - page 26
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
Is there a software way to determine the depth of the ticking history?
Tried this:
all the time gets 2,000 ticks. The help says if no time is specified, no more than 2000 ticks are transmitted. Time is specified in milliseconds and seconds are multiplied by 1000.
Also, help specifies that these are ticks for the current session. So, it turns out that historical data cannot be accessed?
Is there a software way to determine the depth of the ticking history?
Tried this:
all the time gets 2,000 ticks. The help says that if no time is specified, no more than 2000 ticks are transmitted. Time is specified in milliseconds and seconds are multiplied by 1000.
Also, help specifies that these are ticks for the current session. So, it turns out that you cannot access historical data?
Do you want to get all ticks? :)
First, check if your computer can handle so many ticks (if your computer burns out, it's not my fault):
Do you want to get all the tics? :)
First, check if your computer can handle that many ticks (if your computer burns out, it's not my fault):
Yes I need to know from which date there is data(i.e. from which date you can run a test on real ticks).
And how much is not a problem for the computer to query? To burn out is an exaggeration, more likely to freeze up?
Yes I need to know from which date there is data (i.e. from which date the test can be run on real ticks).
And how much is not a problem for the computer to query? You must be exaggerating, it's more likely to freeze?
Is there a software way to determine the depth of the ticking history?
Tried this:
all the time gets 2,000 ticks. The help says if no time is specified, no more than 2000 ticks are transmitted. Time is specified in milliseconds and seconds are multiplied by 1000.
Also, help specifies that these are ticks for the current session. So, it turns out that you cannot access historical data?
You can not get all ticks for the symbol, if they are more than INT_MAX, because the return value
of CopyTicks function is integer. Therefore, you need to get them in parts.
You cannot get all the ticks per character if they are greater than INT_MAX, because the return value
of the CopyTicks function is integer. Therefore you have to get them in parts.
Nevertheless, it is possible to find out the starting date of ticks by requesting only 20000 (twenty thousand) ticks - the main thing is to specify the starting date, which guarantees that on this date there were no ticks yet, and 1971 is the best way to do it.
Requested a lot of data, really strong braking has started:
For my task, 100 ticks is enough. Thanks anyway!
Yes, custom charts and own datafeeds will be available soon.
Hi Renat, any update about these features ? (sorry if it's somewhere else I didn't find it).
Hi Renat, any update about these features ? (sorry if it's elsewhere I haven't found it).