
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
As you know a tick flag can be a combination of:
However, it seems to me that these are only flags that the developers considered necessary to describe in the documentation.
I actually encountered values of 0x158 (344) which cannot be a combination of only those described.
-TICK_FLAG_BID - tick has changed a Bid price 2 0x2
-TICK_FLAG_ASK - a tick has changed an Ask price 4 0x4
-TICK_FLAG_LAST - a tick has changed the last deal price 8 0x8
-TICK_FLAG_VOLUME - a tick has changed a volume 16 0x10
-TICK_FLAG_BUY - a tick is a result of a buy deal 32 0x20
-TICK_FLAG_SELL - a tick is a result of a sell deal 64 0x40
Who has the information - please share.
As you know a tick flag can be a combination of:
However, it seems to me that these are only flags that the developers considered necessary to describe in the documentation.
I actually encountered values of 0x158 (344) which cannot be a combination of only those described.
-TICK_FLAG_BID - tick has changed a Bid price 2 0x2
-TICK_FLAG_ASK - a tick has changed an Ask price 4 0x4
-TICK_FLAG_LAST - a tick has changed the last deal price 8 0x8
-TICK_FLAG_VOLUME - a tick has changed a volume 16 0x10
-TICK_FLAG_BUY - a tick is a result of a buy deal 32 0x20
-TICK_FLAG_SELL - a tick is a result of a sell deal 64 0x40
Who has the information - please, share.
What market?
By RTS-6.19 more often flag 0x138 (312)
Strange.
1. The demo shouldn't work today.
2. Indeed, the developers haven't defined everything, because the glass is triggered when the pending
order is not in the first line.
Added
Are you sure that the constants have these exact values?
Are you sure the constants have these exact values?
Print them out yourself - no big deal)
Print it yourself, that's all.)
Yeah, I printed it out, very strange indeed.
Eu-6.19 is 344.
Ran this code on a realEu-6.19
And, much rarer but still have 344 and 312 :(
Added
It never happened before, maybe developers added something (new constants)
Or maybe there is rubbish in high bits in the buffer
Ran this code on a realEu-6.19
And, much rarer but still have 344 and 312 :(
Added
This was not before, apparently the developers have added something (new constants)
What I wanted to know - whether it's a sign of some clearing, and whether it is possible to use tics with flag 0x100?
Are they not service?
What I wanted to know is if this is a sign of some kind of clearing, And can I use ticks with the flag 0x100?
Aren't they service ones?
100% no.