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 tick bar volume a rudiment? An indicator which, in principle, means nothing on the exchange. You cannot use it consciously. It is rubbish.
Well actually, the tick volume on the stock exchange is the number of flippers. That is, the actual number of trades.
Well actually, the tick volume on the stock exchange is the number of flippers. That is, the actual number of trades.
So the bar does not change when a trade comes in that is completely identical to the previous one.
This time I wrote detailed comments, so the result should be clear
The problem is not only with COPY_TICKS_ALL but also with other modes (LAST, INFO).The Expert Advisor has completed writing of fresh history ticks and has found the ninth bug in CopyTicks.
This time I wrote detailed comments, so the result should be clear
The problem affects not only the COPY_TICKS_ALL, but also other modes (LAST, INFO).Tried to add ticks via From == 0. Doesn't work! - Bugs in CopyTicks.
Dear developers, I need this function (to add a new history data) very much. Let it be retarded for now, but it will work. Please write here its working version.
You will have to fix bugs in CopyTicks for a long time and not one build. How others use CopyTicks - I cannot understand. Apparently, they do not use them at all. They lack imagination.
You would state clearly what exactly you consider to be a bug.
You would state clearly what exactly you consider to be a bug.
Answered this question very clearly by the code. I have made an request to Service Desk where I have described everything in details.
The error lies in the fact that in the newly obtained tick array the first entries contain zero bid, ask or last. whereas in the previous array the same ticks at the end of the array do not contain zeros, but contain the then current values of bid, ask and last
This error in CopyTicks was fixed after the build was released. Now the initial ticks entries after the call of CopyTicks will contain not zeros, but current values of bid, ask and last at the requested moment of time.
Unfortunately, the fixes were not included in the current build.
The error consists in the fact that in the newly obtained tick array the first entries contain zero bid, ask or last values, while in the previous array the same ticks at the end of the array do not contain zeros, but contain the current values of bid, ask and last
This bug in CopyTicks was fixed already after the build was released. Now the initial ticks records after the call of CopyTicks will contain not zeros, but the current values of bid, ask and last at the requested time
I do not understand you. You are saying that you have your own internal format of history storing. And CopyTicks takes a piece of it at each request and generates its own sequence of MqlTick? The same flags are calculated by CopyTicks, and they aren't stored in the history? Some pad, which also calculates something, and not just converts it into usable format.
I don't need CopyTicks to fill something there, depending on the time of the request. I just want to get the history without any distortions. And add it without any problems.
Unfortunately, there are no fixes in current build.
Please release the beta build on your server. I'm sure I'll find more inconsistencies. Let's lick this CopyTicks so that it can finally be trusted!
The Expert Advisor completes the fresh historical ticks and detects the N-th CopyTicks bug